Hi, On 08/07/2014 10:47 AM, Clarkson, Matt wrote: > Hi there, > > I just noticed the following after our recent MITK upgrade to 2014-03. > > 1. When a command line module is run, there can be lots of output on the > console std::out output to do with auto-loading of modules. Is there a way to > turn the output off, as it won’t be valid XML.
In this moment, some of our guys are working on exactly that issue. This is bug http://bugs.mitk.org/show_bug.cgi?id=17581 . If everything goes well, this should be configurable soon. > 2. It appears (although I may have diagnosed it wrong), that command line > apps no longer have the library path set to be that of the calling > application. For example, when run on Linux, MITK provides bash scripts to > setup the LD_LIBRARY_PATH to be the bin folder plus bin/plugins. This now > appears to launch the main app ok, but command line modules are not run, as > they dont have the same path. > > Is that right? This is new to me. When starting MitkWorkbench from for the build directory, I don't use shell scripts but the few cmd line apps I am using just worked out of the box. The cmd line app process should actually inherit the environment from the parent process. It could also have to do with missing rpath information for specific cmd line apps, so their dependencies can not be resolved by the dynamic linker without extending LD_LIBRARY_PATH. Best, Sascha ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
