Finding third party library
Finding third party library
- Subject: Finding third party library
- From: Burt Johnson <email@hidden>
- Date: Tue, 24 Jan 2006 19:44:45 -0800
Making progress, but I keep hitting one more block each time it seems...
I am taking over code that has been partially ported from VC++ on a PC.
The original programmer virtually disappeared and never stated how far he
got, so my first task is to evaluate the code. I can tell from some stuff
written that he clearly had it at least compiling and partially running. I
now have it all compiling, but the link is failing.
The error I am getting is:
>>>>>>>>>>>>>
Building target "SportBrain iSync" of project "FitSync" - (1 error)
cd "/Users/bj/SB/isync src Mac/mac"
/usr/bin/g++-4.0 -o /Users/bj/SB/isync\ src\
Mac/mac/build/Development/FitSync.app/Contents/MacOS/FitSync
-L/Users/bj/SB/isync\ src\ Mac/mac/build/Development -L/Users/bj/SB/isync\
src\ Mac/mac -F/Users/bj/SB/isync\ src\ Mac/mac/build/Development -filelist
/Users/bj/SB/isync\ src\
Mac/mac/build/FitSync.build/Development/SportBrain\
iSync.build/Objects-normal/ppc/FitSync.LinkFileList -framework CURLHandle
-framework Cocoa -framework IOKit -framework ApplicationServices -arch ppc
-prebind -mmacosx-version-min=10.2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
/usr/bin/ld: can't locate framework for: -framework CURLHandle
collect2: ld returned 1 exit status
/usr/bin/ld: can't locate framework for: -framework CURLHandle
collect2: ld returned 1 exit status
<<<<<<<<<<<<<
I had already located the CURLHandle framework on the web, downloaded and
installed it.
So I went to the Targets group, and find the reference to CURLHandle in
both the 'Link Binary With Libraries" and the "Copy Files" tab. In both
places, it shows the framework location as 'absolute path' in:
/Library/Frameworks/CURLHandle.framework
I check there to be sure and yep, it is there in exactly that path (which
is where I installed it, as per instructions that come with the framework).
So why am I being told it cannot be located? What else has to be done?
--
- Burt Johnson
MindStorm, Inc.
email@hidden
http://www.mindstorm-inc.com
_______________________________________________
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