CNES/cars

vlfeat bug at compilation on Ubuntu 20.04

pierre33 opened this issue · 3 comments

Hi Cars Team,

I open this issue to warn about a known bug when we try to compile vlfeat on Ubuntu 20.04. It has been highlighted here and reproduced by vlfeat team. I just asked them if there is any workaround.
Pierre L

Fixed by removing all default(None) in file vl/kmeans.c here

Thanks for the issue and the workaround with vlfeat team. With Latex installation (my case), the compilation is breaking also and works with :
make MEX=$MATLABROOT/bin/
See vlfeat/vlfeat#76