Can't compile under Gentoo 1.4

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
Painless
Hunter
Hunter
Posts: 68
Joined: Wed Sep 24, 2003 8:52 pm
Location: Maryland, USA
Contact:

Can't compile under Gentoo 1.4

Post by Painless »

I'm trying to build vegastrike from the latest 4.1D tarball under Gentoo Linux 1.4....

The final lines of the build process look like this:

Code: Select all

gl_init.cpp: In function `void init_opengl_extensions()':
gl_init.cpp:106: `glXGetProcAddressARB' undeclared (first use this function)
gl_init.cpp:106: (Each undeclared identifier is reported only once for each
   function it appears in.)
make[3]: *** [gl_init.o] Error 1
make[3]: Leaving directory `/usr/src/vegastrike-0.4.1-installer/vegastrike/src/gldrv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/vegastrike-0.4.1-installer/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/vegastrike-0.4.1-installer/vegastrike'
make: *** [all-recursive-am] Error 2
Compiling FleetYards... display_gtk../src/include/display_gtk.cpp: In function `void AddCats(GtkWidget*, char*,
   char*)':
../src/include/display_gtk.cpp:133: warning: unused variable `char*new_text'
../src/include/display_gtk.cpp:134: warning: unused variable `int length'
../src/include/display_gtk.cpp:135: warning: unused variable `GtkWidget*button'
../src/include/display_gtk.cpp: In function `void ClickButton(GtkWidget*,
   catagory*)':
../src/include/display_gtk.cpp:160: warning: unused variable `GtkWidget*label'
file
        setup... Done
 
Time Elapsed: 27 second
My config.log can be viewed at the following URL:

http://painless.titanhosting.ca/config.log

Any help would be greatly appreciated.

Russ.
Life down here is just a strange illusion
etheral walker
Elite
Elite
Posts: 1516
Joined: Sat May 10, 2003 5:26 pm
Location: into the depths

Post by etheral walker »

I see dead polygons....
Painless
Hunter
Hunter
Posts: 68
Joined: Wed Sep 24, 2003 8:52 pm
Location: Maryland, USA
Contact:

Post by Painless »

Thanks Ethereal... all working now.

By the way, I also had to create a symlink to /usr/local/share/vegastrike in /usr/local/games/ for vsinstall to work.

Russ.
Life down here is just a strange illusion
Post Reply