Re: ylwrap proposition

2007-07-01 Thread Bob Proulx
Ralf Wildenhues wrote: > It seems there are people stumbling over the "simple" renaming, see > bug 503 in Automake's GNATS: > I am not sure it is possible to predictably produce one solution that will work for everyone. I think tha

Re: how to create dependencies for conditional sources

2007-07-01 Thread Roumen Petrov
Now I understand what is my failure. First I mix configure substitutions and automake conditionals and second in my test case EXTRA_...SOURCES is missing. Documentation is OK. I will use conditionals since is more simple although is listed as second solution in Documentation. Thanks, Roumen

Re: ylwrap proposition

2007-07-01 Thread Ralf Wildenhues
Hello Sergey, Bob, * Bob Proulx wrote on Sun, Jun 24, 2007 at 12:44:15AM CEST: > [ using a "simple" sed script to rename yacc/lex output ] > > Lately instead of the sed renaming method I have been using the > gdb-style cpp define renaming method. It is six of one and a half > dozen of the other

Re: how to create dependencies for conditional sources

2007-07-01 Thread Ralf Wildenhues
Hello Roumen, * Roumen Petrov wrote on Sun, Jul 01, 2007 at 09:30:51PM CEST: > Ralf Wildenhues wrote: > > > >noinst_PROGRAMS = target > >target_SOURCES = main.c > > > >if WITH_CASE1 > >target_SOURCES += case1.c > >endif > > > >if WITH_CASE2 > >target_SOURCES += case2.c > >endif > >--- snip --- > >

Re: how to create dependencies for conditional sources

2007-07-01 Thread Roumen Petrov
Ralf Wildenhues wrote: Hello Roumen, * Roumen Petrov wrote on Thu, Jun 28, 2007 at 10:26:31PM CEST: Please find attached test case "bootstrap.sh". How to write Makefile.am so that created makefiles to contain dependencies for conditional sources ? For example, you coud use this Make

Re: how to create dependencies for conditional sources

2007-07-01 Thread Ralf Wildenhues
Hello Roumen, * Roumen Petrov wrote on Thu, Jun 28, 2007 at 10:26:31PM CEST: > Please find attached test case "bootstrap.sh". > > How to write Makefile.am so that created makefiles to contain > dependencies for conditional sources ? For example, you coud use this Makefile.am instead: --- snip

Re: [Esound] Plz~Help compiling!

2007-07-01 Thread Ralf Wildenhues
Hello Sean, * SEUNGHO SHIN wrote on Wed, Jun 27, 2007 at 04:43:13AM CEST: > I'm having a trouble compiling esound.I downloaded Esound and trying > to build it on Visual C++ 6.I installed Cygwin to get some of header > files but, still missing multiple header files such as > sys/audio.h, alsa/a