Search Results

by ebya
Wed Feb 27, 2013 10:55 pm
Forum: macOS
Topic: Xcode 4.6 Apple linker's Error
Replies: 7
Views: 24893

Re: Xcode 4.6 Apple linker's Error

Well, no more error, the only change since last try was to update OS X version (bug fix on macbook air) and every things works perfectly now.

So I've got 2 weeks to set-up the movement for the tracking algorithm. Time to work :)
by ebya
Mon Feb 25, 2013 11:30 am
Forum: macOS
Topic: Xcode 4.6 Apple linker's Error
Replies: 7
Views: 24893

Re: Xcode 4.6 Apple linker's Error

What do you mean? If i can run the example compiling them by terminal, the error should come from my Xcode set up. To be clear, is there anything else to change than the fw search path? If there isn't, I don't understand then :/ I've tried to move the fw to dev/lib/fw as the other post said it but I...
by ebya
Mon Feb 25, 2013 3:55 am
Forum: macOS
Topic: Xcode 4.6 Apple linker's Error
Replies: 7
Views: 24893

Re: Xcode 4.6 Apple linker's Error

Any news ? :/
by ebya
Tue Feb 19, 2013 8:16 pm
Forum: macOS
Topic: Xcode 4.6 Apple linker's Error
Replies: 7
Views: 24893

Re: Xcode 4.6 Apple linker's Error

Last library installed and I try to run example in Xcode. Will try to update os X to 10.8. Edit : Updated to OS X : 10.8.2 still the same errors. Can you make a screenshot of your Xcode build setting, I'll check if I put everything like it should be. Is there a way to check if I really got the last ...
by ebya
Mon Feb 18, 2013 10:59 pm
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42173

Re: Unable to link Phidget21 Library in XCode 4.4.1

ok I never downloaded this one, only the driver one with sources. I've you tried to make them run with a terminal? If they don't work just try to delete the fw and redo the instal, and just copy the error send by the terminal (may give me a clue of what is going wrong for you). Still trying to figur...
by ebya
Mon Feb 18, 2013 11:06 am
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42173

Re: Unable to link Phidget21 Library in XCode 4.4.1

I've no troubles with example files on terminal, only linker error on xcode, and I can run my own code on makefile. So if you can't run example from terminal you've something wrong with the fw /: IDE's update can make example code to fail during compilation, it happens, that's all. Just have to wait...
by ebya
Mon Feb 18, 2013 1:57 am
Forum: macOS
Topic: Xcode 4.6 Apple linker's Error
Replies: 7
Views: 24893

Xcode 4.6 Apple linker's Error

As musain got his problem solved and seems a bit different from mine, I don't want to spam on his thread anymore. Set-up : Xcode 4.6 OS X : 10.7/5 I've tried to put the frameworks in Developer/Library/frameworks but I still got a linker error for each functions. The header is found (seems found as t...
by ebya
Mon Feb 18, 2013 12:10 am
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42173

Re: Unable to link Phidget21 Library in XCode 4.4.1

Is your include #include <Phidget21/phidget21.h> ? have you checked that the framework is in the good directory? Did the example runs on terminal? (cd to example directory, gcc exmaple_you_want_to_run.c -o name_of_your_choice -framework Phidget21 -I/Library/Frameworks/Phidget21.framework/Headers and...
by ebya
Sun Feb 17, 2013 9:26 pm
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42173

Re: Unable to link Phidget21 Library in XCode 4.4.1

If the file is not found, it just came from your frameworks search path, in building settings just add /Library/Frameworks ine the search path, the file will be found.


If it's a linker error just wait and hope someone will figure it out.
by ebya
Thu Feb 14, 2013 11:36 pm
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42173

Re: Unable to link Phidget21 Library in XCode 4.4.1

Hi, Got exactly the same linker problem. I've double checked the framework location OS X : 10.7.5 Xcode : 4.4.1 Remembers me some troubles I got time ago with other frameworks... too long ago to still have the answer. EDIT : I tried to compile by command lines, still perfectly works. But I'd love to...