Click to See Complete Forum and Search --> : Error's after "make"--cdbakeoven-2.0beta2...Slack9


Yin
07-22-2003, 09:36 PM
I downloaded-cdbakeoven-2.0beta2.tar.bz2 and when compiling, at the step: $make ; I got the following error's:

cd . && make -f admin/Makefile.common configure.in
make[1]: Entering directory `/home/frank/Source Files/cdbakeoven-2.0beta2'
make[1]: Leaving directory `/home/frank/Source Files/cdbakeoven-2.0beta2'
cd . && aclocal-1.6
/bin/sh: line 1: aclocal-1.6: command not found
make: *** [aclocal.m4] Error 127

The first step in the process was: $./configure --prefix=/opt/kde

I then did: $whereis aclocal-1.6 ; the output:
/usr/bin/aclocal-1.7 and /usr/share/aclocal-1.7

I'm thinking that it could be because I upgraded my system to "slack-current" i.e. gcc-3.2.3, etc.

Maybe this version of cdboven won't work on this 'current' setup?

Any advice or modifications you guys/girls can think of?

Thanks, Frank

sarah31
07-23-2003, 01:00 AM
if there is an autogen script in the source directory you could try issuing :

sh autogen.sh

this will regenerate your makefiles and this may get you past hving to use an older aclocal. there may also be an option to configure without aclocal. check with :

./configure --help

Yin
07-23-2003, 02:06 PM
Thanks for the reply, sarah31.;)

I'll try that method of using: sh autogen.sh . btw: could you please, explain how I use/issue that command?

Thank you again, Frank

mdwatts
07-23-2003, 02:11 PM
Originally posted by Yin

btw: could you please, explain how I use/issue that command?


cd /home/frank/Source Files/cdbakeoven-2.0beta2

sh autogen.sh