Skip to content

Instantly share code, notes, and snippets.

ofxXmlSettings
ofxOsc
ofxGui
ofxSnappy
ofxNice
ofxXMPP
ofxEchoCancel
ofxGStreamer
ofxGstRTP
ofxDepthStreamCompression
@brnold
brnold / gist:2d6d8c36765358140e9d
Created April 1, 2015 23:09
OpenFramewrok Linux Build error 2
-------------- Build: Debug in mySketchNightly (compiler: GNU GCC Compiler)---------------
Running command: make -f Makefile Debug
HOST_OS=Linux
HOST_ARCH=x86_64
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gl glu glew gtk+-3.0 libmpg123
Compiling OF library for Debug
make -C ../../../libs/openFrameworksCompiled/project/ Debug PLATFORM_OS=Linux ABIS_TO_COMPILE_DEBUG=""
HOST_OS=Linux
@brnold
brnold / gist:e42814a0b1a19128c72f
Created March 30, 2015 16:45
Ubuntu 14.04 compiler output
-------------- Build: Debug in mySketchNightly (compiler: GNU GCC Compiler)---------------
Running command: make -f Makefile Debug
HOST_OS=Linux
HOST_ARCH=x86_64
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gl glu glew gtk+-3.0 libmpg123
Compiling OF library for Debug
make -C ../../../libs/openFrameworksCompiled/project/ Debug PLATFORM_OS=Linux ABIS_TO_COMPILE_DEBUG=""
HOST_OS=Linux
@brnold
brnold / VS2012 Output
Last active August 29, 2015 14:18
Visual Studio Compiler Output
1>------ Build started: Project: mySketch, Configuration: Debug Win32 ------
1> ofApp.cpp
1>b:\benjamin nold's data\documents\github\openframeworks\libs\poco\include\poco\streamconverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
1> with
1> [
1> _Elem=char,
1> _Traits=std::char_traits<char>
1> ]
1> c:\program files (x86)\microsoft visual studio 11.0\vc\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1'
1> with
Error 1 error LNK2019: unresolved external symbol "void __cdecl cv::fastFree(void *)" (?fastFree@cv@@YAXPAX@Z) referenced in function "public: __thiscall cv::Mat::~Mat(void)" (??1Mat@cv@@QAE@XZ) B:\Oculus\ORIA2\OculusRiftInAction\build\examples\cpp\Example_13_2_SimpleWebcamDemo.obj Example_13_2_SimpleWebcamDemo
Error 2 error LNK2019: unresolved external symbol "public: __thiscall cv::_InputArray::_InputArray(class cv::Mat const &)" (??0_InputArray@cv@@QAE@ABVMat@1@@Z) referenced in function "public: void __thiscall WebcamHandler::captureLoop(void)" (?captureLoop@WebcamHandler@@QAEXXZ) B:\Oculus\ORIA2\OculusRiftInAction\build\examples\cpp\Example_13_2_SimpleWebcamDemo.obj Example_13_2_SimpleWebcamDemo
Error 3 error LNK2019: unresolved external symbol "public: __thiscall cv::_OutputArray::_OutputArray(class cv::Mat &)" (??0_OutputArray@cv@@QAE@AAVMat@1@@Z) referenced in function "public: void __thiscall WebcamHandler::captureLoop(void)" (?captureLoop@WebcamHandler@@QAEXXZ) B:\Oculus\ORIA2\OculusRiftInAction\bui
B:\Oculus\ORIA2\OculusRiftInAction\build>cmake ..
Release build, resources will be loaded from executable/bundle
-- Using Win32 for window creation
-- Using WGL for context creation
-- OpenCV NOT found
CMake Warning at CMakeLists.txt:195 (message):
Qt framework not found