Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Problem in Configuring VL_Feat Code
Posted:
Nov 6, 2012 1:41 PM
|
|
Dear Friends I am trying to execute vl_feat matlab codes, but basic step is to configure properly for calling of .m files. I have placed VL_FEAT codes in Matlab directory and folder name is VLFEATROOT. C:\Program Files\MATLAB\VLFEATROOT In this directory, a toolbox folder is provided.
I am getting the following errors, How can i fix this problem? -------------------------------------------- >> vl_root
ans =
C:\Program Files\MATLAB\VLFEATROOT --------------------------------------------------- >> vl_setup
Attempt to execute SCRIPT addpath as a function: C:\Program Files\MATLAB\R2012a\bin\ensemble toolbox\addpath.m
Error in vl_setup (line 63) addpath(fullfile(root,'toolbox' )) ; ------------------------------------------------------------------ >> vl_compile
vl_compile: assuming that Visual C++ is the active compiler vl_compile: compiling for PCWIN (32 bit) MEX C:\Program Files\MATLAB\VLFEATROOT\toolbox\aib\vl_aib.c lcc preprocessor warning: C:\Program Files\MATLAB\VLFEATROOT\vl\host.h:234 C:\Program Files\MATLAB\VLFEATROOT\vl\generic.h:17 C:\Program Files\MATLAB\VLFEATROOT\toolbox\mexutils.h:18 C:\Program Files\MATLAB\VLFEATROOT\toolbox\aib\vl_aib.c:16 #warning directive: "LCC support is experimental!" Error C:\Program Files\MATLAB\VLFEATROOT\toolbox\aib\vl_aib.c: C:\Program Files\MATLAB\VLFEATROOT\vl\random.h: 81 compiler error in _kids--Bad rule number 0 C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'C:\Program Files\MATLAB\VLFEATROOT\toolbox\aib\vl_aib.c' failed. Error using mex (line 206) Unable to complete successfully.
Error in vl_compile (line 140) mex(cmd{:}) ; ----------------------------
Thanking you in advance
Khalid
|
|
|
|