Tried compiling the example on Windows 7 64 bit with oF 0.8.4 and was getting an error related to the use of getTexture() in ofxFluid.cpp. Changing all of those to getTextureReference() seemed to fix the issue. I'm new to oF so figured I'd inquire about it in an issue rather than do a pull. Thoughts?
getTextureReference changed to getTexture when oF upgraded to 0.9. I guess this branch is compatible with oF 0.8.4, but you should consider moving to 0.9.0.
Tried compiling the example on Windows 7 64 bit with oF 0.8.4 and was getting an error related to the use of getTexture() in ofxFluid.cpp. Changing all of those to getTextureReference() seemed to fix the issue. I'm new to oF so figured I'd inquire about it in an issue rather than do a pull. Thoughts?