Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Compiling Omni Frameworks

Compiling Omni Frameworks
Thread Tools
Registered User
Join Date: Nov 2001
Location: Jersey
Status: Offline
Reply With Quote
Jul 5, 2002, 07:09 PM
 
Is there a guide to building the Omni Frameworks, described <a href="http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000025.php" target="_blank">here</a>? I tried building OmniBase, and I got 8 errors:

<img src="http://macgyvr64.homeftp.net/macnn-builderror.jpg" alt=" - " />

*confused*
     
Professional Poster
Join Date: Oct 2001
Status: Offline
Reply With Quote
Jul 5, 2002, 10:37 PM
 
don't worry, this is actually a new "feature" of the april beta dev tools. They've fixed precompiling or whatever that omniframeworks tried to work around. To fix the problem:

</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif"> It looks like the following is the cause of the issue.

#if defined(NeXT_PDO) &#0124;&#0124; defined(sun)
#define NSSTRINGIFY(name) @ ## #name
#else
// cpp-precomp has a bug in it that makes us have to do this.
#define NSSTRINGIFY(name) @ ## '"' ## name ## '"'
#endif

If I replace the above with just the following things compile.

#define NSSTRINGIFY(name) @ ## #name

</font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">Just search the omnibase (i think it is) for "#if defined(NeXT_PDO) &#0124;&#0124; defined(sun)" and replace that block as was described above.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:58 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2