Re: OSX Porting Problems

"Morgan Howe" <[email protected]> Wed, 14 Mar 2007 15:24:47 -0700
Newsgroups gmane.os.openbeos.kernel.devel
Message-ID <[email protected]>
> Any progress with the size_t issue yet?
>

Well, oddly enough.. this addition fixes the issue with overriding operator
new...

In headers/posix/size_t.h:

15 #elif __APPLE__
16 typedef long unsigned       size_t;
17 typedef long signed         ssize_t;

The compiler apparently does not consider 'long unsigned' and 'unsigned
long' the same thing.  I've run into a new error further along in the build
which I will resume with soon, but for now I appear to be past the 2 most
prevalent ones.  :)

Morgan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Open-beos-kernel-devel mailing list
Open-beos-kernel-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/open-beos-kernel-devel