I am sorry, soon I will just admit defeat. this command yeilded the following results Administrator@PONUI / $ gcc mboxsend.c -o mboxsend.exe mboxsend.c: In function `main': mboxsend.c:91: `LOCK_EX' undeclared (first use in this function) mboxsend.c:91: (Each undeclared identifier is reported only once mboxsend.c:91: for each function it appears in.) mboxsend.c:118: `LOCK_UN' undeclared (first use in this function)
----- Original Message ----- From: "Davide Libenzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 10:51 AM Subject: [xmail] Re: scripting ? > > On Tue, 3 Dec 2002, Beau E. Cox wrote: > > > > > Hi - > > > > If you want to go 'native' windows, MSDN has a stripped-down > > vc++ 7.0 (.net) compiler freely available at: > > > > http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?ur > > l=/msdn-files/027/000/976/msdncompositedoc.xml > > > > -or- go to > > > > http://msdn.microsoft.com > > > > and navigate to > > > > MSDN Home > MSDN Downloads > Software Development Kits > > > Microsoft .NET Framework Software Development Kit > > > > You better have fast internet access: > > > > Size (bytes): 137,363,456 > > Last Updated: 03/19/2002 > > Supported: Yes > > Full SDK Download (131 MB) > > Split SDK Setup.bat (179 bytes) > > Split SDK 1 of 10 (13.1 MB) > > Split SDK 2 of 10 (13.1 MB) > > Split SDK 3 of 10 (13.1 MB) > > Split SDK 4 of 10 (13.1 MB) > > Split SDK 5 of 10 (13.1 MB) > > Split SDK 6 of 10 (13.1 MB) > > Split SDK 7 of 10 (13.1 MB) > > Split SDK 8 of 10 (13.1 MB) > > Split SDK 9 of 10 (13.1 MB) > > Split SDK 10 of 10 (13.1 MB) > > > > It works fine (command line only) and you don't have all > > that extraneous cygwin stuff to worry about. > > This won't work. The C source file requires <sys/file.h> that the M$ > compiler does not have. > > > > > - Davide > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
