gpse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gpse-devel] Re: Gpse-devel digest, Vol 1 #1 - 2 msgs


From: lu_zero
Subject: [Gpse-devel] Re: Gpse-devel digest, Vol 1 #1 - 2 msgs
Date: Thu, 23 May 2002 20:28:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020513

Sorry for the late reply, I'm a bit ill atm ^^;

Please join us as developer or Admin if you want.

lu


address@hidden wrote:
Send Gpse-devel mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.freesoftware.fsf.org/mailman/listinfo/gpse-devel
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gpse-devel digest..."


Today's Topics:

   1. Mac Additions... (Flea)
   2. Re: Mac Additions... (Andrea Luzzardi)

--__--__--

Message: 1
From: "Flea" <address@hidden>
To: address@hidden
Date: Wed, May 22, 2002
Subject: [Gpse-devel] Mac Additions...

Lu_zero, I need this added to fpse.h in the cvs please so I can compile on my 
system straight from the cvs.

#elif defined(MACOS)
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <ctype.h>
#include <dirent.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef O_BINARY
#define O_BINARY 0
#endif

Thanks.
-Flea
address@hidden


--__--__--

Message: 2
Date: Wed, 22 May 2002 17:53:43 +0200
From: Andrea Luzzardi <address@hidden>
To: Flea <address@hidden>
Cc: address@hidden
Subject: Re: [Gpse-devel] Mac Additions...

On Wed, May 22, 2002 at 12:48:13PM +0000, Flea wrote:

Lu_zero, I need this added to fpse.h in the cvs please so I can compile on my 
system straight from the cvs.

#elif defined(MACOS)
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <ctype.h>
#include <dirent.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef O_BINARY
#define O_BINARY 0
#endif


done.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]