@batchku wrote:
I’m trying to get https://github.com/timscaffidi/ofxVideoRecorder working on ofx 0.11 and running into issues with
poco
.I’m getting compile errors like those below; I saw related issues in this post:
…So I also tried my app with the nightly build but still have the same issues.
Anyone aware of a workaround?
Error log below:
/home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::ofxVideoDataWriterThread(): error: undefined reference to 'Poco::Condition::Condition()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::ofxAudioDataWriterThread(): error: undefined reference to 'Poco::Condition::Condition()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoRecorder::addFrame(ofPixels_<unsigned char> const&): error: undefined reference to 'Poco::Condition::signal()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoRecorder::addAudioSamples(float*, int, int): error: undefined reference to 'Poco::Condition::signal()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Event::Event(bool)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Condition::enqueue(Poco::Event&)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::EventImpl::waitImpl()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Event::~Event()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Bugcheck::unexpected(char const*, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::SystemException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::~SystemException()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'typeinfo for Poco::SystemException' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Bugcheck::unexpected(char const*, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::SystemException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::~SystemException()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'typeinfo for Poco::SystemException' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Event::~Event()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Event::Event(bool)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Condition::enqueue(Poco::Event&)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::EventImpl::waitImpl()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Event::~Event()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Event::~Event()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::SystemException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::~SystemException()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'typeinfo for Poco::SystemException' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::SystemException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::SystemException::~SystemException()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'typeinfo for Poco::SystemException' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Bugcheck::unexpected(char const*, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxAudioDataWriterThread::threadedFunction(): error: undefined reference to 'Poco::Bugcheck::unexpected(char const*, int)' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoRecorder::ofxVideoRecorder(): error: undefined reference to 'Poco::Condition::Condition()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoRecorder::ofxVideoRecorder(): error: undefined reference to 'Poco::Condition::Condition()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoRecorder::outputFileComplete(): error: undefined reference to 'Poco::Condition::signal()' /home/ali/Downloads/of_v20200216_linux64gcc6_release/addons/obj/linux64/Release/ofxVideoRecorder/src/ofxVideoRecorder.o:ofxVideoRecorder.cpp:function ofxVideoRecorder::outputFileComplete(): error: undefined reference to 'Poco::Condition::signal()'
Posts: 4
Participants: 2