On Tue, Jan 21, 2014 at 7:22 AM, Greg Akins <
angr...@gmail.com> wrote:
> The output I get from that - I haven't done any research on the error
> messages - is is here (
https://gist.github.com/akinsgre/8539846)
>
> I am running on Mountain Lion(10.8.5 ) and used Homebrew to install
> libvorbis 1.3.3, libogg 1.3.0, portaudio 19.20111121 and qt 4.8.3
g++ -c -pipe -Wno-write-strings -O2 -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/local/Cellar/qt/4.8.3/mkspecs/macx-g++ -I.
-I/usr/local/Cellar/qt/4.8.3/lib/QtCore.framework/Versions/4/Headers
-I/usr/local/Cellar/qt/4.8.3/lib/QtCore.framework/Versions/4/Headers
-I/usr/local/Cellar/qt/4.8.3/lib/QtNetwork.framework/Versions/4/Headers
-I/usr/local/Cellar/qt/4.8.3/lib/QtNetwork.framework/Versions/4/Headers
-I/usr/local/Cellar/qt/4.8.3/include -I.
-F/usr/local/Cellar/qt/4.8.3/lib -o njclient.o njclient.cpp
In file included from njclient.cpp:33:
njclient.h:55:22: error: portmidi.h: No such file or directory
You are missing PortMidi.
Stefan