Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-24 Thread Ralf Wildenhues
Hello William, Rafał, * William Pursell wrote on Wed, Nov 12, 2008 at 07:21:23AM CET: > Rafał Mużyło wrote: > >> The problem here is KDevelop. It's using autotools >> in a such hacky way, that the only sane way to fix it, >> is to manually set things up. > > Is there a good reason not to ship the

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-18 Thread Dan Nicholson
On Tue, Nov 11, 2008 at 1:56 PM, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On Tue, Nov 11, 2008 at 1:49 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> Hello Dan, >> >> * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: >>> On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROT

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-12 Thread Rafał Mużyło
On Wed, Nov 12, 2008 at 09:54:06PM +0100, Ralf Wildenhues wrote: > > OK, this is their issue to deal with, not ours. Please report this to > the KDE people. > Well, the funny thing about it is that KDE people had first abused autotools in the ways you can observe here, constantly complained about

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-12 Thread Ralf Wildenhues
* Rafał Mużyło wrote on Wed, Nov 12, 2008 at 12:54:56PM CET: > On Wed, Nov 12, 2008 at 06:28:41AM +0100, Ralf Wildenhues wrote: > > > > Then maybe it is sufficient to add > > AC_CONFIG_MACRO_DIR([m4]) > > > > to configure.ac, and > > ACLOCAL_AMFLAGS = -I m4 > > > > to the toplevel Makefile.a

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-12 Thread Rafał Mużyło
On Wed, Nov 12, 2008 at 06:28:41AM +0100, Ralf Wildenhues wrote: > * Rafał Mużyło wrote on Wed, Nov 12, 2008 at 03:10:36AM CET: > > > > The problem here is KDevelop. It's using autotools > > in a such hacky way, that the only sane way to fix it, > > is to manually set things up. > > > > It adds a

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread William Pursell
Rafał Mużyło wrote: The problem here is KDevelop. It's using autotools in a such hacky way, that the only sane way to fix it, is to manually set things up. Is there a good reason not to ship the autotools with a script to build a template directory? (This probably belongs on the autoconf list

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
* Rafał Mużyło wrote on Wed, Nov 12, 2008 at 03:10:36AM CET: > > The problem here is KDevelop. It's using autotools > in a such hacky way, that the only sane way to fix it, > is to manually set things up. > > It adds a dir, with a lot of old m4 macros, that autoreconf > detects but libtoolize doe

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Rafał Mużyło
This is exactly the place, where using Gentoo pays off. You learn some very unsual things, while you do. The problem here is KDevelop. It's using autotools in a such hacky way, that the only sane way to fix it, is to manually set things up. It adds a dir, with a lot of old m4 macros, that autore

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Dan Nicholson
On Tue, Nov 11, 2008 at 1:49 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Dan, > > * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: >> On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> > >> > The macro files may have been copied into your package

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
Hello Dan, * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: > On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > > The macro files may have been copied into your package with 'libtoolize > > --install', or 'aclocal --install', or their contents copied in

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Dan Nicholson
Hi Ralf, On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > The macro files may have been copied into your package with 'libtoolize > --install', or 'aclocal --install', or their contents copied into the > aclocal.m4 file from aclocal. All of this may have been caused

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Jan Leimbach
Hallo Ralf, danke für Deine schnelle Antwort. Da ich recht neu in der Programmierung unter Linux bin, wird mich Deine Antwort sicher ein paar Tage beschäftigt halten =) Wünsche Dir einen schönen Abend... Grüße Jan On Tue, Nov 11, 2008 at 10:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]>wrote: > H

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
Hello Jan, * Jan Leimbach wrote on Tue, Nov 11, 2008 at 10:22:10PM CET: > > i just tried to run the "Hello World" example c++ project in Kdevelop > as i got the output below. > > Can anyone support me please and tell me what i did wrong? You are mixing an ltmain.sh file from Libtool 1.5.x with

Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Jan Leimbach
Hello, i just tried to run the "Hello World" example c++ project in Kdevelop as i got the output below. Can anyone support me please and tell me what i did wrong? If you need more information, please tell me. Thanks in advance. Jan ../libtool: line 832: X--tag=CXX: command not found ../libtoo