ANYCUBIC-3D / AnycubicSlicer_Prusa

AnycubicSlicer is based on PrusaSlicer by Prusa Research, which is based on Slic3r by Alessandro Ranellucci and the RepRap community.
GNU Affero General Public License v3.0
19 stars 6 forks source link

Cannot build in centos8 #6

Open mohitmv opened 8 months ago

mohitmv commented 8 months ago

I am building in centos, and getting following errors:

CMakeFiles/vdb_print.dir/openvdb_print.cc.o: In function `tbb::detail::d1::wait_context::add_reference(long) [clone .constprop.10212]':
openvdb_print.cc:(.text+0x941): undefined reference to `tbb::detail::r1::notify_waiters(unsigned long)'
initialvisuals commented 1 month ago

I try to build on fedora kde 40 and no luck with even the dependencies. get a gmake error. gmake: *** [Makefile:91: all] Error 2

aklausing commented 1 day ago

Same here in Fedora 40 and Fedora 41 with cmake version 3.30.5.

Error during deps:

[ 56%] Completed 'dep_OCCT'
[ 56%] Built target dep_OCCT
gmake: *** [Makefile:91: all] Fehler 2

Error trying to compile engine:

Make Error at /usr/lib64/cmake/ZLIB/ZLIB.cmake:81 (message):
  The imported target "ZLIB::zlibstatic" references the file

     "/usr/lib64/libz.a"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib64/cmake/ZLIB/ZLIB.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib64/cmake/ZLIB/zlib-config.cmake:44 (include)
  /usr/share/cmake/Modules/FindPNG.cmake:68 (find_package)
  CMakeLists.txt:468 (find_package)