ofxFX icon indicating copy to clipboard operation
ofxFX copied to clipboard

filter example error

Open CorpusCallosum opened this issue 8 years ago • 1 comments

Hi, when I try to run the filters example, I'm getting the error:

dyld: Library not loaded: ./libfmodex.dylib Referenced from: /Volumes/HDD/OpenFrameworks/of_v0.9.0_osx_release/addons/ofxFX/example-filters/bin/example-filtersDebug.app/Contents/MacOS/example-filtersDebug Reason: image not found

What could this mean? I am using OFX 9.0.

CorpusCallosum avatar May 05 '16 23:05 CorpusCallosum

You probably need to re-create the project using the projectGenerator. Seems like the fmodex library is not being linked.

mruegenberg avatar Mar 03 '17 15:03 mruegenberg