Skip to content

Instantly share code, notes, and snippets.

@jedahan
Created June 9, 2014 23:25
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/e3c3456f4dc7f9c2c262 to your computer and use it in GitHub Desktop.
Save jedahan/e3c3456f4dc7f9c2c262 to your computer and use it in GitHub Desktop.
jedahan@devartyoyo:~/of_v0.8.1_linux64_release/apps/devartRecorder/chromaStatus$ make
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
Compiling OF library 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/libs/openFrameworksCompiled/project'
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[2]: Nothing to be done for `ReleaseABI'.
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
Done!
make[1]: Leaving directory `/home/jedahan/of_v0.8.1_linux64_release/libs/openFrameworksCompiled/project'
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'
Linking bin/chromaStatus for linux64
g++ -o bin/chromaStatus obj/linux64/Release/src/testApp.o obj/linux64/Release/src/RealTime.o obj/linux64/Release/src/chromaNoteSegmenter.o obj/linux64/Release/src/main.o obj/linux64/Release/src/mp3StreamDownloader.o obj/linux64/Release/src/vamp-hostsdk/PluginChannelAdapter.o obj/linux64/Release/src/vamp-hostsdk/PluginInputDomainAdapter.o obj/linux64/Release/src/vamp-hostsdk/PluginHostAdapter.o obj/linux64/Release/src/vamp-hostsdk/PluginSummarisingAdapter.o obj/linux64/Release/src/vamp-hostsdk/FFTimpl.o obj/linux64/Release/src/vamp-hostsdk/PluginWrapper.o obj/linux64/Release/src/vamp-hostsdk/PluginBufferingAdapter.o obj/linux64/Release/src/vamp-hostsdk/PluginLoader.o obj/linux64/Release/src/chroma/chromamethods.o obj/linux64/Release/src/chroma/Chordino.o obj/linux64/Release/src/chroma/chorddict.o obj/linux64/Release/src/chroma/nnls.o obj/linux64/Release/src/chroma/NNLSChroma.o obj/linux64/Release/src/chroma/Tuning.o obj/linux64/Release/src/chroma/NNLSBase.o obj/linux64/Release/src/chroma/viterbi.o ../../../libs/openFrameworksCompiled/lib/linux64/libopenFrameworks.a -Wl,-rpath=./libs:./bin/libs -Wl,--as-needed -Wl,--gc-sections -lmp3lame -lfftw3f -lvamp-hostsdk -lcurl -L../../../libs/fmodex/lib/linux64/ -lfmodex ../../../libs/glfw/lib/linux64/libglfw3.a ../../../libs/kiss/lib/linux64/libkiss.a ../../../libs/rtAudio/lib/linux64/libRtAudio.a ../../../libs/tess2/lib/linux64/libtess2.a ../../../libs/poco/lib/linux64/libPocoNet.a ../../../libs/poco/lib/linux64/libPocoXML.a ../../../libs/poco/lib/linux64/libPocoUtil.a ../../../libs/poco/lib/linux64/libPocoFoundation.a ../../../libs/poco/lib/linux64/libPocoNetSSL.a ../../../libs/poco/lib/linux64/libPocoNet.a ../../../libs/poco/lib/linux64/libPocoCrypto.a ../../../libs/poco/lib/linux64/libPocoUtil.a ../../../libs/poco/lib/linux64/libPocoXML.a ../../../libs/poco/lib/linux64/libPocoFoundation.a -pthread -lz -lgstapp-0.10 -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -ludev -lsndfile -lopenal -lssl -lcrypto -lpulse-simple -lpulse -lasound -lGLU -lGL -lGLEW -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lmpg123 -lglut -lX11 -lXrandr -lXxf86vm -lXi -ldl -lpthread -lfreeimage
obj/linux64/Release/src/chroma/chorddict.o:(.data+0x0): multiple definition of `chordtypes'
obj/linux64/Release/src/chroma/chromamethods.o:(.data+0x0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [bin/chromaStatus] 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