2011-03-29 02:25:34 libcvd on uClinux
Sahil Sapre (UNITED STATES)
Message: 99395
I'm trying to get libcvd (a computer vision library at mi.eng.cam.ac.uk/~er258/cvd/) compiled for uClinux.
I configured it using ./configure --build=i686-pc-linux-gnu --host=bfin-uclinux . Then I ran make. I get the following error. Does anyone know what's going wrong? I'm assuming it's an declaration error within the library codes itself, but if someone has faced this before, it might help.
./cvd/videosource.h:299: error: ‘makeDiskBuffer2’ was not declared in this scope
./cvd/videosource.h:299: error: expected primary-expression before ‘>’ token
./cvd/videosource.h:299: error: ‘::make’ has not been declared
./cvd/videosource.h:299: error: there are no arguments to ‘globlist’ that depend on a template parameter, so a declaration of ‘globlist’ must be available
./cvd/videosource.h:299: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
make: *** [cvd_src/videosource.o] Error 1
Thanks!