| View previous topic :: View next topic |
| Author |
Message |
Sorrento Voice
Joined: 17 Aug 2005 Posts: 1
|
Posted: Wed Aug 17, 2005 10:33 am Post subject: Eggdrop Compile Prob |
|
|
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!!! |
|
| Back to top |
|
 |
greenbear Owner
Joined: 24 Sep 2001 Posts: 733 Location: Norway
|
Posted: Wed Aug 17, 2005 10:39 am Post subject: |
|
|
| 1.6.14 was a dud. it doesnt work for anyone. |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Aug 17, 2005 12:56 pm Post subject: |
|
|
| install and use GNU make(1) instead |
|
| Back to top |
|
 |
Wcc Master
Joined: 28 Oct 2001 Posts: 278 Location: USA
|
Posted: Sun Aug 21, 2005 8:08 pm Post subject: |
|
|
1.6.14 was a dud release. It doesn't compile. There is an extra '/' in patch.h. Use 1.6.17.
Will |
|
| Back to top |
|
 |
|