Hi,
I decided to try again update QtCreator to 4.1 and OF from GitHub, without much luck. I have tried both the master branch and 0.9.4 branch, but I always get the same error when compiling even an empty project:
linking SimpleTest3_debug
/usr/bin/clang++ -target x86_64-pc-linux-gnu -Wl,--unresolved-symbols=ignore-in-shared-libs '-Wl,-rpath,$ORIGIN' -o /X/Desktop/edu/src/openframeworks/SimpleTest3/bin/SimpleTest3_debug /X/Desktop/edu/src/openframeworks/build-SimpleTest3-Desktop-Debug/qtc_Desktop_117cab14-debug/SimpleTest3.qtc-Desktop-117cab14.52199c50/.obj/f27fede2220bcd32/main.cpp.o /X/Desktop/edu/src/openframeworks/build-SimpleTest3-Desktop-Debug/qtc_Desktop_117cab14-debug/SimpleTest3.qtc-Desktop-117cab14.52199c50/.obj/f27fede2220bcd32/ofApp.cpp.o /X/src/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a /X/src/openFrameworks/libs/fmodex/lib/linux64/libfmodex.so /X/src/openFrameworks/libs/kiss/lib/linux64/libkiss.a /X/src/openFrameworks/libs/tess2/lib/linux64/libtess2.a /X/src/openFrameworks/libs/poco/lib/linux64/libPocoNetSSL.a /X/src/openFrameworks/libs/poco/lib/linux64/libPocoNet.a /X/src/openFrameworks/libs/poco/lib/linux64/libPocoCrypto.a /X/src/openFrameworks/libs/poco/lib/linux64/libPocoUtil.a /X/src/openFrameworks/libs/poco/lib/linux64/libPocoJSON.a /X/src/openFrameworks/libs/poco/lib/linux64/libPocoXML.a /X/src/openFrameworks/libs/poco/lib/linux64/libPocoFoundation.a -lz -lgstapp-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -ludev -lfontconfig -lfreetype -lsndfile -lopenal -lpulse-simple -lpulse -lasound -lGLEW -lGLU -lGL -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lmpg123 -lglfw -lssl -lcrypto -lglut -lX11 -lXrandr -lXxf86vm -lXi -lXcursor -ldl -lpthread -lfreeimage -lrtaudio -lboost_filesystem -lboost_system
/home/fnpr/src/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a(ofUtils.o): In function `ofLaunchBrowser(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofUtils.cpp:827: undefined reference to `Poco::URI::URI(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofUtils.cpp:834: undefined reference to `Poco::URI::setQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofUtils.cpp:842: undefined reference to `Poco::URI::toString[abi:cxx11]() const'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofUtils.cpp:861: undefined reference to `Poco::URI::toString[abi:cxx11]() const'
/home/fnpr/src/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a(ofImage.o): In function `bool loadImage<unsigned char>(ofPixels_<unsigned char>&, boost::filesystem::path const&, ofImageLoadSettings const&)':
/home/fnpr/src/openFrameworks/libs/openFrameworks/graphics/ofImage.cpp:190: undefined reference to `Poco::URI::URI(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a(ofImage.o): In function `bool loadImage<unsigned short>(ofPixels_<unsigned short>&, boost::filesystem::path const&, ofImageLoadSettings const&)':
/home/fnpr/src/openFrameworks/libs/openFrameworks/graphics/ofImage.cpp:190: undefined reference to `Poco::URI::URI(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a(ofImage.o): In function `bool loadImage<float>(ofPixels_<float>&, boost::filesystem::path const&, ofImageLoadSettings const&)':
/home/fnpr/src/openFrameworks/libs/openFrameworks/graphics/ofImage.cpp:190: undefined reference to `Poco::URI::URI(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a(ofURLFileLoader.o): In function `ofURLFileLoaderImpl::ofURLFileLoaderImpl()':
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:78: undefined reference to `Poco::Net::Context::Context(Poco::Net::Context::Usage, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::Net::Context::VerificationMode, int, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:83: undefined reference to `Poco::Exception::displayText[abi:cxx11]() const'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:86: undefined reference to `Poco::Exception::displayText[abi:cxx11]() const'
/home/fnpr/src/openFrameworks/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a(ofURLFileLoader.o): In function `ofURLFileLoaderImpl::handleRequest(ofHttpRequest const&)':
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:172: undefined reference to `Poco::URI::URI(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:173: undefined reference to `Poco::URI::getPathAndQuery[abi:cxx11]() const'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:177: undefined reference to `Poco::Net::HTTPRequest::HTTP_GET[abi:cxx11]'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:179: undefined reference to `Poco::Net::HTTPRequest::HTTP_POST[abi:cxx11]'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:181: undefined reference to `Poco::Net::HTTPMessage::HTTP_1_1[abi:cxx11]'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:181: undefined reference to `Poco::Net::HTTPRequest::HTTPRequest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:183: undefined reference to `Poco::Net::NameValueCollection::add(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:189: undefined reference to `Poco::Net::HTTPSClientSession::HTTPSClientSession(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:191: undefined reference to `Poco::Net::HTTPClientSession::HTTPClientSession(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:195: undefined reference to `Poco::Net::HTTPMessage::setContentType(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:227: undefined reference to `Poco::Exception::displayText[abi:cxx11]() const'
/home/fnpr/src/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.cpp:229: undefined reference to `Poco::Exception::displayText[abi:cxx11]() const'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
Process failed with exit code 1.
I did run install_dependencies.sh, compileOF.sh, git submodule update --init --recursive, ./apothecary update core poco addons, ./install_template.sh,
I pulled the latest apothecary changes, I deleted my build project folders, used clean all and rebuild, created new blank projectsβ¦
I see 11 .a files inside libs/poco/lib/linux64/ and lots of .h files inside libs/poco/include/Poco/.
Nothing I tried so far made it work. What can I try next?