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!!!