Building the OmniFrameworks
Building the OmniFrameworks
- Subject: Building the OmniFrameworks
- From: Oliver Cameron <email@hidden>
- Date: Sun, 27 Jul 2003 14:52:45 +0100
Hey guys,
Firstly, I'm running the Dec 2002 Dev Tools and I am trying to build:
[+] OmniBase (2003-7-03)
[+] OmniFoundation (2003-7-03)
[+] OmniAppKit (2003-7-03)
So, following the CocoaDevCentral tutorial, I made my preferences set
the build and intermediates folder to /Users/olivercameron/Build and
/Users/olivercameron/Intermediates, and then proceeded to build
OmniBase (which had no errors), then I tried to build OmniFoundation,
and got a lot of errors, here are some:
Compiling OFZone.m (4 errors)
[+] Invalid enumerator, found '0'
In file included from OFZone.m:12:
In file included from
/Users/olivercameron/Build/OmniBase.framework/Headers/system.h:148:
[+] Parse error before '0'
[+] Conflicting types for 'bool'
[+] Previous declaration of 'bool'
The first 3 errors come from this line of code:
typedef enum { false = 0, true = 1 } bool;
And the next 1 comes from:
typedef int bool;
I am using GCC 3.1, can anyone see any problems? Also, does anyone know
when a Panther compatible OmniFramework's is going to be released?
Thanks,
Oliver
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.