On Fri, 29 Oct 2004 19:33:43 -0500 Andy wrote: AS> The attached patch fixes the MinGW build. Thanks Robert! I realize that AS> MinGW may not be a show stopper to most, so we can hold off or commit. AS> Has the rc been cut yet?
Uhhh, are you sure? the patch you sent (ifdef WIN32) would break all the other platforms! Didn't the patch I sent (!defined(WIN32) && !defined(mingw32)) work for you? Looking at configure a little harder, you may need to add !defined(mingw32msvc) as well... What does configure report for you for "Building for ..."? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
