Hi all,
I am having this problem with running ofxPostProcessing example.
I don’t see that .cpp file in my example src dir that I downloaded from addon page of OF.
What am I missing?
clang: error: no such file or directory: '/Users/Pro/Documents/of_v0.8.0_osx_release/examples/ofxPostProcessing/src/BleachBypassPass.cpp'
Ahbee
#2
Where did you clone the repo? your supposed to put it in the addons folder
I got it from
https://github.com/neilmendoza/ofxPostProcessing
I did put the src folder inside of ofxPostProcessing
folder just like the other addons.
I guess that error occured because it wants to read from example/ofxPostProcessing/src
for file BleachBypassPass.cpp
?