philkr / lpo

Implementation of the CVPR 2015 paper: Learning to propose objects
90 stars 46 forks source link

run compile show "error" #16

Open xiaojidan opened 9 years ago

xiaojidan commented 9 years ago

On win8 with 64 bit, I run compile.m, and modify the line < 'cmd = ['mex -DLBFGS_FLOAT=32 -DEIGEN_DONT_PARALLELIZE -DNO_IMREAD -I../lib -I',EIGEN_DIR,' -I../external/liblbfgs-1.10/include/ lpo_mex.cpp ',' ../external/liblbfgs-1.10/lib/lbfgs.c ', all_files]' >.
But it fails to build the lpo_mex.cpp. I try it, but some problems are present. Can you find this bug?

philkr commented 9 years ago

I just finished implementing the matlab wrapper. It should work now. Let me know if you have any further issues on Windows.