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 #12

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.

This resulted in duplicate symbol linker errors.

admsyn commented 10 years ago

Hi @mrbichel, why'd you close this? I'll take a look into it. Weird, though, since ofxTimeline was one of the addons I specifically tested with.

smukkejohan commented 10 years ago

Only since I added it twice by mistake. See #13