https://qa.mandrakesoft.com/show_bug.cgi?id=1751





------- Additional Comments From [EMAIL PROTECTED]  2003-02-23 16:22 -------
My experience with this problem is as follows:
1. With a fresh 9.1rc1 installation, old and newly created projects do not
compile due to autoconf/automake errors.
2. I forced the installation of automake 1.5; newly created projects seem to
compile and run now but projects created on 9.0 do not compile due to the
AUTOCONF 2.13 error.
3. I forced the installation of autoconf 2.5 and the compilation still tried to
use version 2.13 with the older project.
4. I set WANT_AUTOCONF_2_5=1 in a console, started kdevelop in the console, and
got the following:

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
configure.in:77: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:77: the top level
autom4te-2.5x: /usr/bin/m4 failed with exit status: 1
gmake[1]: *** [cvs] Erreur 1
gmake: *** [all] Erreur 2
*** failed ***

So the current situation is that projects created on older versions cannot be
compiled.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Forcing an install, KDevelop seems to work fine with automake1.6, and 
autoconf2.5 
 
eg. 
> rpm -Uvh kdevelop-2.1.5-2mdk.i586.rpm 
> error: failed dependencies: 
>         automake1.6 conflicts with kdevelop-2.1.5-2mdk 
>         autoconf2.5 conflicts with kdevelop-2.1.5-2mdk 
> [EMAIL PROTECTED] RPMS]# rpm -Uvh --nodeps kdevelop-2.1.5-2mdk.i586.rpm 
> Preparing...                
########################################### [100%] 
>    1:kdevelop               
########################################### [100%]

Reply via email to