• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Building the OmniFrameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: NSTextView storage problem
  • Next by Date: Re: A4 and NSMakeRect
  • Previous by thread: Re: A4 and NSMakeRect
  • Next by thread: Re: Retaining Menus
  • Index(es):
    • Date
    • Thread