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
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
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
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.
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.