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 1.6.4 or newer won't compile on Darwin/OSX

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

Hello! (my first post).

I'm hapily running eggdrop 1.6.3 on my OSX 10.1.1 workstation. Any newer version, including 1.6.4->1.6.7 will not compile.

Here's the last few lines of the make where it pukes:

Making module objects for static linking...

cc -pipe -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC -DMAKING_MODS -c .././assoc.mod/assoc.c
mv assoc.o ../
cc -pipe -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC -DMAKING_MODS -c .././blowfish.mod/blowfish.c
mv blowfish.o ../
cc -pipe -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC -DMAKING_MODS -c .././channels.mod/channels.c
mv channels.o ../
cc -pipe -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC -DMAKING_MODS -c .././compress.mod/compress.c
/usr/include/mach/shared_memory_server.h:53: warning: could not use precompiled header '/usr/include/mach/mach.p', because:
/usr/include/mach/shared_memory_server.h:53: warning: macro 'is_master' defined by ../../../src/users.h conflicts with precomp
In file included from /usr/include/mach/shared_memory_server.h:53,
from /usr/include/sys/mman.h:61,
from .././compress.mod/compress.c:42:
/usr/include/mach/mach.h:69: conflicting types for `Tcl_Panic'
/usr/local/include/tclDecls.h:38: previous declaration of `Tcl_Panic'
make[2]: *** [../compress.o] Error 1
make[1]: *** [compress.mod_o] Error 2
make: *** [static] Error 2

any ideas? Again, 1.6.3 compiles like a champ with no modifications.
G
Guest

Post by Guest »

Why don't you get the latest Eggdrop1.6.7 or Eggdrop 1.6.6?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

He has allready tried versions 1.6.4 through 1.6.7 as stated in his post.

This is beyond the scope of this forum, you should contact eggheads@eggheads.org for more help on this issue.
Locked