clementfarabet / lua---mattorch

An interface between Torch and Matlab
31 stars 14 forks source link

Installation bug #1

Open Atcold opened 11 years ago

Atcold commented 11 years ago

I've tried to install it but

-- Using Matlab in: /opt/matlab
CMake Error at /usr/local/Cellar/cmake/2.8.10.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  MATLAB_INCLUDE_DIR (missing: MATLAB_MEX_LIBRARY MATLAB_MAT_LIBRARY
  MATLAB_ENG_LIBRARY MATLAB_MX_LIBRARY)
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/2.8.10.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
  FindMatlab.cmake:123 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:11 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.

What shall I do? Thank you :)

russellfei commented 9 years ago

This repo needs MATLAB installed

Atcold commented 9 years ago

Actually I had other troubles... here there are more details, anyway.