Re: makes which break with `silent-rules'

2009-05-27 Thread Jan Engelhardt
On Sunday 2009-05-24 15:24, Thomas Dickey wrote: > On Sun, 24 May 2009, Bruno Haible wrote: > >>> - The `silent-rules' option enables Linux kernel-style silent build output. >>> This option requires the widely supported but non-POSIX `make' feature >>> of recursive variable expansion, >> >> We

Re: KDE linking problem with automake projects

2009-05-27 Thread Ralf Wildenhues
Hello Erwin, * Erwin Brandenberger wrote on Wed, May 27, 2009 at 09:33:49AM CEST: > > OS: Ubuntu 9.04 > IDE: KDE > > Project HC is Program and not a Library. Why it uses libtool ? Any help ? > > Making all in HC > /bin/bash ../../libtool --tag=CXX --mode=link g++ -DRUN_UNIX -DRUN_LINUX -g > -O2

Re: Multiple Lexer Solution

2009-05-27 Thread Ralf Wildenhues
Hello Philip, * Philip Herron wrote on Wed, May 27, 2009 at 01:51:36PM CEST: > I think i see the portable solution to the multiple lexer problem we > have been having, i think i will just put in a test case and update > the documentation on whats the best way to use automake to handle it > for you

Re: KDE linking problem with automake projects

2009-05-27 Thread Bob Friesenhahn
On Wed, 27 May 2009, Erwin Brandenberger wrote: OS: Ubuntu 9.04 IDE: KDE Project HC is Program and not a Library. Why it uses libtool ? Any help ? It seems that the libtool used has a bug on your system or the libtool has been delivered improperly (e.g. mixing files from multiple libtool ve

KDE linking problem with automake projects

2009-05-27 Thread Erwin Brandenberger
OS: Ubuntu 9.04 IDE: KDE Project HC is Program and not a Library. Why it uses libtool ? Any help ? Making all in HC /bin/bash ../../libtool --tag=CXX --mode=link g++ -DRUN_UNIX -DRUN_LINUX -g -O2 -o HC HCApp.o HCDocument.o HCGridMDIChild.o HCImages.o HCMainWindow.o HCPpSimulationSheet.o HCPpSimu

Multiple Lexer Solution

2009-05-27 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey I think i see the portable solution to the multiple lexer problem we have been having, i think i will just put in a test case and update the documentation on whats the best way to use automake to handle it for you. The solution is correct on the