vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

CPU Compilation of Matconvnet issue #329

Open uzkent opened 8 years ago

uzkent commented 8 years ago

Hi,

I am trying to compile cpu support for matconvnet in my macbook. When I enter the vl_compilennn command I get the following error.

error: x86intrin.h: No such file or directory compile of normalize_cpu.cpp"' failed.

Error using mex (line 206) Unable to complete successfully.

Error in vl_compilenn>mex_compile (line 438) mex(mopts{:}) ;

Error in vl_compilenn (line 400) mex_compile(opts, srcs{i}, toobj(bld_dir,srcs{i}), flags.mexcc) ;

I do have Xcode 4.6. installed in my computer. I will appreciate your help.

achalddave commented 8 years ago

Hello! Were you able to fix this issue? I'm running into the same issue on Linux.