• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finding third party library
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding third party library


  • Subject: Re: Finding third party library
  • From: John Stiles <email@hidden>
  • Date: Tue, 24 Jan 2006 22:04:02 -0800

You have an SDK specified, so it is looking at /Developer/SDKs/<your SDK here>/Library/Frameworks/, not the root.


Burt Johnson wrote:
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?
_______________________________________________
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


  • Follow-Ups:
    • Re: Finding third party library
      • From: Burt Johnson <email@hidden>
References: 
 >Finding third party library (From: Burt Johnson <email@hidden>)

  • Prev by Date: Re: Memory leak finder....
  • Next by Date: Re: How to find the fwrite() error
  • Previous by thread: Finding third party library
  • Next by thread: Re: Finding third party library
  • Index(es):
    • Date
    • Thread