Advertisement
Guest User

Untitled

a guest
Dec 26th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. make
  2. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -g -D_DEBUG -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -I/home/jellow/irrlicht/SDKPackage-ogles1/Builds/OGLES/Include -I/home/jellow/irrlicht/SDKPackage-ogles1/Builds/OGLES/LinuxPC/Include -DIRRLICHT_EXPORTS=1 -c -o COGLESDriver.o COGLESDriver.cpp
  3. In file included from COGLESExtensionHandler.h:14:0,
  4. from COGLESDriver.h:23,
  5. from COGLESDriver.cpp:5:
  6. CEGLManager.h:15:22: fatal error: GLES/egl.h: No such file or directory
  7. #include <GLES/egl.h>
  8. ^
  9. compilation terminated.
  10. make: *** [COGLESDriver.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement