Hi, The error message would have helped, but I guess that your compiler does not define the Win32 types. In your case, it is the line "typedef unsigned __int32 uint32_t" it complains about. My guess is that the microsoft type __int32 is not defined. Bernhard
> -----Original Message----- > From: Ekkehard Domning [mailto:[EMAIL PROTECTED] > Sent: Samstag, 30. April 2005 11:01 > To: [email protected] > Subject: Compiling Net-SNMP with Mingw based Bloodshed Dev-C++? > > Hello, > > while I was able to compile net-snmp with M$C and cygwin, I > had no success with compiling with Mingw based Bloodshed Dev-C++. > The compiler stops in net-snmp-config.h (Line 1540) 1540 > D:\Misc\net-snmp-5.2.1\win32\net-snmp\net-snmp-config.h > syntax error before "uint32_t" > this is the second line after #define WIN32 > > Bloodshed Dev-C++ (http://www.bloodshed.net/) is a > full-featured Integrated Development Environment (IDE) for > the C/C++ programming language. It uses Mingw port of GCC > (GNU Compiler Collection) as it's compiler. > > It imports the *.dsp file, but fails as described above. > Any Ideas? > > Best regards > Ekkehard Domning > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 > great events, 4 opportunities to win big! Highest score > wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. > Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Net-snmp-coders mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/net-snmp-coders > > ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
