</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by Rickster:
<strong>Well, if you're looking for precompiled versions, look inside the Omni apps.
But if you're planning on distributing the frameworks with your application, it's best if you compile them yourself, because then they and your app can be nicely prebound. What problem are you having with getting it to compile?</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">OmniBase:
OBUtilities.m:96: illegal expression, found `@'
OBUtilities.m:97: illegal expression, found `@'
cpp-precomp: warning: errors during smart preprocessing, retrying in
basic mode
OBUtilities.m:96: invalid identifier `@'
OBUtilities.m:96: `@' undeclared here (not in a function)
OBUtilities.m:96: parse error before character constant
OBUtilities.m:97: invalid identifier `@'
OBUtilities.m:97: `@' undeclared here (not in a function)
OBUtilities.m:97: parse error before character constant
(got someone else to compile omnibase)
OmniNetworking:
/Library/Frameworks/OmniBase.framework/Headers/system.h:144: warning: could not use precompiled header '/System/Library/Frameworks/Carbon.framework/Headers/Carbon.p', because:
/Library/Frameworks/OmniBase.framework/Headers/system.h:144: warning: 'OpenScripting/OpenScripting.h' has different date than in precomp
/Library/Frameworks/OmniBase.framework/Headers/system.h:144: warning: 'OpenScripting/OSA.h' has different date than in precomp
/Library/Frameworks/OmniBase.framework/Headers/system.h:144: warning: 'OpenScripting/OSAComp.h' has different date than in precomp
/Library/Frameworks/OmniBase.framework/Headers/system.h:144: warning: 'OpenScripting/OSAGeneric.h' has different date than in precomp
/Library/Frameworks/OmniBase.framework/Headers/system.h:144: warning: and others...
ONHost.m:195: warning: #warning +hostForAddress: is not yet thread-safe
ONHost.m:511: illegal expression, found `@'
ONHost.m:512: illegal expression, found `@'
ONHost.m:513: illegal expression, found `@'
ONHost.m:514: illegal expression, found `@'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
ONHost.m:511: invalid identifier `@'
ONHost.m:511: `@' undeclared here (not in a function)
ONHost.m:511: parse error before character constant
ONHost.m:512: invalid identifier `@'
ONHost.m:512: `@' undeclared here (not in a function)
ONHost.m:512: parse error before character constant
ONHost.m:513: invalid identifier `@'
ONHost.m:513: `@' undeclared here (not in a function)
ONHost.m:513: parse error before character constant
ONHost.m:514: invalid identifier `@'
ONHost.m:514: `@' undeclared here (not in a function)
ONHost.m:514: parse error before character constant
Its all been quite messy.

(you can see it seems omnibacse still has some problems when compiling omninetworking).
So which would be better, OmniNetworking or OmniWeb? I jsut want to download a small 1k file, and thought that a Omni framework might be simpler to use rather then a Cocoa socket.
(goes to take a peak inside OmniWeb package)