Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails on Windows #19

Closed
adrian-rt opened this issue Sep 20, 2021 · 3 comments
Closed

build fails on Windows #19

adrian-rt opened this issue Sep 20, 2021 · 3 comments

Comments

@adrian-rt
Copy link

adrian-rt commented Sep 20, 2021

Hi,

this, is the error I get on Windows.

c:\Fuzzing\Jackalope\build>cmake -G "Visual Studio 16 2019" -A x64 ..
-- Selecting Windows SDK version to target Windows 10.0.19042.
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at TinyInst/third_party/CMakeLists.txt:30 (project):
No CMAKE_C_COMPILER could be found.

CMake Error at TinyInst/third_party/CMakeLists.txt:30 (project):
No CMAKE_CXX_COMPILER could be found.

-- Configuring incomplete, errors occurred!
See also "C:/Fuzzing/Jackalope/build/CMakeFiles/CMakeOutput.log".
See also "C:/Fuzzing/Jackalope/build/CMakeFiles/CMakeError.log".

@adrian-rt
Copy link
Author

@ifratric
Copy link
Collaborator

Hi, I think there might be a problem with some visual studio environment variable not being set. My suggestion would be to build from the Visual Studio command prompt ("x64 Native Tools Command Prompt for VS 2019" or similar) which will set the environment for you. Which version of Visual Studio do you have?

@adrian-rt
Copy link
Author

"Visual Studio 16 2019"
yeah, that worked in the end, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants