Re: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0

2011-02-22 Thread Bruce Korb
On 02/22/11 05:27, Ludovic Courtès wrote: > expState.c: In function 'find_entry_value': > expState.c:155:18: error: 'scm_listofnull' undeclared (first use in this > function) > expState.c:155:18: note: each undeclared identifier is reported only once for > each function it appears in > expState.c

Re: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0

2011-02-22 Thread Bruce Korb
Hi Ludovic, On 02/22/11 12:42, Ludovic Courtès wrote: >>> expState.c:155:18: error: 'scm_listofnull' undeclared (first use in this >>> function) >> >> So, what happened to scm_listofnull? Is this another interface change? > > Oops, yes. It apparently vanished unintentionally as a side-effect o

Re: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0

2011-02-22 Thread Bruce Korb
Hi Ludovic, On 02/22/11 05:27, Ludovic Courtès wrote: > It seems there’s still an issue: > > --8<---cut here---start->8--- > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -pthread > -I/nix/store/x8n3bs4jyy1im0jw1xikkqhfijgm36hz-libunistring-0.9.

RE: Template file processor

2005-12-04 Thread Bruce Korb
Neil wrote: > Following the recent thread about Bruce's AutoGen, I thought it might > be of interest to post my template processor implementation, so here > it is. Hi Neil, et al., That is useful and handy and a convenient representation for generating a text file that has computed fragments. To