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.

Need help compiling Eggdrop 1.6.17 on Mac OS X 10.3.5

Old posts that have not been replied to for several years.
Locked
s
socamx

Need help compiling Eggdrop 1.6.17 on Mac OS X 10.3.5

Post by socamx »

When I try to compile the bot I get a real long list of errors, and I mean a long list. One common thing in them is 'dns' so I think it has something to do with the DNS module.

I tried ./configure, then get this message

Code: Select all

Operating System: Darwin 7.5.0

Warning:

  The operating system you are using has not yet had a great
  deal of testing with Eggdrop. For this reason, this compile
  will default to "make static".

  To enable module support, type "make eggdrop" instead of just
  "make" after you run "make config" (or "make iconfig").

  As we have not done a sufficiant ammount of testing on this
  OS, your feedback is greatly appreciated. Please let us know
  at bugs@eggheads.org if there are any problems compiling with
  module support, or if you got it to work :)

If you experiance any problems compiling Eggdrop, please read the
compile guide, found in doc/COMPILE-GUIDE.

Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.
So I do make eggdrop after make config and get a ton of errors with these 3 lines different from the rest:

Code: Select all

make[2]: *** [../dns.o] Error 1
make[1]: *** [dns.mod_so] Error 2
make: *** [modules] Error 2
Only way I got a bot to compile is using DarwinPorts but the bot that it compiles lacks a few major commands like .chanset, .restart, .rehash. Probably more but I'm new to eggdrop. I had someone look over the config and it was fine for the bot.

So I can't compile manually, and if I use a 3rd party compile system I get an incomplete bot it seems. Any ideas?
s
socamx

Post by socamx »

Update: I got it to successfully compile by removing the DNS module.
Locked