libdo

Untitled

Sep 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ERROR: Can not set reparse data: C:UsersYasharDesktopspams-matlabcpp_libraryspams.h
  2.  
  3. >> mex -setup C++
  4.  
  5. MEX configured to use 'Microsoft Visual C++ 2013 Professional' for C++ language compilation.
  6. Warning: The MATLAB C and Fortran API has changed to support MATLAB
  7. variables with more than 2^32-1 elements. In the near future
  8. you will be required to update your code to utilize the
  9. new API. You can find more information about this at:
  10. http://www.mathworks.com/help/matlab/matlab_external/upgrading- mex-files-to-use-64-bit-api.html.
  11.  
  12. compilation of: -I./linalg/ -I./decomp/ -I./prox/ -I./dictLearn/ dictLearn/mex/mexTrainDL.cpp
  13. Error using mex
  14. C:UsersYasharDesktopspams-matlabFiles not found; check that you are in the
  15. correct current folder, and check the spelling of
  16. 'C:UsersYasharDesktopspams-matlabFiles'.
  17. Error in compile (line 391)
  18. mex(args{:});
  19.  
  20. compiler='gcc';
  21.  
  22. compiler='mex';
  23.  
  24. -I./linalg/ -I./decomp/ -I./prox/ -I./spams/dictLearn/ dictLearn/mex/mexArchetypalAnalysis.cpp
  25.  
  26. -I./linalg/ ---> -IC:UsersXXXDownloadsSPAMSlinalg
Add Comment
Please, Sign In to add comment