Changes between Version 1 and Version 2 of Ticket #67672


Ignore:
Timestamp:
Jun 22, 2023, 9:11:18 AM (11 months ago)
Author:
kaamui
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67672 – Description

    v1 v2  
    4949}}}
    5050
     51
     52Here's the error message I obtain in another Mac (where MacPort and Qt are not installed)
     53
     54{{{
     55dyld[8994]: Library not loaded: '/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/QtGui'
     56  Referenced from: '/Applications/OpenBoard.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess'
     57  Reason: tried: '/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/QtGui' (no such file), '/System/Library/Frameworks/QtGui.framework/Versions/5/QtGui' (no such file)
     58}}}
     59
    5160Is it expected to be like this and I have to pass some parameter when compiling so paths are changed to @executable_path or is it an issue in MacPort's side ?
    5261