Re: QT Plugins, target build order AND BUILT_SOURCES

2009-10-30 Thread Andre Heine
Donnerstag, 29. Oktober 2009 15:02 schrieb Andre Heine: > Hello all, > > I've a litte problem to build subproject correctly... > > In my Makefile.am are one "bin_programs" and one "lib_LTLIBRARIES". > > The plugin is a shared linked library, so that i

QT Plugins, target build order AND BUILT_SOURCES

2009-10-29 Thread Andre Heine
Hello all, I've a litte problem to build subproject correctly... In my Makefile.am are one "bin_programs" and one "lib_LTLIBRARIES". The plugin is a shared linked library, so that it can loaded into QT's designer. The program should test all plugin widgets, features etc... "bin_programs" has s

Re: C++, lex and automake

2009-01-14 Thread Andre Heine
Hi Am Dienstag, 13. Januar 2009 18:27 schrieb Юрий Пухальский: > I'm sure that it will work, but to me it looks as hacky as the %option > approach. Shouldn't automake hide these nasty details from me? IMHO, automake should recognize the suffix, i.e. "*.lpp" for flex c++ and "*.l" for cc versio

Re: C++, lex and automake

2009-01-13 Thread Andre Heine
Am Dienstag, 13. Januar 2009 16:25 schrieb Andre Heine: [...] > AM_LFLAGS = --c++ -o lex.yy.c -L AM_YFLAGS should be the correct parameter, sorry ... Andre -- While most peoples' opinions change, the conviction of their correctness never does.

Re: C++, lex and automake

2009-01-13 Thread Andre Heine
Am Dienstag, 13. Januar 2009 12:08 schrieb Юрий Пухальский: > Good day! > > I've a lex file with %option c++. > Being processed by lex it produces by default a file named lex.yy.cc, > while automake expects it to be lex.yy.c when constructing a line with > ylwrap: > /bin/sh ./ylwrap engine_tcp_lex.