[MacPorts] #37662: qt4-mac QtGui resources

MacPorts noreply at macports.org
Thu Jan 17 02:50:49 PST 2013


#37662: qt4-mac QtGui resources
---------------------------+-------------------------
  Reporter:  chris.pike@…  |      Owner:  michaelld@…
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.1.2
Resolution:                |   Keywords:
      Port:  qt4-mac       |
---------------------------+-------------------------

Comment (by chris.pike@…):

 I am installing the SoundScape Renderer project (https://dev.qu.tu-
 berlin.de/projects/ssr/files) - version 0.3.4.
 I followed the procedure outlined here: https://dev.qu.tu-
 berlin.de/projects/ssr/wiki/SSR_for_MacOSX#Building-the-SSR-on-Mac-OS-X

 When building an application bundle:

 {{{
 ./configure JACK_LIBS="-L/usr/local/lib -ljack"
 JACK_CFLAGS=-I/usr/local/include/jack --enable-app-bundle
 make dmg
 }}}

 It fails with error:
 {{{
 cp -r /opt/local/lib/Resources/qt_menu.nib
 /Users/chrisp/Documents/Code/BBC/SpatialAudio/ssr-0.3.4-bbc/MacOSX-App-
 Bundle/SoundScapeRenderer-0.3.4/SoundScapeRenderer.app/Contents/Resources/
 cp: /opt/local/lib/Resources/qt_menu.nib: No such file or directory
 }}}
 This error occurs when the Makefile is copying the QtGui resources across
 into the .app bundle. The instruction to perform this step is at
 path/to/ssr-0.3.4/data/MacOSX/Makefile.am:46

 {{{
 cp -r $(QTLIBDIR)/Resources/qt_menu.nib $(DESTDIR)$(pkgdatadir)/
 }}}

 and QTLIBDIR is obtained from pkg-config
 (path/to/ssr-0.3.4/configure.ac:479)

 {{{
 QTLIBDIR=`$PKG_CONFIG --variable=libdir QtGui`
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/37662#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list