Advertisement
Guest User

Untitled

a guest
May 29th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. cc -I/Users/ASamir/perl5/perlbrew/perls/threaded-perl-blead/lib/5.26.0/darwin-thread-multi-2level/CORE -mmacosx-version-min=10.12 -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -fstack-protector-strong -I/usr/local/include -xc++ -Isrc/libslic3r -I/Users/ASamir/boost_1_63_0 -D_GLIBCXX_USE_C99 -DHAS_BOOL -DNOGDI -DSLIC3RXS -DBOOST_ASIO_DISABLE_KQUEUE -U__STRICT_ANSI__ -std=c++11 -stdlib=libc++ -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_NO_CXX11_RVALUE_REFERENCES -DBOOST_THREAD_USES_MOVE -DBOOST_LIBS -DNDEBUG -Isrc -Ibuildtmp -c -mmacosx-version-min=10.12 -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -fstack-protector-strong -I/usr/local/include -O3 -o src/zlib/zip.o src/zlib/zip.c
  2. In file included from src/zlib/zip.c:186:
  3. src/zlib/crypt.h:54:7: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
  4. register int keyshift = (int)((*(pkeys+1)) >> 24);
  5. ^~~~~~~~~
  6. src/zlib/zip.c:1414:20: error: no matching function for call to 'crc32'
  7. zi->ci.crc32 = crc32(zi->ci.crc32,buf,(uInt)len);
  8. ^~~~~
  9. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/zlib.h:1616:23: note: candidate function not viable:
  10. cannot convert argument of incomplete type 'const void *' to 'const Bytef *' (aka 'const unsigned char *') for 2nd argument
  11. ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
  12. ^
  13. 1 warning and 1 error generated.
  14. error building src/zlib/zip.o from 'src/zlib/zip.c' at /Users/ASamir/perl5/perlbrew/perls/threaded-perl-blead/lib/5.26.0/ExtUtils/CBuilder/Base.pm line 174.
  15. FAIL
  16. ! Installing ./xs failed. See /Users/ASamir/.cpanm/work/1496070597.72653/build.log for details. Retry with --force to force install it.
  17. The XS/C++ code failed to compile, aborting
  18. AhmedSamirs-MBP:Slic3r ASamir$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement