[Skyeye-developer] MacOS X PPC 10.4.10 tiger support?
Malcolm Purvis
malcolmp at ok-labs.com
Fri Nov 9 07:37:58 CST 2007
>>>>> "Datu" == Datu <daturaster at googlemail.com> writes:
Datu> but why it doesn't support now? anyone can help to fix it.
I use the following patch to build 1.2.3 on my G5:
--- orig/utils/main/skyeye.h
+++ mod/utils/main/skyeye.h
@@ -49,8 +49,8 @@
#ifndef u8
#define u8 unsigned char
#define u16 unsigned short
-#define u32 unsigned int
-#define u64 unsigned long long
+typedef unsigned int u32;
+typedef unsigned long long u64;
#endif /*u8 */
#ifndef min
This builds with the following command line:
$ make STATIC=1 NO_DBCT=1 NO_LCD=1 NO_BFD=1 PPC_DISABLE=1
I haven't tried the latest patches for the Mac.
Malcolm
--
Malcolm Purvis <malcolmp at ok-labs.com>
More information about the Skyeye-developer
mailing list