Date: Sun, 13 Jul 2014 18:05:29 +0200 From: Nikolaj Thygesen <mailinglist@diamondbox.dk> To: freebsd-ports@freebsd.org Subject: Blender/libicu linking issues Message-ID: <53C2AE49.2090004@diamondbox.dk>
next in thread | raw e-mail | index | archive | help
Hi, When linking Blender 2.71 on fbsd10 I get: Linking CXX executable ../../bin/blender /usr/bin/ld: warning: libicuuc.so.52, needed by /usr/local/lib/libboost_regex.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicui18n.so.52, needed by /usr/local/lib/libboost_regex.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicudata.so.52, needed by /usr/local/lib/libboost_regex.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libboost_regex.so: undefined reference to `u_tolower_52' /usr/local/lib/libboost_regex.so: undefined reference to `u_digit_52' /usr/local/lib/libboost_regex.so: undefined reference to `u_isblank_52' /usr/local/lib/libboost_regex.so: undefined reference to `u_charType_52' /usr/local/lib/libboost_regex.so: undefined reference to `u_isspace_52' /usr/local/lib/libboost_regex.so: undefined reference to `icu_52::Locale::~Locale()' /usr/local/lib/libboost_regex.so: undefined reference to `icu_52::Locale::Locale(icu_52::Locale const&)' /usr/local/lib/libboost_regex.so: undefined reference to `u_charFromName_52' /usr/local/lib/libboost_regex.so: undefined reference to `icu_52::Locale::Locale()' /usr/local/lib/libboost_regex.so: undefined reference to `icu_52::Collator::createInstance(icu_52::Locale const&, UErrorCode&)' c++: error: linker command failed with exit code 1 (use -v to see invocation) --- bin/blender --- I tried first rebuilding libicu which is currently at "icu-53.1", so it makes sense for blender not to find "libicuuc.so.52" I guess. Nothing helps. br - Nikolaj
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53C2AE49.2090004>