Heyho people,
is someone working with local addons instead of global ones?
I am not able to compile an addons with an dylib dependency.
Not sure this is a bug from my side or an of bug. can someone confirm that local addons which use libraries work?
having the same addon globally installed work without problems. other addons not including any library seem to work.
duplicate symbol __ZN6ofxGit10repository12isRepositoryEv in:
obj/osx/Release/local_addons/ofxGit2/src/ofxGit2.o
/Users/thomasgeissl/projects/openFrameworks/apps/devApps/ofPackageManager/obj/osx/Release/addons/ofxGit2/src/ofxGit2.o
duplicate symbol __ZN6ofxGit10repository13getCommitHashEv in:
obj/osx/Release/local_addons/ofxGit2/src/ofxGit2.o
/Users/thomasgeissl/projects/openFrameworks/apps/devApps/ofPackageManager/obj/osx/Release/addons/ofxGit2/src/ofxGit2.o
duplicate symbol __ZN6ofxGit10repository8checkoutENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE in:
obj/osx/Release/local_addons/ofxGit2/src/ofxGit2.o
/Users/thomasgeissl/projects/openFrameworks/apps/devApps/ofPackageManager/obj/osx/Release/addons/ofxGit2/src/ofxGit2.o
duplicate symbol __ZN6ofxGit10repository5cloneENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE in:
obj/osx/Release/local_addons/ofxGit2/src/ofxGit2.o
/Users/thomasgeissl/projects/openFrameworks/apps/devApps/ofPackageManager/obj/osx/Release/addons/ofxGit2/src/ofxGit2.o
duplicate symbol __ZN6ofxGit10repositoryC2ENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE in:
obj/osx/Release/local_addons/ofxGit2/src/ofxGit2.o
/Users/thomasgeissl/projects/openFrameworks/apps/devApps/ofPackageManager/obj/osx/Release/addons/ofxGit2/src/ofxGit2.o
duplicate symbol __ZN6ofxGit10repositoryC1ENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE in:
obj/osx/Release/local_addons/ofxGit2/src/ofxGit2.o
/Users/thomasgeissl/projects/openFrameworks/apps/devApps/ofPackageManager/obj/osx/Release/addons/ofxGit2/src/ofxGit2.o
ld: 6 duplicate symbols for architecture x86_64
thanks a lot