Re: pmacos.h correction
"Steven R. Loomis" <[email protected]> Sat, 20 Nov 2004 14:03:54 -0800
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, Can you run configure in this environment? pmacos.h is really for classic.. -s On Nov 20, 2004, at 12:36 AM, Ruslan Zasukhin wrote: > Hi All, > > I try to compile ICU by CodeWarrior on OS X for MACHO target. > I have found that pmacos.h must be corrected as the following: > > > #ifndef macintosh > #define macintosh 1 > #endif > > // umutex.c require this 2 lines to be compiled by CW in MACHO target. > #if __MACH__ > #undef macintosh > #define ICU_USE_THREADS 1 > #endif // __MACH__ > > > > Here added last 5 lines > > > > -- > Best regards, > Ruslan Zasukhin [ I feel the need...the need for speed ] > ------------------------------------------------------------- > e-mail: [email protected] > web: http://www.paradigmasoft.com > > To subscribe to the Valentina mail list go to: > http://lists.macserve.net/mailman/listinfo/valentina > ------------------------------------------------------------- > > > _______________________________________________ > icu mailing list > [email protected] > http://oss.software.ibm.com/developerworks/oss/mailman/listinfo/icu