openframeworks / OFXcodeMenu

OpenFrameworks plugin for Xcode, adds addons to your project
MIT License
265 stars 33 forks source link

Windows binaries included in Link Binary build phase on Mac OS X #13

Closed smukkejohan closed 10 years ago

smukkejohan commented 10 years ago

I added the ofxTimeline addon to a project and the win_cb binaries was included in Link Binary build phase on Mac OS 10.9.2

'libs/win_cb/EFX-Util_MT/EFX-Util.lib' was included 4 times 'libs/win_cb/OpenAL32.lib' was included once

The appropriate OpenAL.framework was not included. ofxXmlSettings was added twice to compile sources causing duplicate symbol linker errors. I had ofxXmlSettings in the project already as it was a dependencency to another addon I added earlier.

This is perhaps two separate issues.

admsyn commented 10 years ago

Ahh good point RE: adding addons twice if you've already got one in the current app. Total oversight on my part, I'll fix this.

admsyn commented 10 years ago

Alright, think I got it. Let me know if the update does the right thing for you :)