inetutils

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
lee
Confed Special Operative
Confed Special Operative
Posts: 322
Joined: Sat Aug 21, 2004 2:17 pm

inetutils

Post by lee »

Hi,

there are several packages for inetutils:


lee@yun:~$ apt-cache search inetutils
inetutils-ftp - File Transfer Protocol client
inetutils-ftpd - File Transfer Protocol server
inetutils-inetd - Internet super server
inetutils-ping - ICMP ECHO tool
inetutils-syslogd - System logging daemon
inetutils-talk - Talk to another user
inetutils-talkd - Remote user communication server
inetutils-telnet - Telnet client
inetutils-telnetd - Telnet server
inetutils-tools - Base networking utilities (experimental package)
lee@yun:~$


Which ones should I install?
Debian testing
NVIDIA-Linux-x86-173.08-pkg1.run
glarbl_blarbl
Trader
Trader
Posts: 16
Joined: Fri Apr 14, 2006 12:39 am
Location: Washington State, USA
Contact:

Post by glarbl_blarbl »

As far as I can tell, you only need to install the tools pkg on a debian system. I'm running Ubuntu, and didn't get any complaints from the compiler regarding inetutils after I installed inetutils-tools.

Maybe someone else can confirm?
Pervert Hero sez: "Soon you will all be our subjugated hordes."
lee
Confed Special Operative
Confed Special Operative
Posts: 322
Joined: Sat Aug 21, 2004 2:17 pm

Post by lee »

Thanks! I installed the inetutils tools, then I tried running bootstrap.sh. It complained that it cannot find autoconf, so I installed the automake stuff.

Then, configure complained about not finding sdl-config, and I installed libsdl-dev. Now it complains about the sdl-mixer. Installing libsdl-mixer1.2-dev fixes that.


But it fails with:


checking for GL library... yes
checking for glXGetProcAddressARB... no
configure: error: Your copy of OpenGL is out of date. If using Mesa, make sure you have version >= 3.2.


It´s very unlikely that something is out of date, but I have no idea what I might be missing. I´m using current NVIDIA drivers.


PS: I´ll open a new thread for the problem since it´s unrelated to inetutils.
Debian testing
NVIDIA-Linux-x86-173.08-pkg1.run
dandandaman
Artisan
Artisan
Posts: 1270
Joined: Fri Jan 03, 2003 3:27 am
Location: Perth, Western Australia
Contact:

Post by dandandaman »

lee wrote:I´m using current NVIDIA drivers.
Are you using the NVIDIA header files? (Hint: you should )

Dan
"Computers are useless. They can only give you answers."
-- Pablo Picasso
lee
Confed Special Operative
Confed Special Operative
Posts: 322
Joined: Sat Aug 21, 2004 2:17 pm

Post by lee »

NVIDIA header files? Not that I kew ...

I´ll have to check that out tomorrow. Do you think it will help with the problem with configure if I can make it use NVIDIA headers?
Debian testing
NVIDIA-Linux-x86-173.08-pkg1.run
dandandaman
Artisan
Artisan
Posts: 1270
Joined: Fri Jan 03, 2003 3:27 am
Location: Perth, Western Australia
Contact:

Post by dandandaman »

yes :-)

Dan
"Computers are useless. They can only give you answers."
-- Pablo Picasso
lee
Confed Special Operative
Confed Special Operative
Posts: 322
Joined: Sat Aug 21, 2004 2:17 pm

Post by lee »

It helped :) But now it doesn´t do the next step:


checking for glXGetProcAddressARB... yes
checking for GLU library... yes
checking for GL/gl.h... yes

checking for glut32 library... no
checking for glut library... no
configure: error: GLUT library not found or too old version. 3.7 (beta) or later required.


lee@yun:~$ dpkg --get-selections |grep glu
freeglut3 install
freeglut3-dev install
glutg3 install
glutg3-dev install
libglu1-xorg install
libglu1-xorg-dev install
libglut3 install
libglut3-dev install
lee@yun:~$


| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:13483: result: no
configure:13428: checking for glut library
configure:13453: g++ -o conftest -g -O2 -L/usr/X11R6/lib -L/usr/X11R6/lib conf
test.cpp -lutil -L/usr/lib -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu >&5
/usr/bin/ld: cannot find -lXmu
collect2: ld returned 1 exit status
configure:13459: $? = 1
configure: failed program was:
| /* confdefs.h. */

[...]

| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:13483: result: no
configure:13493: error: GLUT library not found or too old version. 3.7 (beta) or
later required.


It´s missing libXmu. Probably this one:


libxmu-dev - X Window System miscellaneous utility library development files


checking for glut library... yes
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
checking for expat library... no
configure: error: Expat library not found


Umpf ... must be this one:


libexpat1-dev - XML parsing C library - development kit


checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: WARNING: GTK Was not found. VSLAUNCHER will not be built.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands


Hmm ... libgtk2.0-dev? No, and http://packages.debian.org said it´s only in oldlibs/libgtk1.2-dev.

I´ll try wihtout the launcher for now. Takes long to compile ...


src/aldrv/al_sound.cpp:198:21: error: AL/alut.h: No such file or directory
make[1]: *** [src/aldrv/vegastrike-al_sound.o] Error 1
make[1]: Leaving directory `/home/lee/vegastrike'
make: *** [all] Error 2


libalut-dev? Yeah ...

Now it has been compiled! :)


Should I put something into the Wiki about compiling on Debian testing?
Debian testing
NVIDIA-Linux-x86-173.08-pkg1.run
lee
Confed Special Operative
Confed Special Operative
Posts: 322
Joined: Sat Aug 21, 2004 2:17 pm

Post by lee »

I also installed libgtk-dev1.2 and got the launcher.

~/.Xauthority is set to zero length when starting the launcher, as described here:


http://vegastrike.sourceforge.net/forum ... ight=xauth
Debian testing
NVIDIA-Linux-x86-173.08-pkg1.run
Post Reply