Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scons compiling ;(
01-19-2008, 07:02 PM,
#10
 
Just did some glew tests ... exchanging #include <GL> and glu.h with #include <GL> in pch.h and adapting src/Sconscript (GL + GLU -> GLEW) finally let the compile run through. When the binary is executed the init of the graphics card doesn't work though (maybe I missed something? I'm not that experienced with C headers & linking)

Code:
[New Thread 0xb6d25900 (LWP 3101)]
Run with -verbose for troubleshooting.
Run with -nosound to disable sound.
Run with -benchmark to play a replay and output benchmark data.
0 joystick(s) found:
Extension not supported: GL_ARB_multisample
Extension not supported: GL_EXT_texture_filter_anisotropic
Extension not supported: GL_ARB_texture_cube_map
Extension not supported: GL_ARB_fragment_program
Extension not supported: GL_ARB_texture_rectangle
Extension not supported: GL_ARB_depth_texture
Extension not supported: GL_ARB_shadow
Extension not supported: GL_EXT_framebuffer_object
Card supports: drawbuf600 auxbuf4 multitexturing2
Card does not support: antialiasing anisotropy cubemapping shaders texture_rectangle depth_texture shadow framebuffer_objects
OpenGL error during graphics init

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6d25900 (LWP 3101)]
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x08062371 in GAME::LoadingScreen (this=0x821c040, loadtext=@0xbfe43794) at src/game.cpp:690
#2  0x0806780e in GAME::Start (this=0x821c040, args=@0xbfe43860) at src/game.cpp:1463
#3  0x08051214 in main (argc=2, argv=0xbfe43924) at src/main.cpp:26

Werner
Reply


Messages In This Thread
Scons compiling ;( - by Camarox - 12-29-2007, 06:37 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-29-2007, 02:47 PM
[No subject] - by Camarox - 12-29-2007, 03:15 PM
[No subject] - by thelusiv - 12-29-2007, 10:57 PM
[No subject] - by Camarox - 12-30-2007, 08:16 AM
[No subject] - by dskid807 - 12-30-2007, 10:47 AM
[No subject] - by Camarox - 12-30-2007, 10:59 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-30-2007, 02:19 PM
[No subject] - by hoehrer - 01-19-2008, 05:00 PM
[No subject] - by hoehrer - 01-19-2008, 07:02 PM
[No subject] - by hoehrer - 01-19-2008, 08:24 PM
[No subject] - by thelusiv - 01-21-2008, 12:15 AM
[No subject] - by joevenzon_phpbb2_import3 - 01-21-2008, 09:23 PM
[No subject] - by thelusiv - 01-21-2008, 09:58 PM
[No subject] - by hoehrer - 01-22-2008, 03:27 PM
[No subject] - by thelusiv - 01-22-2008, 04:46 PM
[No subject] - by hoehrer - 01-22-2008, 07:34 PM
[No subject] - by thelusiv - 01-22-2008, 10:23 PM
[No subject] - by hoehrer - 01-23-2008, 01:47 PM
[No subject] - by joevenzon_phpbb2_import3 - 01-24-2008, 02:12 AM
[No subject] - by hoehrer - 01-24-2008, 12:53 PM
[No subject] - by Dan Mor - 02-14-2008, 04:48 AM
[No subject] - by thelusiv - 02-14-2008, 04:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)