I was considering to post the .ggo file but it is a little big about
~60 options and several sections, so at first I intentionally skipped
it. However, the problem still exists (hope no) I'll send you. Be
sure!
oh, then I'd really need an input file to reproduce the problem... if
you can reproduce it in a smaller file that'd be even better :-)
still quite strange. gengetopt 2.22b-3 is likely to crash on the attached
.ggo file on Windows. The tarball was downloaded and built yesterday with
MinGW not Cygwin to get a native Windows binary.
forgot to mention, the actual command line was:
gengetopt.exe -F_$(InputName) -fgetoptions -ioptions.pre -acmdline_options
-uTARGETS -CeN
However, using the following the crash disappeared:
gengetopt.exe -F$(InputName)_debug -fgetoptions -ioptions.pre -acmdline_options
-uTARGETS -CeN