Hi Matt,

I would recommend trying to start mitkWorkbench from the commandline. It
may show you an error that you could post here. It is also a good idea to
check all dependencies of the compiled libraries and executable with "otool
-L mitWorkbench".

I managed to compile and run mitk under Mavericks (using libc++, 10.8 SDK).
If I should guess randomly, I would look at the external libraries (Qt,
...) to make sure they have also been build against libc++ on your machine.
There is some personal experience I posted here:
http://sourceforge.net/p/mitk/mailman/message/31932142/

I also had an issue with libraries that could not be found. Either the path
wasn't set properly or something else went wrong during "make package".
This could temporarily be solved, by placing all libraries in the same
directory as the executable.

Best regards,
Chris



On Mon, Mar 3, 2014 at 2:09 PM, Clarkson, Matt <[email protected]> wrote:

>  HI there,
>
>  Im back to looking at this issue again:
> http://article.gmane.org/gmane.comp.lib.mitk.user/4723/match=dyld_library_path
>
>  I just did a fresh MITK build, and mitkWorkbench.app crashes on startup
> on Mavericks (running 10.8 SDK).
>
>  Does anyone else have this issue. Also, I notice that Slicer is working
> fine on Mavericks, also that Slicer is using /usr/lib/libstdc++, and more
> interestingly that SLicers uses @rpath instead of @executable_path. So I
> read this
>
>  http://www.kitware.com/blog/home/post/510
> and
>
> https://mikeash.com/pyblog/friday-qa-2009-11-06-linking-and-install-names.html#comment-87ea054b4839586412727dcfc94c79d2
>
>  and wondered if I am meant to be doing something with @rpath.  Other
> than that, Im stuck.
>
>  If anyone had any ideas, Id love to hear them!!!
>
>  Thanks
>
>  MAtt
>
>
>
> ------------------------------------------------------------------------------
> Subversion Kills Productivity. Get off Subversion & Make the Move to
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and
> the
> freedom to use Git, Perforce or both. Make the move to Perforce.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
>
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to