Thanks, Sascha!

I upgraded, and the new help system looks cool. :)

I had a few issues during the upgrade. At first I got this error when I
built my app:

[ 23%] Generating resources/it_unito_cim_dce.qch
/bin/sh: /home/espakm/src/MITK/BlueBerry/CMake/qhp_toc.xsl: Permission
denied
make[2]: *** [Plugins/it.unito.cim.dce/resources/it_unito_cim_dce.qch]
Error 126
make[1]: *** [Plugins/it.unito.cim.dce/CMakeFiles/it_unito_cim_dce.dir/all]
Error 2
make: *** [all] Error 2


The ${QT_XMLPATTERNS_EXECUTABLE} was empty in MacroCreateQtHelp.cmake at
line 43.

The variable was set in the cmake cache in the MITK-build directory, but
not in my application's build dir. I set it manually with this command:

cmake -DQT_XMLPATTERNS_EXECUTABLE=/usr/bin/xmlpatterns .

This is not very nice, though. Is there a way to get this value from
somewhere in my build? Or this affects only existing builds, and if I had
build everything from scratch it would be OK?

Over the two commit diffs you linked, I also had to merge this:

https://github.com/MITK/MITK/commit/2c443a2bff5355968b7552c29fe04fb11074cdec#diff-0

That was all.

Best,
Miklos
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to