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: Error using getmptkinfo Aborting help [ Reply ]
By: Rémi Gribonval on 2013-11-28 10:47
[forum:148006]
Hi,
It may help if you include a copy of the file
'/Users/martinagehwolf/Documents/MATLAB/freshMPTK/MPTK-Source-0.7.0/mptk/path.xml'
as well as the list of files in
'/Users/martinagehwolf/Documents/MATLAB/freshMPTK/MPTK-Source-0.7.0/lib'
and the value of the 'MPTK_CONFIG_FILENAME' environment variable.
All the best,
Remi.

Error using getmptkinfo Aborting help [ Reply ]
By: Martina Gehwolf on 2013-11-27 18:15
[forum:148004]
Hello,
I have installed the mptk toolkit, libsndfile, fftw, Xcode(inc. the Package maker and command line tools), Cmake and I use MATLAB_R2011b. I have had from the beginning a problem with the line 100 and the function getmptkinfo (which is written in cpp) however I have got the getmptkinfo.mexmaci64 in the path.

I am running a OS X Lion 10.8 and have downloaded the MPTK-Source-0.7.0, libsndfile-1.0.25 and the fftw-3.3.3

Please help. Below is the command window output when running GettingStarted.

If you need any more clarifications please let me know…


>> GettingStarted
-----------------------------
Welcome to MPTK within Matlab
-----------------------------
(press enter to continue) ...

--------------------------
Getting MPTK informations
--------------------------
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=dll_directory in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=fftw_wisdomfile in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=reference in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=tmp in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultDict in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultAnyWaveDict in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultAnyWaveTable in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultAnyWaveTableData in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultAnyWaveResult1 in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultAnyWaveResult2 in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultAnyWaveResult3 in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultMixer in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=defaultDictList in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=exampleBook in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=exampleSignal in config file
mptk WARNING -- MPTK_Env_c::load_environment() - Two path variable with the same name=exampleStereoSignal in config file
mptk ERROR -- MPTK_Env_c::load_environment() - No block type was loaded, even though plugins were found in the dll_directory '/Users/martinagehwolf/Documents/MATLAB/freshMPTK/MPTK-Source-0.7.0/lib' specified by the configuration file '/Users/martinagehwolf/Documents/MATLAB/freshMPTK/MPTK-Source-0.7.0/mptk/path.xml'
mptk INFO -- - The most common reason is a configuration file which does not match the installed version of MPTK
getmptkinfo error -- could not load the MPTK environment.
The most common reason is a missing or erroneous MPTK_CONFIG_FILENAME variable.
This environment variable can be set by typing
'setenv('MPTK_CONFIG_FILENAME','<path to configuration file.xml>') from the Matlab command line
Error using getmptkinfo
Aborting

Error in GettingStarted (line 100)
mptkInfo = getmptkinfo;