Menu

#205 wrong path in dylib under OS X

None
closed
nobody
5
2021-06-27
2014-03-19
Anonymous
No

In qwt 6.0.0 libqwt_designer_plugin.dylib contains a relative framework path that should be absolute.

libqwt_designer_plugin.dylib:
    libqwt_designer_plugin.dylib (compatibility version 0.0.0, current version 0.0.0)
    qwt.framework/Versions/6/qwt (compatibility version 6.0.0, current version 6.0.0)
    ...

This can be fixed with:

install_name_tool -change qwt.framework/Versions/6/qwt /usr/local/lib/qwt.framework/Versions/6/qwt libqwt_designer_plugin.dylib

Discussion

  • Uwe Rathmann

    Uwe Rathmann - 2014-03-20

    Please upload a patch for SVN trunk ( or the current version from the 6.1 branch ). There won't be any more updates for Qwt 6.0.

     
  • Uwe Rathmann

    Uwe Rathmann - 2021-06-27
    • status: open --> closed
    • Group: -->
     

Anonymous
Anonymous

Add attachments
Cancel