Skip to content

Instantly share code, notes, and snippets.

@bitbrain
Last active August 29, 2015 13:56
Show Gist options
  • Save bitbrain/8980202 to your computer and use it in GitHub Desktop.
Save bitbrain/8980202 to your computer and use it in GitHub Desktop.
miguel@BluePhoenix: ~/Buildsystem/Build/SpringbokX (master)
$ make
[ 2%] Built target sbDependencies
[ 5%] Built target sbAnimation
[ 15%] Built target sbPlatform
[ 17%] Built target sbResources
[ 28%] Built target sbAudio
[ 30%] Building CXX object Source/Platform/GLFW/CMakeFiles/sbPlatformGLFW.dir/ButtonSpecs.cpp.o
/home/miguel/Buildsystem/Source/SpringbokX/Source/Platform/GLFW/ButtonSpecs.cpp:8:24: fatal error: GLFW/glfw3.h: No such file or directory
#include <GLFW/glfw3.h>
^
compilation terminated.
make[2]: *** [Source/Platform/GLFW/CMakeFiles/sbPlatformGLFW.dir/ButtonSpecs.cpp.o] Error 1
make[1]: *** [Source/Platform/GLFW/CMakeFiles/sbPlatformGLFW.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment