On Thu, Sep 17, 2009 at 12:03:18PM +0200, Lorenzo Bettini wrote: > Andreas Baumann wrote: > >Hi, > > > > > >I tried to produce the C and header files from a GGO file for native > >Windows compilation with CL.EXE. Using any of the Cygwin or MinGW ports > >of 'gengen` and 'gengetopt` as built-chain works. > > > >As I see it, there is a small problem in the generated C code with the > >FIX_UNUSED macro which is sometimes called before or in the middle of a > >variable declaration in generated functions. > > > >After patching with gengetopt-2.22.2-fix-unused.patch, compilation is no > >problem. > > > > Hi Andreas > > actually this should have already been fixed by this candidate > release, if you want to try it > > http://gdn.dsi.unifi.it/~bettini/gengetopt-2.22.3.tar.gz
Ah, perfect. :-) Yes, the patch corrects exactly the same lines as in 2.22.3. Works fine. Thanks Andreas > hope to hear from you soon > cheers > Lorenzo > > -- > Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino > ICQ# lbetto, 16080134 (GNU/Linux User # 158233) > HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com > http://www.myspace.com/supertrouperabba > BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com > http://www.gnu.org/software/src-highlite > http://www.gnu.org/software/gengetopt > http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net > > > _______________________________________________ > Help-gengetopt mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gengetopt -- Andreas Baumann Trottenstrasse 20 CH-8037 Zuerich Telefon: +41(0)76/373 01 29 E-mail: [email protected] Homepage: www.andreasbaumann.cc _______________________________________________ Help-gengetopt mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gengetopt
