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

Conan with cmake on linux fails #11

Open
DonFlymoor opened this issue Dec 8, 2020 · 0 comments
Open

Conan with cmake on linux fails #11

DonFlymoor opened this issue Dec 8, 2020 · 0 comments
Labels
setup Issue related to building the code

Comments

@DonFlymoor
Copy link

Describe the problem
After changing conanfile.txt to fix a bzip2 dependency error and removing the v141, cmake succeeds, but make fails with this message

-- Build files have been written to: /home/daniel/Software/Source/FallingSandSurvival/build
[  1%] 
          
[  1%] Built target FallingSandSurvival_PRE_BUILD
[  3%] Building CXX object FallingSandSurvival/CMakeFiles/FallingSandSurvival.dir/cmake_pch.hxx.gch
In file included from ~/FallingSandSurvival/build/FallingSandSurvival/CMakeFiles/FallingSandSurvival.dir/cmake_pch.hxx:5,
                 from <command-line>:
~/FallingSandSurvival/FallingSandSurvival/stdafx.h:42:10: fatal error: SDL_gpu.h: No such file or directory
   42 | #include "SDL_gpu.h"
      |          ^~~~~~~~~~~
compilation terminated.
make[2]: *** [FallingSandSurvival/CMakeFiles/FallingSandSurvival.dir/build.make:64: FallingSandSurvival/CMakeFiles/FallingSandSurvival.dir/cmake_pch.hxx.gch] Error 1
make[1]: *** [CMakeFiles/Makefile2:122: FallingSandSurvival/CMakeFiles/FallingSandSurvival.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
@DonFlymoor DonFlymoor added the setup Issue related to building the code label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Issue related to building the code
Projects
None yet
Development

No branches or pull requests

1 participant