You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: