Skip to content

Instantly share code, notes, and snippets.

@akinsgre
Created January 21, 2014 13:17
Show Gist options
  • Save akinsgre/8539846 to your computer and use it in GitHub Desktop.
Save akinsgre/8539846 to your computer and use it in GitHub Desktop.
[gakins@Somnambulist ~]$ cd ~/Projects/wahjam/
[gakins@Somnambulist wahjam]$ qmake -spec macx-g++
[gakins@Somnambulist wahjam]$ make
cd common/ && make -f Makefile
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
In file included from njclient.cpp:33:
njclient.h:163: error: ‘PmEvent’ was not declared in this scope
njclient.h:163: error: template argument 1 is invalid
njclient.h:257: error: ‘PmEvent’ was not declared in this scope
njclient.h:257: error: template argument 1 is invalid
njclient.h:287: error: ‘PmMessage’ has not been declared
njclient.cpp:39: error: a function call cannot appear in a constant-expression
njclient.cpp:40: error: a function call cannot appear in a constant-expression
njclient.cpp:41: error: a function call cannot appear in a constant-expression
njclient.cpp: In member function ‘void BufferQueue::Clear()’:
njclient.cpp:178: warning: comparison between signed and unsigned integer expressions
njclient.cpp: In member function ‘void NJClient::processMessage(Net_Message*)’:
njclient.cpp:832: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp:887: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp:908: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘int NJClient::Run()’:
njclient.cpp:1075: warning: comparison between signed and unsigned integer expressions
njclient.cpp:1081: warning: comparison between signed and unsigned integer expressions
njclient.cpp: In member function ‘void NJClient::tick()’:
njclient.cpp:1253: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘while’ statement
njclient.cpp: At global scope:
njclient.cpp:1279: warning: unused parameter ‘fourcc’
njclient.cpp: In member function ‘float NJClient::GetLocalChannelPeak(int)’:
njclient.cpp:1862: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘void NJClient::DeleteLocalChannel(int)’:
njclient.cpp:1872: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘void NJClient::SetLocalChannelProcessor(int, void (*)(float*, int, void*), void*)’:
njclient.cpp:1884: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘void NJClient::GetLocalChannelProcessor(int, void**, void**)’:
njclient.cpp:1898: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘void NJClient::SetLocalChannelInfo(int, char*, bool, int, bool, int, bool, bool)’:
njclient.cpp:1916: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘char* NJClient::GetLocalChannelInfo(int, int*, int*, bool*)’:
njclient.cpp:1934: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘void NJClient::SetLocalChannelMonitoring(int, bool, float, bool, float, bool, bool, bool, bool)’:
njclient.cpp:1955: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘int NJClient::GetLocalChannelMonitoring(int, float*, float*, bool*, bool*)’:
njclient.cpp:1987: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘void RemoteDownload::startPlaying(int)’:
njclient.cpp:2103: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
njclient.cpp: In member function ‘void BufferQueue::DisposeBlock(WDL_HeapBuf*)’:
njclient.cpp:2164: warning: comparison between signed and unsigned integer expressions
njclient.cpp: At global scope:
njclient.cpp:2249: error: variable or field ‘sendMidiMessage’ declared void
njclient.cpp:2249: error: ‘PmMessage’ was not declared in this scope
../WDL/pcmfmtcvt.h:159: warning: ‘void pcmToFloats(void*, int, int, int, float*, int)’ defined but not used
../WDL/pcmfmtcvt.h:194: warning: ‘void floatsToPcm(float*, int, int, void*, int, int)’ defined but not used
../WDL/pcmfmtcvt.h:242: warning: ‘void mixFloats(float*, int, int, float*, int, int, int, float, float, double*)’ defined but not used
make[1]: *** [njclient.o] Error 1
make: *** [sub-common-make_default] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment