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: mptk mex installation problem [ Reply ]
By: Daniele Barchiesi on 2011-04-15 12:24
[forum:106883]
Hi Ronan,

I installed the libraries again following your suggestion and everything seems to be working now. Thank you!

Daniele.

RE: mptk mex installation problem [ Reply ]
By: Ronan Le Boulch on 2011-04-15 11:35
[forum:106882]
Hi M Barchiesi,

In order to help you i need to have more details about your installation :
- Which MPTK did you downloaded ? Source or Binary ?

How did you installed the libsndfile and libfftw libraries ?
- I suggest to use port command for 32 & 64 bits compatibility :
* port install libsndfile +universal
* port install fftw-3 +universal

If you downloaded the binaries :
- I'm guessing that with a 64 bits Snow Leopard and a Matlab R2010b you downloaded the x86_64 ? So you have .mexmaci64 files under the Matlab directory....

Ronan.

mptk mex installation problem [ Reply ]
By: Daniele Barchiesi on 2011-04-15 10:26
[forum:106881]
I'm trying to use the matlab mex implementation of mptk and I'm having the following problem: when I run GettingStarted.m I get the following error:

??? Attempt to execute SCRIPT getmptkinfo as a function:
/usr/local/mptk/matlab/getmptkinfo.m

Error in ==> GettingStarted at 110
mptkInfo = getmptkinfo;

which I guess means that matlab is not running the corresponding getmptkinfo.mexmaci function. My configuration is as follows:

Mac OSX 10.6.7
Matlab R2010b
fftw, libsndfile and mptk are intalled in various subdirectories of /usr/local/


Thank you for your assistance,

Daniele.