-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local addons errors, make, osx #4763
Comments
I just came across this again, it can be solved by adding this line to a config.make. It would be nice if local addons get excluded automatically. Another little note: PROJECT_EXCLUSIONS should be |
Could not we exclude everything but |
mmh, yes i think the makefiles, and the PG? include every folder in the project as source but probably it shouldn't be doing that and only include src which would solve this |
The PG excludes local addons, but it probably adds everything inside addon_root to the sources. I think only src should be added automatically. |
I try to use local addons in osx, using the makefile.
I have the following directory structure.
Thomass-MacBook-Pro-4:networkTcpClientExample thomasgeissl$ pwd /Users/thomasgeissl/programming/of/ofTG/apps/localAddonsTest/networkTcpClientExample Thomass-MacBook-Pro-4:networkTcpClientExample thomasgeissl$ ls Makefile addons.make bin local_addons obj src Thomass-MacBook-Pro-4:networkTcpClientExample thomasgeissl$ cat addons.make ./local_addons/ofxNetwork Thomass-MacBook-Pro-4:networkTcpClientExample thomasgeissl$ ls local_addons/ ofxNetwork
when I try to compile, I get duplicate symbols errors:
This happens also when i try to compile opencvExample with ofxOpenCv included, I havent tested others. Trying to compile oscReceiveExample with ofxOsc locally, it includes ofxOsc/libs/oscpack/src/ip/win32/*
The text was updated successfully, but these errors were encountered: