finally got cvs checkout, but now compiling dies.

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

finally got cvs checkout, but now compiling dies.

Post by energyman76b »

Hi,

I just did a checkout of cvs and on compiling I get this error:

ar cru libscriptserver.a src/cmd/script/libscriptserver_a-director_generic.o src/cmd/script/libscriptserver_a-mission_script.o src/cmd/script/libscriptserver_a-mission.o src/cmd/script/libscriptserver_a-msgcenter.o src/cmd/script/libscriptserver_a-pythonmission.o src/cmd/script/libscriptserver_a-script_call_olist.o src/cmd/script/libscriptserver_a-script_call_omap.o src/cmd/script/libscriptserver_a-script_call_order.o src/cmd/script/libscriptserver_a-script_call_string.o src/cmd/script/libscriptserver_a-script_call_unit_generic.o src/cmd/script/libscriptserver_a-script_callbacks.o src/cmd/script/libscriptserver_a-script_expression.o src/cmd/script/libscriptserver_a-script_generic.o src/cmd/script/libscriptserver_a-script_statement.o src/cmd/script/libscriptserver_a-script_util.o src/cmd/script/libscriptserver_a-script_variables.o src/cmd/script/libscriptserver_a-flightgroup_server.o src/cmd/script/libscriptserver_a-script_call_briefing.o src/cmd/script/libscriptserver_a-script_call_unit_server.o src/cmd/script/c_alike/libscriptserver_a-c_alike.tab.o src/cmd/script/c_alike/libscriptserver_a-lex.yy.o
ranlib libscriptserver.a
depbase=`echo src/accountserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/accountserver.o -MD -MP -MF "$depbase.Tpo" -c -o src/accountserver.o src/accountserver.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo src/configxml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/configxml.o -MD -MP -MF "$depbase.Tpo" -c -o src/configxml.o src/configxml.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo src/easydom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/easydom.o -MD -MP -MF "$depbase.Tpo" -c -o src/easydom.o src/easydom.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo src/endianness.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/endianness.o -MD -MP -MF "$depbase.Tpo" -c -o src/endianness.o src/endianness.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
src/endianness.cpp:37:3: Warnung: no newline at end of file
depbase=`echo src/libserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/libserver.o -MD -MP -MF "$depbase.Tpo" -c -o src/libserver.o src/libserver.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo src/lin_time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/lin_time.o -MD -MP -MF "$depbase.Tpo" -c -o src/lin_time.o src/lin_time.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo src/pk3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/pk3.o -MD -MP -MF "$depbase.Tpo" -c -o src/pk3.o src/pk3.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo src/posh.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/posh.o -MD -MP -MF "$depbase.Tpo" -c -o src/posh.o src/posh.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
depbase=`echo src/vsfilesystem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/vsfilesystem.o -MD -MP -MF "$depbase.Tpo" -c -o src/vsfilesystem.o src/vsfilesystem.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
src/cmd/collection.h:54: Warnung: inline-Funktion »void UnitCollection::UnitIterator::GetNextValidUnit()« verwendet, aber nirgendwo definiert
depbase=`echo src/xml_support.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/xml_support.o -MD -MP -MF "$depbase.Tpo" -c -o src/xml_support.o src/xml_support.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
g++ -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -L/usr/X11R6/lib -L/usr/X11R6/lib -o accountserver src/accountserver.o src/configxml.o src/easydom.o src/endianness.o src/libserver.o src/lin_time.o src/pk3.o src/posh.o src/vsfilesystem.o src/xml_support.o libnetacct.a libnetlowlevel.a -lz -lvorbisfile -lvorbis -logg -lutil -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal -lvorbisfile -lvorbis -logg -lpython2.4 -Xlinker -export-dynamic -pthread
depbase=`echo objconv/asteroidgen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/asteroidgen.o -MD -MP -MF "$depbase.Tpo" -c -o objconv/asteroidgen.o objconv/asteroidgen.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
g++ -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -L/usr/X11R6/lib -L/usr/X11R6/lib -o asteroidgen objconv/asteroidgen.o -lvorbisfile -lvorbis -logg -lutil -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal -lvorbisfile -lvorbis -logg -lpython2.4 -Xlinker -export-dynamic -pthread
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -I../.. -I../../src -I./boost/1_33 -g -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/basemaker/base_maker-base_maker.o -MD -MP -MF "objconv/basemaker/.deps/base_maker-base_maker.Tpo" -c -o objconv/basemaker/base_maker-base_maker.o `test -f 'objconv/basemaker/base_maker.cpp' || echo './'`objconv/basemaker/base_maker.cpp; \
then mv -f "objconv/basemaker/.deps/base_maker-base_maker.Tpo" "objconv/basemaker/.deps/base_maker-base_maker.Po"; else rm -f "objconv/basemaker/.deps/base_maker-base_maker.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -I../.. -I../../src -I./boost/1_33 -g -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/basemaker/base_maker-base_maker_texture.o -MD -MP -MF "objconv/basemaker/.deps/base_maker-base_maker_texture.Tpo" -c -o objconv/basemaker/base_maker-base_maker_texture.o `test -f 'objconv/basemaker/base_maker_texture.cpp' || echo './'`objconv/basemaker/base_maker_texture.cpp; \
then mv -f "objconv/basemaker/.deps/base_maker-base_maker_texture.Tpo" "objconv/basemaker/.deps/base_maker-base_maker_texture.Po"; else rm -f "objconv/basemaker/.deps/base_maker-base_maker_texture.Tpo"; exit 1; fi
g++ -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -L/usr/X11R6/lib -L/usr/X11R6/lib -o base_maker objconv/basemaker/base_maker-base_maker.o objconv/basemaker/base_maker-base_maker_texture.o -lvorbisfile -lvorbis -logg -lutil -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal -lvorbisfile -lvorbis -logg -lpython2.4 -Xlinker -export-dynamic -pthread
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -DEXT_HASH -I/usr/include/OGRE -I../../src -I../.. -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/mesher/mesher-converter.o -MD -MP -MF "objconv/mesher/.deps/mesher-converter.Tpo" -c -o objconv/mesher/mesher-converter.o `test -f 'objconv/mesher/converter.cpp' || echo './'`objconv/mesher/converter.cpp; \
then mv -f "objconv/mesher/.deps/mesher-converter.Tpo" "objconv/mesher/.deps/mesher-converter.Po"; else rm -f "objconv/mesher/.deps/mesher-converter.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -DEXT_HASH -I/usr/include/OGRE -I../../src -I../.. -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/mesher/mesher-from_BFXM.o -MD -MP -MF "objconv/mesher/.deps/mesher-from_BFXM.Tpo" -c -o objconv/mesher/mesher-from_BFXM.o `test -f 'objconv/mesher/from_BFXM.cpp' || echo './'`objconv/mesher/from_BFXM.cpp; \
then mv -f "objconv/mesher/.deps/mesher-from_BFXM.Tpo" "objconv/mesher/.deps/mesher-from_BFXM.Po"; else rm -f "objconv/mesher/.deps/mesher-from_BFXM.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -DEXT_HASH -I/usr/include/OGRE -I../../src -I../.. -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/mesher/mesher-from_obj.o -MD -MP -MF "objconv/mesher/.deps/mesher-from_obj.Tpo" -c -o objconv/mesher/mesher-from_obj.o `test -f 'objconv/mesher/from_obj.cpp' || echo './'`objconv/mesher/from_obj.cpp; \
then mv -f "objconv/mesher/.deps/mesher-from_obj.Tpo" "objconv/mesher/.deps/mesher-from_obj.Po"; else rm -f "objconv/mesher/.deps/mesher-from_obj.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -DEXT_HASH -I/usr/include/OGRE -I../../src -I../.. -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/mesher/mesher-to_BFXM.o -MD -MP -MF "objconv/mesher/.deps/mesher-to_BFXM.Tpo" -c -o objconv/mesher/mesher-to_BFXM.o `test -f 'objconv/mesher/to_BFXM.cpp' || echo './'`objconv/mesher/to_BFXM.cpp; \
then mv -f "objconv/mesher/.deps/mesher-to_BFXM.Tpo" "objconv/mesher/.deps/mesher-to_BFXM.Po"; else rm -f "objconv/mesher/.deps/mesher-to_BFXM.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -DEXT_HASH -I/usr/include/OGRE -I../../src -I../.. -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/mesher/mesher-to_obj.o -MD -MP -MF "objconv/mesher/.deps/mesher-to_obj.Tpo" -c -o objconv/mesher/mesher-to_obj.o `test -f 'objconv/mesher/to_obj.cpp' || echo './'`objconv/mesher/to_obj.cpp; \
then mv -f "objconv/mesher/.deps/mesher-to_obj.Tpo" "objconv/mesher/.deps/mesher-to_obj.Po"; else rm -f "objconv/mesher/.deps/mesher-to_obj.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -DEXT_HASH -I/usr/include/OGRE -I../../src -I../.. -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/mesher-hashtable.o -MD -MP -MF "src/.deps/mesher-hashtable.Tpo" -c -o src/mesher-hashtable.o `test -f 'src/hashtable.cpp' || echo './'`src/hashtable.cpp; \
then mv -f "src/.deps/mesher-hashtable.Tpo" "src/.deps/mesher-hashtable.Po"; else rm -f "src/.deps/mesher-hashtable.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -DEXT_HASH -I/usr/include/OGRE -I../../src -I../.. -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/mesher-xml_support.o -MD -MP -MF "src/.deps/mesher-xml_support.Tpo" -c -o src/mesher-xml_support.o `test -f 'src/xml_support.cpp' || echo './'`src/xml_support.cpp; \
then mv -f "src/.deps/mesher-xml_support.Tpo" "src/.deps/mesher-xml_support.Po"; else rm -f "src/.deps/mesher-xml_support.Tpo"; exit 1; fi
g++ -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -L/usr/X11R6/lib -L/usr/X11R6/lib -o mesher -lOgreMain objconv/mesher/mesher-converter.o objconv/mesher/mesher-from_BFXM.o objconv/mesher/mesher-from_obj.o objconv/mesher/mesher-to_BFXM.o objconv/mesher/mesher-to_obj.o src/mesher-hashtable.o src/mesher-xml_support.o -lvorbisfile -lvorbis -logg -lutil -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal -lvorbisfile -lvorbis -logg -lpython2.4 -Xlinker -export-dynamic -pthread
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT objconv/MeshParse/mesh_xml-template_generator.o -MD -MP -MF "objconv/MeshParse/.deps/mesh_xml-template_generator.Tpo" -c -o objconv/MeshParse/mesh_xml-template_generator.o `test -f 'objconv/MeshParse/template_generator.cpp' || echo './'`objconv/MeshParse/template_generator.cpp; \
then mv -f "objconv/MeshParse/.deps/mesh_xml-template_generator.Tpo" "objconv/MeshParse/.deps/mesh_xml-template_generator.Po"; else rm -f "objconv/MeshParse/.deps/mesh_xml-template_generator.Tpo"; exit 1; fi
objconv/MeshParse/template_generator.cpp: In function `void UnitBeginElement(const std::string&, const XMLSupport::AttributeList&, XML*)':
objconv/MeshParse/template_generator.cpp:672: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp:672: Fehler: expected `;' vor "elem"
objconv/MeshParse/template_generator.cpp:673: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp:673: Fehler: expected `;' vor "top"
objconv/MeshParse/template_generator.cpp:787: Fehler: »elem« wurde in diesem Gültigkeitsbereich nicht definiert
objconv/MeshParse/template_generator.cpp:788: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp:792: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp:793: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp:799: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp:801: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp:802: Fehler: unvollständiger Typ »Unit« in geschachtelter Namensangabe verwendet
objconv/MeshParse/template_generator.cpp: In function `void UnitEndElement(const std::string&, XML*)':
objconv/MeshParse/template_generator.cpp:850: Warnung: converting nach »int« von »float«
make[1]: *** [objconv/MeshParse/mesh_xml-template_generator.o] Fehler 1
make[1]: Leaving directory `/home/energyman/vegastrike/vegastrike'
make: *** [all] Fehler 2

configure was run with this options:
./configure --prefix=/home/energyman/vegastrike --enable-stencil-buffer --enable-nvidia-cg --enable-debug
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

try make -k

not sure enabling cg helps any at this point
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

Hi,

now I get:
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src `gtk-config --cflags` -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT launcher/vslauncher-general.o -MD -MP -MF "launcher/.deps/vslauncher-general.Tpo" -c -o launcher/vslauncher-general.o `test -f 'launcher/general.cpp' || echo './'`launcher/general.cpp; \
then mv -f "launcher/.deps/vslauncher-general.Tpo" "launcher/.deps/vslauncher-general.Po"; else rm -f "launcher/.deps/vslauncher-general.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I./boost/1_33 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -DHAVE_OGG -DUSE_STENCIL_BUFFER=1 -I/usr/include/python2.4 -DHAVE_PYTHON=1 -I./src `gtk-config --cflags` -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT src/common/vslauncher-common.o -MD -MP -MF "src/common/.deps/vslauncher-common.Tpo" -c -o src/common/vslauncher-common.o `test -f 'src/common/common.cpp' || echo './'`src/common/common.cpp; \
then mv -f "src/common/.deps/vslauncher-common.Tpo" "src/common/.deps/vslauncher-common.Po"; else rm -f "src/common/.deps/vslauncher-common.Tpo"; exit 1; fi
g++ -g -O2 -pipe -gdwarf-2 -g3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -L/usr/X11R6/lib -L/usr/X11R6/lib -o vslauncher `gtk-config --libs` launcher/vslauncher-saveinterface.o launcher/vslauncher-general.o src/common/vslauncher-common.o -lvorbisfile -lvorbis -logg -lutil -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal -lvorbisfile -lvorbis -logg -lpython2.4 -Xlinker -export-dynamic -pthread
make[1]: Das Target »all-am« wurde wegen Fehlern nicht aktualisiert.
make[1]: Leaving directory `/home/energyman/vegastrike/vegastrike'
make: *** [all] Fehler 2

and of course, make install does not work ;)

hm, I am using the cg-option, because... I always used it - and I hoped for more ingame beauty with it ;) But if it does not influence the graphical experience, I will stop using it.

btw, some days ago, another cvs compile was successfull, but starting vegastrike killed glx thoroughly. I got an interessting error, even glxinfo didn't run anymore.

This was the error:
./vegastrike
Vega Strike
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG =
Found data in ../data4.x
Using /home/energyman/vegastrike/data4.x as data directory
Using .vegastrike as the home directory
Found MODDIR = /home/energyman/vegastrike/data4.x/mods
USING HOMEDIR : /home/energyman/.vegastrike As the home directory
CONFIGFILE - No config found in home : /home/energyman/.vegastrike/vegastrike.config
CONFIGFILE - No home config file found, using datadir config file : /home/energyman/vegastrike/data4.x/vegastrike.config
DATADIR - No datadir specified in config file, using ; /home/energyman/vegastrike/data4.x
SIMULATION_ATOM: 0.04
MISSION_NAME is empty using : explore_universe.mission
running import sys
print sys.path
sys.path = [r"/home/energyman/vegastrike/data4.x/modules/builtin/",r"/home/energyman/vegastrike/data4.x/modules/",r"/home/energyman/vegastrike/data4.x/bases/"]
['/usr/lib/portage/pym', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib64/python2.4/lib-dynload', '/usr/lib64/python2.4/site-packages', '/usr/lib64/python2.4/site-packages/Numeric', '/usr/lib64/python2.4/site-packages/gtk-2.0', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/gtk-2.0']
testing VS randomrunning import sys
print sys.path
['/home/energyman/vegastrike/data4.x/modules/builtin/', '/home/energyman/vegastrike/data4.x/modules/', '/home/energyman/vegastrike/data4.x/bases/']
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Couldn't initialize SDL: No available video device

and after that:

glxinfo
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: unable to open display (null)

X is Xorg 7.0
pheldens
Bounty Hunter
Bounty Hunter
Posts: 178
Joined: Mon Sep 26, 2005 1:15 am

Post by pheldens »

Use stable gcc version 3.4.x
Others may not work (see other threads).

If you DID compile vegastrike succesfully and still recieve connection errors:
can you succesfully launch another x command (like "xterm") from that terminal?
else it's an auth issue, man xhost
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

pheldens wrote:Use stable gcc version 3.4.x
Others may not work (see other threads).

If you DID compile vegastrike succesfully and still recieve connection errors:
can you succesfully launch another x command (like "xterm") from that terminal?
else it's an auth issue, man xhost

It IS gcc 3.4

gcc --version
gcc (GCC) 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)
Copyright (C) 2004 Free Software Foundation, Inc.
Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.


about the xauth problem:
xterm is blocked too. I can not start anything after that.
I only have the problem after trying to start vegastrike, so it is a vegastrike problem. Where it f* around, that X auth gets confused is pretty pointless for me. vegastrike makes X unusable, that is important.
Zeog
ISO Party Member
ISO Party Member
Posts: 453
Joined: Fri Jun 03, 2005 10:30 am
Location: Europe

Post by Zeog »

I also have that problem. My solution:
before launching "./vegastrike" for the first time, run the command:

Code: Select all

xhost +local:
That gives any process (also the ones from other users, e.g. root) from your machine the rights to use your (user's) xserver. It should work then until a reboot.

(Remark: After I had run "./vegastrike" without having set permissions via xhost before, not even the xhost command worked for me.)
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

That's very strange. I have never had to use xhost +local except when running programs from different users.

You shouldn't have to run Vega Strike as any other user than the person who started the X Server, unless you want to use their ".vegastrike" settings.

If it is in fact running as a normal user, and starting vegastrike causes xhost errors, then what video card and GLX drivers are you using.

Can you paste the output from "glxinfo" from the console where you start vegastrike, before or after it errors out?
Zeog
ISO Party Member
ISO Party Member
Posts: 453
Joined: Fri Jun 03, 2005 10:30 am
Location: Europe

Post by Zeog »

Alright, here it is. But first some infos on my system:
I'm running a Kubuntu "Breezy Badger" 5.10 using Xorg (version number: 11.0, release number: 60 802 000) with the open source "radeon"-driver (instead of the "ati" one) wich gives some accelleration. My hardware is an Athlon system with an ATI Radeon 9200. Everything works fine so far.

The Vega Strike I'm using is a compliled CVS version (two weeks old). After downloading many packages it compiled without errors with:

Code: Select all

./bootstrap
./configure
make
Now, there is a "vegastrike" file in the root of the sources.

This is the glxinfo output after a fresh reboot:

Code: Select all

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20041207 AGP 1x TCL
OpenGL version string: 1.3 Mesa 6.3.2
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
    GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_equation_separate,
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_polygon_offset,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_OES_read_format,
    GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x30 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
Now, I'm running "./vegastike" and it exits with that error:

Code: Select all

Vega Strike
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG =
Found data in ../data4.x
Using /home/myusername/VegaStrike/data4.x as data directory
Using .vegastrike as the home directory
Found MODDIR = /home/myusername/VegaStrike/data4.x/mods
USING HOMEDIR : /home/myusername/.vegastrike As the home directory
CONFIGFILE - No config found in home : /home/myusername/.vegastrike/vegastrike.config
CONFIGFILE - No home config file found, using datadir config file : /home/myusername/VegaStrike/data4.x/vegastrike.config
DATADIR - No datadir specified in config file, using ; /home/myusername/VegaStrike/data4.x
SIMULATION_ATOM: 0.04
MISSION_NAME is empty using : explore_universe.mission
running import sys
print sys.path
sys.path = [r"/home/myusername/VegaStrike/data4.x/modules/builtin/",r"/home/myusername/VegaStrike/data4.x/modules/",r"/home/myusername/VegaStrike/data4.x/bases/"]
['/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/HTMLgen', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/PIL']
testing VS randomrunning import sys
print sys.path
['/home/myusername/VegaStrike/data4.x/modules/builtin/', '/home/myusername/VegaStrike/data4.x/modules/', '/home/myusername/VegaStrike/data4.x/bases/']
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Couldn't initialize SDL: No I/O port permissions
glxinfo shows now (as xhost and every other application does):

Code: Select all

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: unable to open display (null)
If I had done "xhost +local:" before lauching "./vegastrike" everything would have worked fine.
Gotta go and restart my xserver now.
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

Hi,

and here is mine glxinfo

glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float
client glx vendor string: NVIDIA Corporation
client glx version string: 1.3
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float
GLX version: 1.3
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 6600/PCI/SSE2
OpenGL version string: 2.0.1 NVIDIA 81.78
OpenGL extensions:
GL_ARB_color_buffer_float, GL_ARB_depth_texture, GL_ARB_draw_buffers,
GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging,
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,
GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_shadow, GL_ARB_shader_objects, GL_ARB_shading_language_100,
GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_texture_float,
GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float,
GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays,
GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,
GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_timer_query,
GL_EXT_vertex_array, GL_HP_occlusion_test, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square,
GL_NV_copy_depth_to_color, GL_NV_depth_clamp, GL_NV_fence,
GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
GL_NV_fragment_program_option, GL_NV_fragment_program2, GL_NV_half_float,
GL_NV_light_max_exponent, GL_NV_multisample_filter_hint,
GL_NV_occlusion_query, GL_NV_packed_depth_stencil, GL_NV_pixel_data_range,
GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners,
GL_NV_register_combiners2, GL_NV_texgen_reflection,
GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
GL_NV_texture_expand_normal, GL_NV_texture_rectangle,
GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3,
GL_NV_vertex_array_range, GL_NV_vertex_array_range2, GL_NV_vertex_program,
GL_NV_vertex_program1_1, GL_NV_vertex_program2,
GL_NV_vertex_program2_option, GL_NV_vertex_program3,
GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,
GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SUN_slice_accum
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x22 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x23 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x28 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x29 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x2a 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x2b 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x2f 24 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x30 24 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x31 24 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x32 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x33 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x34 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x35 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x36 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x37 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x38 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x39 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x3a 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x3b 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x3c 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x3d 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x3e 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x3f 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x40 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x41 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x42 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x43 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x44 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x45 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x46 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x47 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x48 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x49 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x4a 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x4b 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x4c 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x4d 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x4e 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x4f 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x50 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x51 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x52 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x53 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x54 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x55 24 dc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x56 24 dc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x57 24 dc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x58 24 dc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x59 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x5a 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x5b 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x5c 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x5d 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x5e 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x5f 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x60 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x61 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x62 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x63 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x64 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x65 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x66 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x67 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x68 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x69 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x6a 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x6b 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x6c 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x6d 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x6e 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x6f 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x70 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x135 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None

nvidia geforce 6600, 8178 drivers, xorg 7.0

when the bug occurs glxinfo does not work anymore, so no output ;)

btw, this is the output after some vegastriking.. with xhost +.. of course...
Post Reply