Package: ogre
Version: 0.15.1-8
Severity: serious

Hi,

Your package is failing to build with the following error:
cd build-tree/ogre-free && \
  libtoolize --force && \
  aclocal && \
  autoheader && \
  automake --include-deps --add-missing --foreign && \
  autoconf && \
  ./configure --prefix=/usr \
    --host=hppa-linux --build=hppa-linux \
    --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info \
    --with-platform=GLX --with-gl-support=GLX
You should update your `aclocal.m4' by running aclocal.
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODUL
ES
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:acinclude.m4:203: warning: macro `AM_PATH_SDL' not found in library
aclocal:acinclude.m4:237: warning: macro `AM_PATH_SDL' not found in library
OgreMain/src/Makefile.am: installing `./compile'
configure.in:46: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure:20658: error: possibly undefined macro: AM_PATH_SDL
make: *** [build-tree/ogre-free/config.status] Error 1

This seems to be caused by a missing build dependency on
libsdl1.2-dev.  After adding that, it can generate the
configure script (with some warnings).

Note that the old scripts where build using automake 1.7
instead of 1.9 and the other warnings go away if you use
that version instead.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to