Git Product home page Git Product logo

Comments (2)

bukulin avatar bukulin commented on August 19, 2024 1

Same here with libjpeg/9d and libjpeg/9e using Visual Studio 15 2017.

However compiling libjpeg/9f fails with a slightly different error message:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project proper
ty pages or by right-clicking the solution and selecting "Retarget solution". [d:\work\.conan\data\libjpeg\9f\_\_\build\6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7\src\jpeg.vcxproj]

The OS is Windows 10 22H2

EDIT:
Older RREVS: libjpeg/9d@#1d9061b6bd0ec7b534a08538ac4f6cee and libjpeg/9e@#68269859e4325ddc3f995d1fd3fc9187 compiles.

from conan-center-index.

wrightsg avatar wrightsg commented on August 19, 2024

Doing some further digging, this might not be an issue with the recipe, but with the libjpeg sources themselves.

Comparing the files between ~/.conan/data/libjpeg/9e/_/_/source/src and ~/.conan/data/libjpeg/9f/_/_/source/src shows that version 9e uses <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> in the makecvcx files (which I'm asssuming are the source of the generated Visual Studio solution). The files of version 9f use <WindowsTargetPlatformVersion>$(SDKVersion)</WindowsTargetPlatformVersion>, but I do not know where $(SDKVersion) is set.

Still unsure why this has started failing as I was able to build 9e with Visual Studio 2015 just fine previously.

from conan-center-index.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.