Advertisement
Guest User

GLFW rev 1389 build errors

a guest
Sep 29th, 2010
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. (I got this with the following command on cmd)
  2. compile.bat C:\MinGW\bin\mingw32-make.exe mingw
  3.  
  4. gcc -c -I. -I.. -Wall -O2 -o enable.o ..\\enable.c
  5. gcc -c -I. -I.. -Wall -O2 -o fullscreen.o ..\\fullscreen.c
  6. gcc -c -I. -I.. -Wall -O2 -o glext.o ..\\glext.c
  7. gcc -c -I. -I.. -Wall -O2 -o image.o ..\\image.c
  8. gcc -c -I. -I.. -Wall -O2 -o init.o ..\\init.c
  9. gcc -c -I. -I.. -Wall -O2 -o input.o ..\\input.c
  10. gcc -c -I. -I.. -Wall -O2 -o joystick.o ..\\joystick.c
  11. gcc -c -I. -I.. -Wall -O2 -o stream.o ..\\stream.c
  12. gcc -c -I. -I.. -Wall -O2 -o tga.o ..\\tga.c
  13. gcc -c -I. -I.. -Wall -O2 -o thread.o ..\\thread.c
  14. gcc -c -I. -I.. -Wall -O2 -o time.o ..\\time.c
  15. gcc -c -I. -I.. -Wall -O2 -o window.o ..\\window.c
  16. gcc -c -I. -I.. -Wall -O2 -o window.o ..\\window.c
  17. ..\window.c: In function `glfwOpenWindow':
  18. ..\window.c:586: error: `GL_CONTEXT_FLAGS' undeclared (first use in this function)
  19. ..\window.c:586: error: (Each undeclared identifier is reported only once
  20. ..\window.c:586: error: for each function it appears in.)
  21. ..\window.c:588: error: `GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT' undeclared (first use in this function)
  22. ..\window.c:602: error: `GL_CONTEXT_PROFILE_MASK' undeclared (first use in this function)
  23. ..\window.c:604: error: `GL_CONTEXT_COMPATIBILITY_PROFILE_BIT' undeclared (first use in this function)
  24. ..\window.c:608: error: `GL_CONTEXT_CORE_PROFILE_BIT' undeclared (first use in this function)
  25. mingw32-make: *** [window.o] Error 1
  26. mingw32-make: *** No rule to make target `../lib/win32/libglfw.a', needed by `triangle.exe'. Stop.
  27. mingw32-make: *** No rule to make target `../lib/win32/libglfw.a', needed by `accuracy.exe'. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement