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...
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 ...
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...
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...
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...
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...
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.
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...