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.

It works!

General support and discussion of Eggdrop bots.
Post Reply
a
alessandro1997
Voice
Posts: 2
Joined: Sat Oct 17, 2009 3:03 pm
Location: Rome, Italy
Contact:

It works!

Post by alessandro1997 »

I solved this problem, thanks to my friend!
You have to open config.h.in (before compiling) and replace this code:

Code: Select all

#undef HAVE_TCL_THREADS
With this:

Code: Select all

#define HAVE_TCL_THREADS
And your Eggdrop will work. Alternatively, you will need to run the eggdrop this way:

Code: Select all

./eggdrop -n
But recompiling is the best way :-)
I program to live.
I live to program.
Post Reply