Re: Build error: OmniFoundation: _OBASSERT
Re: Build error: OmniFoundation: _OBASSERT
- Subject: Re: Build error: OmniFoundation: _OBASSERT
- From: Brian Hill <email@hidden>
- Date: Mon, 8 Oct 2001 10:35:17 -0500
On Monday, October 8, 2001, at 04:18 AM, Patrick Juchli wrote:
Not building the OmniFrameworks for the first time, but for the first
time
it doesn't work.
All the files are ok (no long file-names problem), OmniBase has been
built
successfully, but building OmniFoundation always results in the
following
error:
Undefined symbols: _OBASSERT
This errors occurs while linking. I assume it has something to do with
Carbon/OFResourceFork.m because I get some errors there too:
implicit declaration of function 'OBASSERT'
I had this same problem. It's not finding the definition of a macro
(OBASSERT), and assuming it is a function, which, of course, doesn't
exist.
I fixed it by adding this at the top of OFResourceFork.m:
#import <OmniBase/assertions.h>
Brian
email@hidden
http://personalpages.tds.net/~brian_hill
___________________________________________________________
"Why? I came into this game for adventure - go anywhere, travel
light, get in, get out, wherever there's trouble, a man alone.
Now they've got the whole country sectioned off and you can't
move without a form. I'm the last of a breed."
-- Archibald "Harry" Tuttle, Rogue HVAC Repairman
___________________________________________________________