Subject: Re: pkg/25855: devel/SDL does not build with gcc 3.4.0
To: None <tech-pkg@netbsd.org>
From: Antoine Reilles <reilles@loria.fr>
List: tech-pkg
Date: 06/25/2004 17:03:21
Hi,
The problem seems to be pkgsrc related.
I have sucessfully build sdl from the release tarball. The only
difference I can see is the :
===> Building for SDL-1.2.7nb2
cd . && aclocal-1.8
WARNING: `aclocal' is missing on your system. You should only need it
if
you modified `acinclude.m4' or `configure.in'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && automake-1.8 --foreign
WARNING: `automake' is missing on your system. You should only need it
if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && autoconf
WARNING: `autoconf' is missing on your system. You should only need it
if
you modified `configure.in'. You might want to install the
`Autoconf' and `GNU m4' packages. Grab them from any GNU
archive site.
/bin/sh ./config.status --recheck
/bin/sh ./config.status
config.status: creating Makefile
I haven't these warnings when building manually from the release
I installed the latest automake and autocong with pkgsrc (i was using
the default ones, 1.6) but it doesn't change anything. Can it be the
problem ?
Antoine