openCVExample build error w/ latest openframeworks git clone

Hello. I just git cloned the latest version of openframeworks. I’m on Ubuntu 10.10 (32-bit) and using make files to compile the examples. All seem to be working with the exception of the opencvExample. I get the following error:

obj/Release/addons/ofxOpenCv/src/ofxCvImage.o: In function ofxCvImage::undistort(float, float, float, float, float, float, float, float)': ofxCvImage.cpp:(.text+0xbe2): undefined reference tocvUnDistortOnce’
collect2: ld returned 1 exit status
make: *** [bin/opencvExample] Error 1

I just switched from the tarball of openframeworks to current git clones. Under the installation I have from http://www.openframeworks.cc/versions/p-…-FAT.tar.gz, the openCV example compiles fine.

(I need the devel version of openframeworks to run some of the latest Kinect demos.)

I can’t find information on this issue, but doubt I’m the only one experiencing it. Thanks for any assistance.

hi

yes sorry haven’t had time to compile the new opencv for 32bit linux yet. Anyway i know that Dan has been working recently in making the master of ofxKinect work with 0062 so if you download it again from github it should work without problem