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.

make config

Old posts that have not been replied to for several years.
Locked
A
AW

make config

Post by AW »

hi,
i am getting an error when i do
make config

[aw@aw eggdrop1.6.12]$ make config
detecting modules.................... done.
calculating dependencies................... done.
building ./src/mod/Makefile... done.
make[1]: Entering directory `/home/aw/eggdrop1.6.12/src/mod'
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for i in ; do if test -f ./$i/configure; then modname=`echo $i | sed -e 's/.mod//'`; echo ""; echo "Configuring module ${modname} ..."; echo ""; if test ! -d $i; then mkdir $i; fi; (cd $i && .././$i/configure --cache-file=../../../config.cache --srcdir=../../../src/mod/$i); fi; done; echo ""'
make[1]: *** [config] Error 2
make[1]: Leaving directory `/home/aw/eggdrop1.6.12/src/mod'
make: *** [config] Error 2

i will apprecite for your kind help

regards
Aw
A
AW

Post by AW »

is this a problem with shell or with source??
regards
Aw
A
AW

Post by AW »

I have tried on 2 diff shells, same problem

regards
Aw
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Have you made any changes to any files manualy?

Have you done "./configure"?

Can you say exactly what you did?
A
AW

Post by AW »

yeap here are the steps i had followed from www.egghelp.org(How do I update / upgrade my Eggdrop to the latest version?)


tar zxvf eggdrop1.6.12.tar.gz
cd eggdrop1.6.12
./configure
make config

and then i got that above error...

thanks
regard
AW
A
AW

Post by AW »

Hi, any advise for this please?

thanks
regards
AW
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I would refer this to bugs@eggheads.org.

Be sure to give as many details as possible, mainly the questions asked in bug-report.

I can't see any changes in the CVS that afect any of the make/configure files, so i don't see why eggdrop is at fault.

Have you tried compiling a CVS version
A
AW

Post by AW »

Hi ppslim,

Nope, its eggdrop1.6.12.tar.gz, new one

thanks
regards
Aw
A
AW

Post by AW »

Hi ppslim,

its odd, i have downloaded again from eggheads.org, and it worked this time, strange, no errors heh

thanks
regards
Aw
Locked