Hi John, 

Glad to hear my instructions served you well ;-)

Frankly, I have no idea what the cause of this error message is. I think it 
might have something to do with a newer QT version that looks for another place 
to find shared libs. I haven't tried to compile H2 in a while, been very busy 
with work...

As a workaround, you may try to create a symlink from the directory  
/Library/Frameworks/Jackmp.framework to /Library/lib/Jackmp.framework by doing 
this in the terminal:

$ sudo ln -s   /Library/Frameworks/Jackmp.framework 
/Library/lib/Jackmp.framework

You may need to create the directory /Library/lib/ first:

$ sudo mkdir /Library/lib

..and perhaps set user-readable permissions too for that dir?

$ sudo chmod 750  /Library/lib [or something similar]

Hopefully this tricks QT into added the Jack framework in the mac dmg package.

Good luck: michiel




________________________________
From: John Phillips <[email protected]>
To: [email protected]
Sent: Sun, September 26, 2010 11:15:10 PM
Subject: [Hydrogen-devel] Building Hydrogen from svn and MacPorts

I have been successful building Hydrogen from the svn sources by following the 
excellent instructions 
at http://trac.assembla.com/hydrogen/wiki/development%3AcompileOSX but I have 
encountered one problem.

At the step ...

/opt/local/libexec/qt4-mac/bin/macdeployqt Hydrogen.app

I get the error message ...

ERROR: no file at "/Library/lib/Jackmp.framework/Versions/A/Jackmp" 

My Jackmp Framework is at 
/Library/Frameworks/Jackmp.framework/Versions/A/Jackmp, as I think it should 
be. 
 I can not find where the misdirected reference is coming from.  Is this a 
Hydrogen error, a Qt error, or something wrong in my setup?

Any help would be appreciated.

John


      
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to