micmacIGN / micmac

Free open-source photogrammetry software tools
http://micmac.ensg.eu
Other
706 stars 151 forks source link

Qt library not loaded #43

Open dfelikson opened 7 years ago

dfelikson commented 7 years ago

After installing, I ran the 'mm3d CheckDependencies' command and I see this error:

dyld: Library not loaded: @rpath/libQt5Core.5.dylib
  Referenced from: /Users/denisfelikson/Research/Software/MicMac/micmac/bin/mm3d
  Reason: image not found
Trace/BPT trap: 5

I've located the Qt library on my computer but I'm confused about the @rpath that micmac is looking for. Is there an option I need to include when I cmake?

renshaoting commented 6 years ago

Hi, have you solved your problem now? I also face the same problem with you. when I run command "bin/mm3d CheckDependencies", it showed "bin/mm3d: /usr/lib/x86_64-linux-gun/libQT5openGL.so.5: version 'QT_5' not found."

But I have compile QT5, I do not know how to do it. could you help me ? Or discuss together.