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 on FreeBSD

Old posts that have not been replied to for several years.
Locked
k
kebabdjuret
Voice
Posts: 26
Joined: Sat Feb 09, 2002 8:00 pm
Location: Sweden
Contact:

Post by kebabdjuret »

/usr/local/include/tcl8.4/tcl.h:2157: tclPlatDecls.h: No such file or directory
*** Error code 1

Stop in /home/fredrik/eggdrop1.6.8/src.
*** Error code 1

Stop in /home/fredrik/eggdrop1.6.8.
eggdrop1.6.8$

I HAVE installed tcl 8.4
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Your Tcl install is not installed properly.

Jeff
k
kebabdjuret
Voice
Posts: 26
Joined: Sat Feb 09, 2002 8:00 pm
Location: Sweden
Contact:

Post by kebabdjuret »

Well, I think it is =)
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

actually its a slight error in the tcl install script, as now tclPlatDecls.h is called in tcl.h, but is not symlinked to the tcl8.4 include directory.

as root

ln -s /usr/local/include/tcl8.4/generic/tclPlatDecls.h /usr/local/include/tcl8.4/tclPlatDecls.h
k
kebabdjuret
Voice
Posts: 26
Joined: Sat Feb 09, 2002 8:00 pm
Location: Sweden
Contact:

Post by kebabdjuret »

i give it a try. thanks
Locked