fresh cvs checkout has build problem.

HI,
I just did a fresh cvs checkout of libsmi and the build breaks.
$ ./configure ..... $ make make all-recursive Making all in lib "Makefile", line 349: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1
Stop in /usr/home/harrie/libsmi/libsmi. *** Error code 1
Stop in /usr/home/harrie/libsmi/libsmi. $
It break at the line with
-include $(DEP_FILES)
this is a generated line.
Someone any ideas on how to fix it?? Which version of 'automake' would be needed??
Harrie

Hi!
Harrie Hazewinkel writes:
Harrie> I just did a fresh cvs checkout of libsmi Harrie> and the build breaks. [...] Harrie> Someone any ideas on how to fix it?? Harrie> Which version of 'automake' would be needed??
I've no clue what the reason for this problem could be. I've just done a fresh checkout & automake & autoconf & configure & make. I'm using a Debian/i386 GNU/Linux system with automake 1.4 and autoconf 2.13.
-frank -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.

Frank Strauss wrote:
Harrie> I just did a fresh cvs checkout of libsmi Harrie> and the build breaks. [...] Harrie> Someone any ideas on how to fix it?? Harrie> Which version of 'automake' would be needed??
I've no clue what the reason for this problem could be. I've just done a fresh checkout & automake & autoconf & configure & make. I'm using a Debian/i386 GNU/Linux system with automake 1.4 and autoconf 2.13.
I seem to have similar problems, though here it barfs on ltmain.sh and ltconfig not being the same version, according to libtool. I do have that 'weird' line in lib/Makefile (it probably does make sense, somehow).
I'm running Debian unstable here, with these software versions: libtool 1.4-1 automake 1.4-p4-1 autoconf 2.50-8
Rerunning `libtoolize' before ./configure, to update config.guess and config.sub seems to solve the problem here.
cheers, Remco. -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.

Following up on my own message...
Remco van de Meent wrote:
Frank Strauss wrote:
Harrie> I just did a fresh cvs checkout of libsmi Harrie> and the build breaks. [...] Harrie> Someone any ideas on how to fix it?? Harrie> Which version of 'automake' would be needed??
Rerunning `libtoolize' before ./configure, to update config.guess and config.sub seems to solve the problem here.
By the way, Harrie, make sure to use GNU make or something really compatible, apparently "-include" is a valid statement in Makefile these days with the GNU make utility...
cheers, Remco. -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.
participants (3)
-
Frank Strauss
-
Harrie Hazewinkel
-
Remco van de Meent