Error on compile (Assuming missing package)

Bug reports and discussion about bugs.
Post Reply
qwert1484
Posts: 3
Joined: Thu Jun 02, 2011 5:36 am

Error on compile (Assuming missing package)

Post by qwert1484 »

Hello I am currently trying to install a tomenet server on my rented server. It runs debian (of the latest build I'm fairly sure... I can check if you tell me how to do so via shell) I followed the guide on mikaelh's site for the general linux instructions. I also tried the instructions the said to use CVS, but could not get putty to insert a return when prompted for a password, or the server just won't respond when I hit enter upon being prompted for password. I've tried to install the packages recommended via apt-get install for each item presented on the list, but still receive an error when I try to compile with make tomenet.

Here is the error in question. My server was a very barebones package with very little pre-installed other than the basic OS. So I'm probably just missing a package somewhere...


qwert1484@dragon323:~$ cd tomenet
qwert1484@dragon323:~/tomenet$ cd src
qwert1484@dragon323:~/tomenet/src$ make clean
cd server; rm -f *.o w_play.c w_util.c w_spells.c
cd client; rm -f *.o w_play.c w_util.c w_spells.c
cd common; rm -f *.o
cd console; rm -f *.o
qwert1484@dragon323:~/tomenet/src$ make tomenet
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/z-util.o -c common/z- util.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/z-virt.o -c common/z- virt.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/z-form.o -c common/z- form.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/z-rand.o -c common/z- rand.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/net-unix.o -c common/ net-unix.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/sockbuf.o -c common/s ockbuf.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/net-ibm.o -c common/n et-ibm.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/common.o -c common/co mmon.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/z-term.o -c client/z- term.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-util.o -c client/c- util.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-cmd.o -c client/c-c md.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-inven.o -c client/c -inven.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-files.o -c client/c -files.c
client/c-files.c: In function âmy_fgets2â:
client/c-files.c:492: warning: assuming signed overflow does not occur when assu ming that (X + c) >= X is always true
client/c-files.c:511: warning: assuming signed overflow does not occur when assu ming that (X + c) >= X is always true
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-tables.o -c client/ c-tables.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-store.o -c client/c -store.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-init.o -c client/c- init.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/variable.o -c client/ variable.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/main-ibm.o -c client/ main-ibm.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/main-cap.o -c client/ main-cap.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/main-gcu.o -c client/ main-gcu.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/main-x11.o -c client/ main-x11.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/main-xaw.o -c client/ main-xaw.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/nclient.o -c client/n client.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./ lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-birth.o -c client/c -birth.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-xtra1.o -c client/c-xtra1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-xtra2.o -c client/c-xtra2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/c-spell.o -c client/c-spell.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/client.o -c client/client.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/skills.o -c client/skills.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/files.o -c common/files.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o common/SFMT.o -c common/SFMT.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -DDEFAULT_PATH="\"./lib\"" -O2 -Wmissing-declarations -Wnested-externs -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL -Iserver -Iserver/lua -o client/snd-sdl.o -c client/snd-sdl.c
client/snd-sdl.c:29:21: error: SDL/SDL.h: No such file or directory
client/snd-sdl.c:30:27: error: SDL/SDL_mixer.h: No such file or directory
client/snd-sdl.c:73: error: expected specifier-qualifier-list before âMix_Chunkâ
client/snd-sdl.c:83: error: expected specifier-qualifier-list before âMix_Musicâ
client/snd-sdl.c: In function âclose_audioâ:
client/snd-sdl.c:105: warning: implicit declaration of function âMix_HaltMusicâ
client/snd-sdl.c:105: warning: nested extern declaration of âMix_HaltMusicâ
client/snd-sdl.c:113: warning: implicit declaration of function âMix_FreeChunkâ
client/snd-sdl.c:113: warning: nested extern declaration of âMix_FreeChunkâ
client/snd-sdl.c:113: error: âsample_listâ has no member named âwavsâ
client/snd-sdl.c:114: error: âsample_listâ has no member named âpathsâ
client/snd-sdl.c:124: warning: implicit declaration of function âMix_FreeMusicâ
client/snd-sdl.c:124: warning: nested extern declaration of âMix_FreeMusicâ
client/snd-sdl.c:124: error: âsong_listâ has no member named âwavsâ
client/snd-sdl.c:125: error: âsong_listâ has no member named âpathsâ
client/snd-sdl.c:133: warning: implicit declaration of function âMix_CloseAudioâ
client/snd-sdl.c:133: warning: nested extern declaration of âMix_CloseAudioâ
client/snd-sdl.c:136: warning: implicit declaration of function âSDL_Quitâ
client/snd-sdl.c:136: warning: nested extern declaration of âSDL_Quitâ
client/snd-sdl.c: In function âopen_audioâ:
client/snd-sdl.c:145: error: âUint16â undeclared (first use in this function)
client/snd-sdl.c:145: error: (Each undeclared identifier is reported only once
client/snd-sdl.c:145: error: for each function it appears in.)
client/snd-sdl.c:145: error: expected â;â before âaudio_formatâ
client/snd-sdl.c:152: error: âaudio_formatâ undeclared (first use in this function)
client/snd-sdl.c:152: error: âAUDIO_S16SYSâ undeclared (first use in this function)
client/snd-sdl.c:156: warning: implicit declaration of function âSDL_Initâ
client/snd-sdl.c:156: warning: nested extern declaration of âSDL_Initâ
client/snd-sdl.c:156: error: âSDL_INIT_AUDIOâ undeclared (first use in this function)
client/snd-sdl.c:167: warning: implicit declaration of function âMix_OpenAudioâ
client/snd-sdl.c:167: warning: nested extern declaration of âMix_OpenAudioâ
client/snd-sdl.c:177: warning: implicit declaration of function âMix_AllocateChannelsâ
client/snd-sdl.c:177: warning: nested extern declaration of âMix_AllocateChannelsâ
client/snd-sdl.c:179: warning: implicit declaration of function âMix_ChannelFinishedâ
client/snd-sdl.c:179: warning: nested extern declaration of âMix_ChannelFinishedâ
client/snd-sdl.c:181: warning: implicit declaration of function âMix_HookMusicFinishedâ
client/snd-sdl.c:181: warning: nested extern declaration of âMix_HookMusicFinishedâ
client/snd-sdl.c: In function âsound_sdl_initâ:
client/snd-sdl.c:292: error: âsample_listâ has no member named âpathsâ
client/snd-sdl.c:295: error: âsample_listâ has no member named âwavsâ
client/snd-sdl.c:295: warning: implicit declaration of function âMix_LoadWAVâ
client/snd-sdl.c:295: warning: nested extern declaration of âMix_LoadWAVâ
client/snd-sdl.c:296: error: âsample_listâ has no member named âwavsâ
client/snd-sdl.c:297: warning: implicit declaration of function âSDL_GetErrorâ
client/snd-sdl.c:297: warning: nested extern declaration of âSDL_GetErrorâ
client/snd-sdl.c:303: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:425: error: âsong_listâ has no member named âpathsâ
client/snd-sdl.c:428: error: âsong_listâ has no member named âwavsâ
client/snd-sdl.c:428: warning: implicit declaration of function âMix_LoadMUSâ
client/snd-sdl.c:428: warning: nested extern declaration of âMix_LoadMUSâ
client/snd-sdl.c:429: error: âsong_listâ has no member named âwavsâ
client/snd-sdl.c: In function âplay_soundâ:
client/snd-sdl.c:484: error: âMix_Chunkâ undeclared (first use in this function)
client/snd-sdl.c:484: error: âwaveâ undeclared (first use in this function)
client/snd-sdl.c:497: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:500: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:503: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:506: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:509: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:512: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:515: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:518: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:523: error: âsample_listâ has no member named âstarted_timer_tickâ
client/snd-sdl.c:528: error: âsample_listâ has no member named âwavsâ
client/snd-sdl.c:533: error: âsample_listâ has no member named âpathsâ
client/snd-sdl.c:548: warning: implicit declaration of function âMix_PlayChannelâ
client/snd-sdl.c:548: warning: nested extern declaration of âMix_PlayChannelâ
client/snd-sdl.c:553: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:554: error: âsample_listâ has no member named âstarted_timer_tickâ
client/snd-sdl.c: In function âsound_pageâ:
client/snd-sdl.c:560: error: âMix_Chunkâ undeclared (first use in this function)
client/snd-sdl.c:560: error: âwaveâ undeclared (first use in this function)
client/snd-sdl.c:567: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c:571: error: âsample_listâ has no member named âwavsâ
client/snd-sdl.c:576: error: âsample_listâ has no member named âpathsâ
client/snd-sdl.c:595: warning: implicit declaration of function âMix_Volumeâ
client/snd-sdl.c:595: warning: nested extern declaration of âMix_Volumeâ
client/snd-sdl.c:595: error: âMIX_MAX_VOLUMEâ undeclared (first use in this function)
client/snd-sdl.c:600: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c: In function âclear_channelâ:
client/snd-sdl.c:617: error: âMIX_MAX_VOLUMEâ undeclared (first use in this function)
client/snd-sdl.c:620: error: âsample_listâ has no member named âcurrent_channelâ
client/snd-sdl.c: In function âplay_sound_weatherâ:
client/snd-sdl.c:626: error: âMix_Chunkâ undeclared (first use in this function)
client/snd-sdl.c:626: error: âwaveâ undeclared (first use in this function)
client/snd-sdl.c:633: warning: implicit declaration of function âMix_HaltChannelâ
client/snd-sdl.c:633: warning: nested extern declaration of âMix_HaltChannelâ
client/snd-sdl.c:640: warning: implicit declaration of function âMix_FadingChannelâ
client/snd-sdl.c:640: warning: nested extern declaration of âMix_FadingChannelâ
client/snd-sdl.c:640: error: âMIX_FADING_OUTâ undeclared (first use in this function)
client/snd-sdl.c:641: warning: implicit declaration of function âMix_FadeOutChannelâ
client/snd-sdl.c:641: warning: nested extern declaration of âMix_FadeOutChannelâ
client/snd-sdl.c:658: error: âsample_listâ has no member named âwavsâ
client/snd-sdl.c:663: error: âsample_listâ has no member named âpathsâ
client/snd-sdl.c:680: error: âMIX_MAX_VOLUMEâ undeclared (first use in this function)
client/snd-sdl.c:681: warning: implicit declaration of function âMix_FadeInChannelâ
client/snd-sdl.c:681: warning: nested extern declaration of âMix_FadeInChannelâ
client/snd-sdl.c: In function âweather_handle_fadingâ:
client/snd-sdl.c:748: error: âMIX_NO_FADINGâ undeclared (first use in this function)
client/snd-sdl.c:749: error: âMIX_MAX_VOLUMEâ undeclared (first use in this function)
client/snd-sdl.c: In function âplay_musicâ:
client/snd-sdl.c:763: warning: implicit declaration of function âMix_PlayingMusicâ
client/snd-sdl.c:763: warning: nested extern declaration of âMix_PlayingMusicâ
client/snd-sdl.c:764: warning: implicit declaration of function âMix_FadingMusicâ
client/snd-sdl.c:764: warning: nested extern declaration of âMix_FadingMusicâ
client/snd-sdl.c:764: error: âMIX_FADING_OUTâ undeclared (first use in this function)
client/snd-sdl.c:764: warning: implicit declaration of function âMix_FadeOutMusicâ
client/snd-sdl.c:764: warning: nested extern declaration of âMix_FadeOutMusicâ
client/snd-sdl.c: In function âfadein_next_musicâ:
client/snd-sdl.c:773: error: âMix_Musicâ undeclared (first use in this function)
client/snd-sdl.c:773: error: âwaveâ undeclared (first use in this function)
client/snd-sdl.c:784: error: âsong_listâ has no member named âwavsâ
client/snd-sdl.c:789: error: âsong_listâ has no member named âpathsâ
client/snd-sdl.c:805: warning: implicit declaration of function âMix_FadeInMusicâ
client/snd-sdl.c:805: warning: nested extern declaration of âMix_FadeInMusicâ
client/snd-sdl.c: In function âset_mixing_sdlâ:
client/snd-sdl.c:813: error: âMIX_MAX_VOLUMEâ undeclared (first use in this function)
client/snd-sdl.c:814: warning: implicit declaration of function âMix_VolumeMusicâ
client/snd-sdl.c:814: warning: nested extern declaration of âMix_VolumeMusicâ
client/snd-sdl.c:815: error: âMIX_FADING_OUTâ undeclared (first use in this function)
make: *** [client/snd-sdl.o] Error 1
qwert1484@dragon323:~/tomenet/src$
User avatar
tokariew
Posts: 374
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Error on compile (Assuming missing package)

Post by tokariew »

probably you don't have SDL-devel or SDL-mixer-devel or something like that, check here: http://koti.mbnet.fi/mikaelh/tomenet/in ... -linux.php
and install depencies, then should it work
img {
max-width: 100%;
}
https://tokariew.xyz
qwert1484
Posts: 3
Joined: Thu Jun 02, 2011 5:36 am

Re: Error on compile (Assuming missing package)

Post by qwert1484 »

I'll try this now...

Edit: It's compiled, but ./tomenet.server does nothing when I try to launch it.

gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-util.o -c client/c-util.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-cmd.o -c client/c-cmd.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-inven.o -c client/c-inven.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-files.o -c client/c-files.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-tables.o -c client/c-tables.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-store.o -c client/c-store.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-init.o -c client/c-init.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/variable.o -c client/variable.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/main-ibm.o -c client/main-ibm.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/main-cap.o -c client/main-cap.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/main-gcu.o -c client/main-gcu.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/main-x11.o -c client/main-x11.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/main-xaw.o -c client/main-xaw.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/nclient.o -c client/nclient.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-birth.o -c client/c-birth.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-xtra1.o -c client/c-xtra1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-xtra2.o -c client/c-xtra2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-spell.o -c client/c-spell.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/client.o -c client/client.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/skills.o -c client/skills.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o common/files.o -c common/files.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o common/SFMT.o -c common/SFMT.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/snd-sdl.o -c client/snd-sdl.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/c-script.o -c client/c-script.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/lua_bind.o -c client/lua_bind.c
cd client; ../server/tolua -n player -o w_play.c player.pkg; cd ..
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/w_play.o -c client/w_play.c
cd client; ../server/tolua -n util -o w_util.c util.pkg; cd ..
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/w_util.o -c client/w_util.c
cd client; ../server/tolua -n spells -o w_spells.c spells.pkg; cd ..
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o client/w_spells.o -c client/w_spells.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o tomenet common/z-util.o common/z-virt.o common/z-form.o common/z-rand.o common/net-unix.o common/sockbuf.o common/net-ibm.o common/common.o client/z-term.o client/c-util.o client/c-cmd.o client/c-inven.o client/c-files.o client/c-tables.o client/c-store.o client/c-init.o client/variable.o client/main-ibm.o client/main-cap.o client/main-gcu.o client/main-x11.o client/main-xaw.o client/nclient.o client/c-birth.o client/c-xtra1.o client/c-xtra2.o client/c-spell.o client/client.o client/skills.o common/files.o common/SFMT.o client/snd-sdl.o client/c-script.o client/lua_bind.o client/w_play.o client/w_util.o client/w_spells.o server/lua/lapi.o server/lua/lcode.o server/lua/ldebug.o server/lua/ldo.o server/lua/lfunc.o server/lua/lgc.o server/lua/llex.o server/lua/lmem.o server/lua/lobject.o server/lua/lparser.o server/lua/lstate.o server/lua/lstring.o server/lua/ltable.o server/lua/ltests.o server/lua/ltm.o server/lua/lundump.o server/lua/lvm.o server/lua/lzio.o server/lua/lauxlib.o server/lua/lbaselib.o server/lua/ldblib.o server/lua/liolib.o server/lua/lstrlib.o server/lua/tolua_lb.o server/lua/tolua_rg.o server/lua/tolua_tt.o server/lua/tolua_tm.o server/lua/tolua_gp.o server/lua/tolua_eh.o server/lua/tolua_bd.o server/lua/lmathlib.o -L/usr/X11R6/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm `sdl-config --libs` -lSDL_mixer
server/lua/liolib.o: In function `io_tmpname':
/home/qwert1484/tomenet/tomenet/src/server/lua/liolib.c:519: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/variable.o -c server/variable.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/control.o -c server/control.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/hooks.o -c server/hooks.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/party.o -c server/party.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/tables.o -c server/tables.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/util.o -c server/util.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/cave.o -c server/cave.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/object1.o -c server/object1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/object2.o -c server/object2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/monster2.o -c server/monster2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/xtra1.o -c server/xtra1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/xtra2.o -c server/xtra2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/spells1.o -c server/spells1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/spells2.o -c server/spells2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/melee1.o -c server/melee1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/melee2.o -c server/melee2.c
server/melee2.c: In function âget_moves_astarâ:
server/melee2.c:4287: warning: unused variable âastarHâ
server/melee2.c:4287: warning: unused variable âastarGâ
server/melee2.c:4287: warning: unused variable âastarFâ
server/melee2.c:4286: warning: unused variable âacâ
server/melee2.c:4285: warning: unused variable âaoâ
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/save.o -c server/save.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/files.o -c server/files.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/cmd1.o -c server/cmd1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/cmd2.o -c server/cmd2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/cmd3.o -c server/cmd3.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/cmd4.o -c server/cmd4.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/cmd5.o -c server/cmd5.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/cmd6.o -c server/cmd6.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/store.o -c server/store.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/birth.o -c server/birth.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/load2.o -c server/load2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/randart.o -c server/randart.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/sched.o -c server/sched.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/generate.o -c server/generate.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/wild.o -c server/wild.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/dungeon.o -c server/dungeon.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/init1.o -c server/init1.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/init2.o -c server/init2.c
gcc -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -O2 -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -Iserver -Iserver/lua -o server/nserver.o -c server/nserver.c
server/nserver.c: In function âsync_optionsâ:
server/nserver.c:2298: error: âplayer_typeâ has no member named âauto_destroyâ
make: *** [server/nserver.o] Error 1
qwert1484@dragon323:~/tomenet/tomenet/src$


is the error I recieve upon make install


All I want to do is host a server with this machine if that helps simplify matters at all.
mikaelh
Developer
Posts: 217
Joined: Sun Dec 13, 2009 3:18 pm

Re: Error on compile (Assuming missing package)

Post by mikaelh »

Where did you get the source code you're trying to compile? It looks like it's from the old CVS which has been gone for some time now.

The latest source tarball on the site should work just fine.

If you just want the server, this should be all you need to do:

Code: Select all

wget http://www.tomenet.net/downloads/tomenet-4.4.6b.tar.bz2
tar xjf tomenet-4.4.6b.tar.bz2
cd tomenet-4.4.6b/src
make tomenet.server accedit evilmeta
cp tomenet.server accedit evilmeta ..
cd ..
./tomenet.server
qwert1484
Posts: 3
Joined: Thu Jun 02, 2011 5:36 am

Re: Error on compile (Assuming missing package)

Post by qwert1484 »

thank you so much kind sir, I will try this now and update (pending no incapacitation from excitement IE ADD) and apologize for my latent response, as I'm just getting over the flu.

EDIT: Also I probably did get it from the old CVS site, I wasn't always checking the dates on them as I likely should have, so chances are it -was- from there...

EDIT: That fixed it, sorry I forgot to edit again with that. Now I just need to figure out how to authorize accounts and stuff and get myself on the metaserver.
Post Reply