Hey Bruce, Running the latest Cygwin under XP, configure reports both fopencookie and funopen as not found.
Also, columns/column.c:169 should be: (%ld instead of %d)
fprintf(stderr, "Cannot malloc %ld byes\n", colCt + 0);
Otherwise it won't compile for me.
I'm also getting a segfault during the build later on:
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Aaron/autogen-5.9.5pre1/agen5/test'
make[3]: Entering directory `/home/Aaron/autogen-5.9.5pre1/agen5'
cd ../getdefs ; make getdefs.exe
make[4]: Entering directory `/home/Aaron/autogen-5.9.5pre1/getdefs'
top_builddir=.. top_srcdir=.. PATH=`cd ../columns >/dev/null &&
pwd`:$PATH ; export top_builddir top_srcdir PATH ;
/home/Aaron/autogen-5.9.5pre1/agen5/autogen.exe -L../autoopts
./opts.def
AutoGen aborting on signal 11 (Segmentation fault) in state DONE
processing template 3 [main] autogen 3928
_cygtls::handle_exceptions: Error while dumping state (probably
corrupted stack)
/bin/sh: line 1: 3928 Segmentation fault (core dumped)
/home/Aaron/autogen-5.9.5pre1/agen5/autogen.exe -L../autoopts
./opts.def
make[4]: *** [opts.h] Error 139
make[4]: Leaving directory `/home/Aaron/autogen-5.9.5pre1/getdefs'
make[3]: *** [/home/Aaron/autogen-5.9.5pre1/getdefs/getdefs.exe] Error 2
make[3]: Leaving directory `/home/Aaron/autogen-5.9.5pre1/agen5'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Aaron/autogen-5.9.5pre1/agen5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Aaron/autogen-5.9.5pre1'
make: *** [all] Error 2
Honestly, I've had nothing but problems (mostly segfaults) with
autogen under Cygwin. Even -v segfaults:
$ ./agen5/autogen.exe -v
autogen (GNU AutoGen) - The Automated Program Generator - Ver. 5.9.5pre1
AutoGen aborting on signal 11 (Segmentation fault) in state OPTIONS
28 [sig] autogen 3420 _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
Segmentation fault (core dumped)
I've attached the stackdump file from above- hopefully it helps.
Thanks,
Aaron
On Sun, Apr 6, 2008 at 5:22 PM, Bruce Korb <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have a new pre-release up. In it:
>
> * CygWin variants of fopencookie and funopen are now handled
> * generated option headers have the "export" data moved higher up.
> It turns out to be useful when elements of the option enumeration
> get suppressed based upon #defines from that code. :)
> * added documentation to the fact that options with enumeration
> arguments will accept a number, too.
> * changed some more configury of various types, based on user feedback.
>
>
> http://autogen.sourceforge.net/data/autogen-5.9.5pre1.tar.gz
>
> Thank you! Regards, Bruce
>
--
Aaron Turner
http://synfin.net/
http://tcpreplay.synfin.net/ - Pcap editing & replay tools for Unix
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -- Benjamin Franklin
autogen.exe.stackdump
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ Autogen-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/autogen-users
