Compiler Warnings
Compiler Warnings
- Subject: Compiler Warnings
- From: "Bobby B" <email@hidden>
- Date: Thu, 27 Apr 2006 10:12:30 -0400
Hey guys!
I'm now trying to compile my program into release mode. When I
compile it, I get these errors:
/usr/bin/ld: warning can't open dynamic library:
/Developer/SDKs/MacOSX10.4u.sdk/Users/robertbernauer/Build/Debug/OmniFoundation.framework/Versions/A/OmniFoundation
referenced from:
/Users/robertbernauer/Development/MacQuiz/OmniAppKit.framework/OmniAppKit
(checking for undefined symbols may be affected) (No such file or
directory, errno = 2)
/usr/bin/ld: warning
/Users/robertbernauer/Development/MacQuiz/OmniAppKit.framework/OmniAppKit
cputype (18, architecture ppc) does not match cputype (7) for
specified -arch flag: i386 (file not loaded)
/usr/bin/ld: warning
/Users/robertbernauer/Development/MacQuiz/OmniBase.framework/OmniBase
cputype (18, architecture ppc) does not match cputype (7) for
specified -arch flag: i386 (file not loaded)
--
The first one.. I follow that path, and there is no /Users folder off
of /Developer/SDKs/MacOSX10.4u.sdk. So it makes me wonder why it's
looking there. And the bottom two errors, they are from my OmniKit
frameworks. Why is there that problem with the cpu type? If it's all
being compiled at the same time, I don't understand why there is some
problem there.
It's always something, right? lol ;-)
Any suggestions?
Thhank you
Bobby B
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden