Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18840 closed defect (fixed)

qjackctl fails to build, cannot find /opt/local/include/jack

Reported by: rmpowell77@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: qjackctl

Description (last modified by blb@…)

(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 -D__USE_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

Change History (3)

comment:1 Changed 15 years ago by blb@…

Description: modified (diff)
Owner: changed from macports-tickets@… to devans@…
Port: qjackctl added

Looks like that compile is missing -I/opt/local/include...

comment:2 Changed 15 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Fix committed in r48156, thanks.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.