Almost successful in adding addons manually in 0.9.
Seem to be getting 1 final linker error
library not found for -licalvcal
I am trying to add ofxlCalendar.
Did a search for missing library on compile errors
Hello,
I tried to compile https://github.com/labatrockwell/openTSPS/ and it showed:
ld: library not found for -lwebsockets
clang: error: linker command failed with exit code 1 (use -v to see invocation)
so I’ve been trying to find where the problem is. I can see libwebscokets is there under Linked Frameworks and Libraries but somehow Xcode can’t seem to find it. I cleaned the project (under Xcode) when I try to compile and the result is same. May I know where should I look for when th…
As per the last post I think this is a general linking issue and not something specific to that addon, as I can compile the example without issue.
Is there another build setting I am missing? Or should I give up trying to manually import new addons?
Ok. In addition to header search paths I assume I need to edit Library Search Paths.
Tried several variations but still no luck. Does it matter whether I target the original addons directiory
$(OF_PATH) or the project directory $(OF_PROJECT) ?