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.

Error when 'make' the eggdrop

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

Error when 'make' the eggdrop

Post by stormz »

Yea,
I'm a newbie in here. I've successfully ./configure and make config.
The problem is when i'm tryin to compile the eggdrop using 'make'.
It's showed up error.

Code: Select all

[root@wpc0587 eggdrop1.6.17]# make
make[1]: Entering directory `/root/eggdrop1.6.17/src'
This may take a while. Go get some runts.

gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c bg.c
In file included from ../lush.h:4,
                 from main.h:33,
                 from bg.c:27:
/root/tcl.h:2269:22: tclDecls.h: No such file or directory
/root/tcl.h:2288:26: tclPlatDecls.h: No such file or directory
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/root/eggdrop1.6.17/src'
make: *** [modegg] Error 2
Any idea how to fix this problem ? thanks.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Don't compile it under root account.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Eh, root or not root, it doesn't matter for compilation, but you will get notice that bot can't be run from root account.
Install complete Tcl library again again :)
Que?
s
stormz

Post by stormz »

So, what should I do ? Install the tcl and eggdrop under shell account ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Try reinstalling TCL as root and then compile eggdrop from a shell account. See how that goes. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked