[Smtk-developers] Cannot package qt5 + CMB on OS X

Ben Boeckel ben.boeckel at kitware.com
Thu Aug 10 09:18:17 EDT 2017


On Wed, Aug 09, 2017 at 15:59:07 -0400, TJ Corona wrote:
> I ran into this issue last week, and figured that I had borked my
> version of CMB. I then ran into this issue yesterday, and figured I
> had a bad Qt5. I have now run this with vanilla CMB + binary installed
> Qt5 and I get the same error when trying to package:
> 
> 319:   RuntimeError: Unable to find the
> 319:   @rpath/QtConcurrent.framework/Versions/5/QtConcurrent library from
> 319:   /Users/tjcorona/Development/Software/cmb/superbuild_scratch/build/install/Applications/ModelBuilder.app/Contents/MacOS/ModelBuilder
> 
> Is anyone else hitting this issue? Does anyone know a workaround?

Your Qt is using @rpath, but nothing is saying what to add to the rpath
list. It's a known problem on macOS across the board. CMake should
probably handle this stuff itself, but it's not a simple fix.

--Ben


More information about the Smtk-developers mailing list