I'm attempting to complie VLFeat for use with Octave but the *.d files all end up in the VLFeat root directory. Which then causes the following error to appear for most of the files.
mv: cannot stat ā./toolbox/geometry/vl_irodr.dā: No such file or directory
MKOCTFILE toolbox/mex/octave/mexa64/vl_rodr.d
I instead of executing MKOCTFILE=mkoctfile make
I defined MKOCTFILE
in the octave.mak file as /bin/usr/mkoctfile and did not define the variable MEX
.
I'm using version 0.9.19 of VLFeat, could anyone please tell me if my approach is wrong or how I can fix this?
Thanks for your help.