Am 14.02.2008 um 09:32 schrieb Joel Stanley:
> macterm.c: In function 'mac_term_init': > macterm.c:12641: warning: pointer targets in passing argument 2 of > 'strncpy' > differ in signedness This is no error, just a warning. You can safely add another C flag to avoid seeing these warnings: -Wno-pointer-sign. You changed the SDK from a Universal Binary to one for a specific hardware. In this case lipo is not necessary. -- Greetings Pete Bake pizza not war! --~--~---------~--~----~------------~-------~--~----~ Carbon Emacs User Group http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
