This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop Compile Prob

Old posts that have not been replied to for several years.
Locked
S
Sorrento
Voice
Posts: 1
Joined: Wed Aug 17, 2005 10:12 am

Eggdrop Compile Prob

Post by Sorrento »

Hi

Im trying to compile the eggdrop 1.6.17 (also i tried 1.6.14) the process goes normally with ./configure, but with make i obtain this error:

bash-2.05$ make
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -I/opt/gnome/include -I/usr/openwin/share/include/X11/extensions -I/usr/openwin/include \
'-DCCFLAGS="gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -I/opt/gnome/include -I/usr/openwin/share/include/X11/extensions -I/usr/openwin/include"' \
'-DLDFLAGS="gcc -pipe"' \
'-DSTRIPFLAGS="strip"' -c ./main.c
In file included from ./main.c:742:
./patch.h: In function `main':
./patch.h:39: error: parse error before '/' token
*** Error code 1
make: Fatal error: Command failed for target `main.o'
Current working directory /home/setsuna/eggdrop1.6.14/src
*** Error code 1
make: Fatal error: Command failed for target `modegg'
bash-2.05$

Im using Solaris 9 running in UltraSparc64 x 2

Thanks!!!
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

1.6.14 was a dud. it doesnt work for anyone.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

install and use GNU make(1) instead
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

1.6.14 was a dud release. It doesn't compile. There is an extra '/' in patch.h. Use 1.6.17.

Will
Locked