Opened 16 years ago
Last modified 16 years ago
#18840 closed defect
qjackctl fails to build, cannot find /opt/local/include/jack — at Initial Version
Reported by: | rmpowell77@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | qjackctl |
Description
(first time posting a bug, so not sure of the protocol. Apologies in advanced).
It appears that qjackctl is not including the /opt/local/include directory. The port install qjackctl command fails.
If I:
sudo ln -s /opt/local/include/jack /usr/local/include/jack
Then the command works fine. I'm guessing that the /opt/local/include path should be added to the build?
pascal:~ richardpowell$ sudo port install -d qjackctl ---> Fetching qjackctl ---> Verifying checksum(s) for qjackctl ---> Extracting qjackctl ---> Configuring qjackctl ---> Building qjackctl Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_qjackctl/work/qjackctl-0.3.4" && make all " returned error 2 Command output: /opt/local/libexec/qt4-x11/bin/uic src/qjackctlAboutForm.ui -o ui_qjackctlAboutForm.h /opt/local/libexec/qt4-x11/bin/uic src/qjackctlConnectionsForm.ui -o ui_qjackctlConnectionsForm.h /opt/local/libexec/qt4-x11/bin/uic src/qjackctlMainForm.ui -o ui_qjackctlMainForm.h /opt/local/libexec/qt4-x11/bin/uic src/qjackctlMessagesForm.ui -o ui_qjackctlMessagesForm.h /opt/local/libexec/qt4-x11/bin/uic src/qjackctlPatchbayForm.ui -o ui_qjackctlPatchbayForm.h /opt/local/libexec/qt4-x11/bin/uic src/qjackctlSetupForm.ui -o ui_qjackctlSetupForm.h /opt/local/libexec/qt4-x11/bin/uic src/qjackctlSocketForm.ui -o ui_qjackctlSocketForm.h /opt/local/libexec/qt4-x11/bin/uic src/qjackctlStatusForm.ui -o ui_qjackctlStatusForm.h /usr/bin/g++-4.0 -c -pipe -O2 -Wall -W -DUSE_WS_X11 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/libexec/qt4-x11/mkspecs/darwin-g++ -I. -I/opt/local/libexec/qt4-x11/include/QtCore -I/opt/local/libexec/qt4-x11/include/QtCore -I/opt/local/libexec/qt4-x11/include/QtGui -I/opt/local/libexec/qt4-x11/include/QtGui -I/opt/local/libexec/qt4-x11/include/QtXml -I/opt/local/libexec/qt4-x11/include/QtXml -I/opt/local/libexec/qt4-x11/include -Isrc -I/opt/local/libexec/qt4-x11/include -I/opt/local/libexec/qt4-x11/include/qt -I/usr/local/include -I/usr/include -I. -I. -o main.o src/main.cpp In file included from src/main.cpp:24: src/qjackctlMainForm.h:32:23: error: jack/jack.h: No such file or directory src/qjackctlMainForm.h:214: error: ISO C++ forbids declaration of 'jack_client_t' with no type