When building simplekdebase from source, I come up against this error on the make phase of the build:
make[3]: Entering directory `/root/simplekdebase-3.4.1/kdm/backend'
cd ../.. && /bin/sh /root/simplekdebase-3.4.1/admin/missing --run automake-1.9
--foreign kdm/backend/Makefile
configure.in:43: version mismatch. This is Automake 1.9.5,
configure.in:43: but the definition used by this AM_INIT_AUTOMAKE
configure.in:43: comes from Automake 1.9.4. You should recreate
configure.in:43: aclocal.m4 with aclocal and run automake again.
make[3]: *** [Makefile.in] Error 1
make[3]: Leaving directory `/root/simplekdebase-3.4.1/kdm/backend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/simplekdebase-3.4.1/kdm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/simplekdebase-3.4.1'
make: *** [all] Error 2
Attempting to run aclocal in this dir and then automake have no effect - re running make bails on the same point.
I am running Slackware 10.1 with kernel 2.4.29, however, some of my packages (most in fact) have been take from the -current pool of packages.
Thanks for your time.
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Error messages say that you should use automake 1.9.4 instead of 1.9.5.. I'm not experienced in autotools but there are probably autotools files that should not exist in simplekde packages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When building simplekdebase from source, I come up against this error on the make phase of the build:
make[3]: Entering directory `/root/simplekdebase-3.4.1/kdm/backend'
cd ../.. && /bin/sh /root/simplekdebase-3.4.1/admin/missing --run automake-1.9
--foreign kdm/backend/Makefile
configure.in:43: version mismatch. This is Automake 1.9.5,
configure.in:43: but the definition used by this AM_INIT_AUTOMAKE
configure.in:43: comes from Automake 1.9.4. You should recreate
configure.in:43: aclocal.m4 with aclocal and run automake again.
make[3]: *** [Makefile.in] Error 1
make[3]: Leaving directory `/root/simplekdebase-3.4.1/kdm/backend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/simplekdebase-3.4.1/kdm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/simplekdebase-3.4.1'
make: *** [all] Error 2
Attempting to run aclocal in this dir and then automake have no effect - re running make bails on the same point.
I am running Slackware 10.1 with kernel 2.4.29, however, some of my packages (most in fact) have been take from the -current pool of packages.
Thanks for your time.
Tom
Error messages say that you should use automake 1.9.4 instead of 1.9.5.. I'm not experienced in autotools but there are probably autotools files that should not exist in simplekde packages.