(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.99 (using KDE 3.0.0 ) Severity: normal Installed from: Compiled From Sources Compiler: gcc 2.95.3 OS: Linux OS/Compiler notes: Not Specified I created a KDE 2 mini app inside kdevelop 2.99 (rc3) which was compiled on my KDE 3.0 rc3 tree and it then failed to build the application skeleton. --- This Makefile is only for the CVS repository This will be deleted before making the distribution *** Creating acinclude.m4 !!! If you get recursion errors from autoconf it is advisable to set the environment variable M4 to something including "--nesting-limit=500" *** Creating list of subdirectories *** Creating configure.in *** Creating aclocal.m4 *** Creating configure *** Creating config.h template autoheader-2.5x: `config.h.in' is unchanged *** Creating Makefile templates aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' make[1]: *** [cvs] Error 1 make: *** [all] Error 2 *** failed *** (Submitted via bugs.kde.org)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm using gentoo and asked to them if it would be something they know. The solution that came up was to set WANT_AUTOCONF_2_5=3D1 and WANT_AUTOMAKE_1_4=3D1 So I think we can close that bug. - -- Yannick Koehler Software Designer - Colubris Networks Inc. - http://www.colubris.com "Free as in bird!' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8qd21fuKOJNEyL1URAibjAKCIkpeUcIuke39+GD03ksPGBPeE1ACePVFZ CKq1AAAWKw59NMYf+QFhmj0=3D =3DlxT3 -----END PGP SIGNATURE-----
On Tuesday 02 April 2002 17:41 yannick.koehler@colubris.com wrote: > Package: kdevelop > Version: 2.99 (using KDE 3.0.0 ) > Severity: normal > Installed from: Compiled From Sources > Compiler: gcc 2.95.3 > OS: Linux > OS/Compiler notes: Not Specified > > I created a KDE 2 mini app inside kdevelop 2.99 (rc3) which was compiled = on > my KDE 3.0 rc3 tree and it then failed to build the application skeleton. > > --- > > This Makefile is only for the CVS repository > This will be deleted before making the distribution > > *** Creating acinclude.m4 > !!! If you get recursion errors from autoconf it is advisable to set the > environment variable M4 to something including "--nesting-limit=3D500" > *** Creating list of subdirectories > *** Creating configure.in > *** Creating aclocal.m4 > *** Creating configure > *** Creating config.h template > autoheader-2.5x: `config.h.in' is unchanged > *** Creating Makefile templates > aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' > aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' That are bogus errors generated from automake > 1.5 downgrade. Greeteings Stephan