Maybe forgotten to push Image.cpp and Image.h?
...
[ 81%] Building CXX object src/hugin_cpfind/localfeatures/CMakeFiles/keypoints.dir/keypoints.cpp.o
/usr/src/hugin/hugin_hg/src/hugin_cpfind/localfeatures/keypoints.cpp: In function ‘bool DetectKeypoints(const string&, bool, double, lfeat::KeyPointPtr, bool, int, int, int, lfeat::KeypointWriter&)’:
/usr/src/hugin/hugin_hg/src/hugin_cpfind/localfeatures/keypoints.cpp:188:86: error: no matching function for call to ‘lfeat::Image::init(vigra::BasicImage<double>::iterator, int, int)’
/usr/src/hugin/hugin_hg/src/hugin_cpfind/localfeatures/keypoints.cpp:188:86: note: candidate is:
/usr/src/hugin/hugin_hg/src/hugin_cpfind/./localfeatures/Image.h:41:10: note: void lfeat::Image::init(vigra::DImage&)
/usr/src/hugin/hugin_hg/src/hugin_cpfind/./localfeatures/Image.h:41:10: note: candidate expects 1 argument, 3 provided
make[2]: *** [src/hugin_cpfind/localfeatures/CMakeFiles/keypoints.dir/keypoints.cpp.o] Error 1
make[1]: *** [src/hugin_cpfind/localfeatures/CMakeFiles/keypoints.dir/all] Error 2
make: *** [all] Error 2
...
Kornel
Am Montag, 18. Juni 2012 um 09:48:16, schrieb T. Modes <Thomas...@gmx.de>
Compiles now :)
I was building gui_overhaul with
-DENABLE_LAPACK=YES
-DCPACK_BINARY_DEB:BOOL=ON
-DBUILD_HSI:BOOL=ON
-DCMAKE_BUILD_TYPE=Release
-DBUILD_KEYPOINTS=ON
> Thomas
>
Kornel