Closed jiec-msft closed 5 years ago
triggered by the command following:
/usr/bin/c++ -Wall -Wformat -Wformat-security -fPIE -fPIC -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fno-strict-aliasing -fno-tree-vectorize -DNDEBUG -O3 -D_FORTIFY_SOURCE=2 -z noexecstack -z relro -z now -pie CMakeFiles/convert.dir/convert.cpp.o CMakeFiles/convert.dir/distribution1d.cpp.o CMakeFiles/convert.dir/distribution2d.cpp.o -o ../../convert -L/usr/local/lib -rdynamic ../../libscenegraph.a ../../libimage.a ../../libtasking.a -ljpeg /usr/local/lib/libpng.so ../../libembree3.so.3.5.2 ../../libtasking.a -ltbb -ltbbmalloc ../../liblexers.a ../../libsys.a -lpthread -ldl ../../libmath.a ../../libembree_sse42.a ../../libembree_avx.a ../../libembree_avx2.a ../../libsimd.a -Wl,-rpath,/usr/local/lib:/home/wtx/Galaxy/third-party/embree/build:
Hello,
Thanks for trying Galaxy!
Based on that error, it looks like you need to update the TBB install on your system. Our Travis-CI build uses Ubuntu 16.04, and it pulls these tbb libs:
libtbb2_4.4~20151115-0ubuntu3_amd64.deb
libtbb-dev_4.4~20151115-0ubuntu3_amd64.deb
If needed, you can download directly from the TBB site.
Thank you! I'll try it!
I try to build the
embree
locally on ubuntu 16.04, But I get this error.It's hard to figure out what was wrong in the really long and complex Makefile-s Hope you help me, thanks!
And I traced the error, and find that it was trigger by: