On Sunday 22 June 2003 08:45, Martin LORANG wrote:
> I read the 4 last messages again and I'm not sure you understood my
> problem=0 (or I did'nt explain it clearly :o)
You are right. I was thinking KDevelop cannot compile. But the problem is 
exactly the same with your HelloWorld program. Both are based on 
autoconf/automake, and these packages have a problem ! I had this problem 
with arts-1.1.2, and you have it with MyHelloWorld !

When you install autoconf-2.57-r1, gentoo install all versions (2.13 -> 2.57). 
You can look at the emerge output, you will see a lot of patchs, that add old 
versions.

The package name is autoconf-2.57-r1, because this version is installed, but 
autoconf-2.13 is installed too, and the symbolic link points to autoconf-2.13

The easiest way to fix that:
rm /usr/bin/autoconf
rm /usr/bin/autoheader
rm /usr/bin/automake
ln -s /usr/bin/autoconf-2.57 /usr/bin/autoconf
ln -s /usr/bin/autoheader-2.57 /usr/bin/autoheader
ln -s /usr/bin/automake-1.7 /usr/bin/automake

regards


> KDE-3.2.1 and Kdevelop-2.1.5 are emerged without error.
>
> I created a new project (my very first : a console hello world) in
> kdevelop, and when I try to build it I get this message :
>
> *** YOU'RE USING Autoconf version 2.13.
> *** KDE requires autoconf 2.52, 2.53 or 2.54
> gmake[1]: *** [cvs] Erreur 1
> gmake: *** [all] Erreur 2
> *** échec ***
>

>
> KDE-3.2.1 and Kdevelop-2.1.5 are emerged without error.
>
> I created a new project (my very first : a console hello world) in
> kdevelop, and when I try to build it I get this message :
>
> *** YOU'RE USING Autoconf version 2.13.
> *** KDE requires autoconf 2.52, 2.53 or 2.54
> gmake[1]: *** [cvs] Erreur 1
> gmake: *** [all] Erreur 2
> *** échec ***
>
>
> BUT I have Autoconf 2.57-r1 installed and not 2.13 :
> [EMAIL PROTECTED] ~ >emerge -p autoconf
> These are the packages that I would merge, in order:
> Calculating dependencies ...done!
> [ebuild   R  ] sys-devel/autoconf-2.57-r1
>
>
> BUT when I ask the version from my autoconf-2.57-r1 the answer is
> [EMAIL PROTECTED] ~ >autoconf --version
> Autoconf version 2.13
>
>
> Strange no ?
>
> The problem is the same with textutils-2.1 or 2.0.19-r1
> The problem disapears when I downgrade to autoconf-2.54-r1
>
> Martin
>
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to