On Jan 28, 2004, at 7:36 AM, Marchese Stefano wrote:


... i tried to compile the framework target using CondeWarrior 8.3 and Pather 10.3.2 and I got a compilation error on console_OS_X.c file.

__dead2 and __pure2 symbols of the file /usr/include/unistd.h are unknown.

Any idea?


This seems to be an incompatibility between /usr/include/unistd.h and certain versions of CodeWarrior. Adding the following lines to the XercesLibMachO-Prefix files seems to fix the problem:


//  A couple of defines to allow /usr/include/unistd.h to compile
#define __dead2
#define __pure2

I've checked this change into cvs.

-jdb


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to