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: build MPTK using CMAKE [ Reply ]
By: Benjamin Roy on 2007-05-22 13:03
[forum:3286]
Hello,

The source code designed for windows is in the trunk of the MPTK project SVN repository.

Actually the MPTK-0-5-3 release do not integrate this bug fix for windows.

This bug fix deals with the mode used to open files, under windows plateform the book must be opened in binary mode to work fine.

See this topic if you want more informations: http://gforge.inria.fr/forum/forum.php?thread_id=2283&forum_id=109

This bug fix will be integrated with other changes on the next release.

Regards.

Benjamin.

RE: build MPTK using CMAKE [ Reply ]
By: Ji Haiyan on 2007-05-19 01:33
[forum:3284]
Hello,
Thanks for all your replies for my questions.
The MPTK source code is designed for Linux operation system, what changes do you make to create the windows executable file( MPTK-Windows-bin-0-5-3-beta.zip).I ever tried to build MPTK using CMAKE on windows ,but the results was not satisfiable .Is there MPTK source code designed for windows?
Thanks again!!
Have a good day!!

RE: build MPTK using CMAKE [ Reply ]
By: Benjamin Roy on 2007-05-09 14:02
[forum:3237]
Hello,

MPTK 0.5.3 has a known bug of this type on Windows
(Win32) Platform, this bug had been discussed here:
http://gforge.inria.fr/forum/forum.php?thread_id=2283&forum_id=109

If you have build MPTK 0.5.3 on Windows (win 32) plateform I suggest you to use the binary distribution for Windows, cause this bug is fixed in the binary distribution, you can find the binary distribution in the released files:
http://gforge.inria.fr/frs/download.php/1751/MPTK-Windows-bin-0-5-3-beta.zip

Hope this information will help.

Regards.

build MPTK using CMAKE [ Reply ]
By: Ji Haiyan on 2007-05-08 13:26
[forum:3223]
Hello,
I downloaded the required packages and followed the instruction (How to build MPTK with CMAKE).I was very happy, everything runs smoothly.
Using the executable files created during the building process, I decomposed a signal. But when I used the mpr.exe to reconstruct the signal, the following errors:
mptk ERROR -- read_atom(fid,mode) - Cannot scan the atom type (in binary mode).
mptk WARNING -- MP_Book_c::load(fid) - Failed to read an atom. This atom will be
skipped.
I do not know why this happened?
Looking forward to your response!!
Thanks in advance !!