Home My Page Projects MPTK: The Matching Pursuit ToolKit
Summary Activity Forums Tracker Lists Docs News SCM Files

Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: Problem installing mptk 0.5.6 on mac OSX [ Reply ]
By: Jason Hockman on 2009-11-13 14:50
[forum:103382]
Just so its documented for future installs, I had the exact issue with OS X 10.6.2 and Cmake 2.6.4.

Using the previous stable version (2.4.8) I was able to bypass these errors in the build. It seems 2.6.4 doesn't like to rebuild directories at each pass - something previous versions would do...

RE: Problem installing mptk 0.5.6 on mac OSX [ Reply ]
By: Sasho Musevic on 2009-05-21 10:35
[forum:102277]
Hi Benjamin.

Same problem occurres on Ubuntu, if you're running cmake without admin privileges. See thread nr. 102135.
Good luck,
Sash

Problem installing mptk 0.5.6 on mac OSX [ Reply ]
By: benjamin sanchez lengeling on 2009-05-21 07:53
[forum:102276]
hello, I was following the mptk installation guide for unix and mac osx and installing all required tools and packages (except mptk), while using the cmake ~/foo on the terminal i get these messages:
...
-- Looking for C++ include sstream
-- Looking for C++ include sstream - found
CMake Error at src/CMakeLists.txt:7 (ADD_SUBDIRECTORY):
The binary directory

/Users/bengt/foo/src/libmptk

is already used to build another source directory, so it cannot be used to
build source directory

/Users/bengt/Desktop/fft/MPTK-Source-0.5.6/src/libmptk

Specify a unique binary directory name.


CMake Error at src/CMakeLists.txt:10 (ADD_SUBDIRECTORY):
The binary directory

/Users/bengt/foo/src/libdsp_windows

is already used to build another source directory, so it cannot be used to
build source directory

/Users/bengt/Desktop/fft/MPTK-Source-0.5.6/src/libdsp_windows

Specify a unique binary directory name.


MEX_COMPILER: =
MATLAB_INCLUDE_DIR: include path for mex.h, engine.h =
MATLAB_LIBRARIES: required libraries : libmex, etc =
MATLAB_MEX_LIBRARY: path to libmex.lib =
MATLAB_MX_LIBRARY: path to libmx.lib =
MATLAB_ENG_LIBRARY: path to libeng.lib =
Warning: Matlab scripts implementing 'poor man' versions of MEX-files will be installed, unless you set BUILD_MATLAB_MEX_FILES to ON.
Warning: They may not be maintained and compatible with evolving MPTK data formats.
-- Configuring incomplete, errors occurred!


any ideas?