Hiya,
just a minor annoyance, but better to report than to forget i suppose.
Running ubuntu 10.04 64bit, of_preRelease_v0061_linux64_FAT
when using ofxOpenCv via ofProject add PNAME ofxOpenCv the linker ends up looking for the libs in the lib folder instead of lib64:
Linking console executable: bin/ax_wall_debug
g++: ../../../addons/ofxOpenCv/libs/opencv/lib/linux/libcv.a: No such file or directory
g++: ../../../addons/ofxOpenCv/libs/opencv/lib/linux/libcxcore.a: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
doing a simple “ln -s linux64 linux” works as a quick hack.