Skip to content

Instantly share code, notes, and snippets.

@jedahan
Created June 3, 2014 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedahan/a85242ce6f8640ab99ce to your computer and use it in GitHub Desktop.
Save jedahan/a85242ce6f8640ab99ce to your computer and use it in GitHub Desktop.
Compiling chromaStatus for Release
checking pkg-config libraries: cairo zlib gstreamer-app-0.10 gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gl glu glew gtk+-2.0 libmpg123
make[1]: Entering directory `/home/jedahan/of_v0.8.1_linux64_release/apps/devartRecorder/chromaStatus'
Compiling src/testApp.cpp
g++ -c -Os -Wall -march=native -mtune=native -DOF_USING_GTK -DOF_USING_MPG123 -I./src -I./src/lame -I./src/lame/include -I./src/lame/include/lame -I./src/libmpg -I./src/curl -I./src/vamp-sdk -I./src/vamp-hostsdk -I./src/chroma -I./src/vamp -I./src/fftw -I./chromaStatus.xcodeproj/xcshareddata -I./chromaStatus.xcodeproj/xcshareddata/xcschemes -pthread -D_REENTRANT -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/alsa -I/usr/include/GL -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I../../../libs/fmodex/include -I../../../libs/glfw/include -I../../../libs/glfw/include/GLFW -I../../../libs/kiss/include -I../../../libs/openssl/include -I../../../libs/openssl/include/openssl -I../../../libs/poco/include -I../../../libs/rtAudio/include -I../../../libs/tess2/include -I../../../libs/openFrameworks -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/3d -I../../../libs/openFrameworks/graphics -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/app -MMD -MP -MF obj/linux64/Release/src/testApp.d -MT obj/linux64/Release/src/testApp.o -o obj/linux64/Release/src/testApp.o -c src/testApp.cpp
In file included from src/curl/curl.h:35:0,
from src/testApp.cpp:10:
src/curl/curlrules.h:143:41: error: size of array ‘__curl_rule_01__’ is negative
src/testApp.cpp: In member function ‘virtual void testApp::setup()’:
src/testApp.cpp:112:9: warning: unused variable ‘returnValue’ [-Wunused-variable]
src/testApp.cpp:113:9: warning: unused variable ‘progress’ [-Wunused-variable]
src/testApp.cpp:114:9: warning: unused variable ‘outputNo’ [-Wunused-variable]
src/testApp.cpp: In member function ‘void testApp::saveFloatBuffer(std::vector<float>&, int, int, std::string, chromaRecordingStats)’:
src/testApp.cpp:235:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
src/testApp.cpp:320:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
src/testApp.cpp: In member function ‘void testApp::exportAudio(int, int, int, chromaRecordingStats)’:
src/testApp.cpp:349:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
src/testApp.cpp: In member function ‘void testApp::getAudioData(float*, int)’:
src/testApp.cpp:395:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make[1]: *** [obj/linux64/Release/src/testApp.o] Error 1
make[1]: Leaving directory `/home/jedahan/of_v0.8.1_linux64_release/apps/devartRecorder/chromaStatus'
make: *** [Release] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment