Advertisement
Guest User

Untitled

a guest
May 15th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. [nix-shell:~/Code/cmaketest/build]$ make
  2. [ 50%] Building CXX object CMakeFiles/osg-example.dir/main.cpp.o
  3. In file included from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osg/GL2Extensions:27:0,
  4. from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osg/Shader:25,
  5. from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osg/StateAttribute:20,
  6. from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osg/StateSet:18,
  7. from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osg/Node:19,
  8. from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osg/NodeVisitor:17,
  9. from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osgGA/EventVisitor:17,
  10. from /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osgViewer/Viewer:18,
  11. from /home/aaron/Code/cmaketest/main.cpp:2:
  12. /nix/store/9zr7p1ihz955ipxy1qfpi6pnmw813wlk-openscenegraph-3.2.3/include/osg/GL:124:35: fatal error: GL/gl.h: No such file or directory
  13. compilation terminated.
  14. make[2]: *** [CMakeFiles/osg-example.dir/build.make:63: CMakeFiles/osg-example.dir/main.cpp.o] Error 1
  15. make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/osg-example.dir/all] Error 2
  16. make: *** [Makefile:84: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement