Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. -- Build files have been written to: /tmp/yaourt-tmp-alex/aur-dotnet-cli-git/src/corefx-master/bin/obj/Linux.x64.Release/native
  2. Executing make install -j 1
  3. Scanning dependencies of target System.IO.Compression.Native
  4. [ 1%] Building CXX object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/pal_zlib.cpp.o
  5. /tmp/yaourt-tmp-alex/aur-dotnet-cli-git/src/corefx-master/src/Native/Unix/System.IO.Compression.Native/pal_zlib.cpp:41:27: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant]
  6. zStream->zalloc = Z_NULL;
  7. ^~~~~~
  8. nullptr
  9. /usr/include/zlib.h:212:17: note: expanded from macro 'Z_NULL'
  10. #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
  11. ^
  12. /tmp/yaourt-tmp-alex/aur-dotnet-cli-git/src/corefx-master/src/Native/Unix/System.IO.Compression.Native/pal_zlib.cpp:42:26: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant]
  13. zStream->zfree = Z_NULL;
  14. ^~~~~~
  15. nullptr
  16. /usr/include/zlib.h:212:17: note: expanded from macro 'Z_NULL'
  17. #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
  18. ^
  19. /tmp/yaourt-tmp-alex/aur-dotnet-cli-git/src/corefx-master/src/Native/Unix/System.IO.Compression.Native/pal_zlib.cpp:43:27: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant]
  20. zStream->opaque = Z_NULL;
  21. ^~~~~~
  22. nullptr
  23. /usr/include/zlib.h:212:17: note: expanded from macro 'Z_NULL'
  24. #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
  25. ^
  26. 3 errors generated.
  27. make[2]: *** [System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/build.make:63: System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/pal_zlib.cpp.o] Fehler 1
  28. make[1]: *** [CMakeFiles/Makefile2:86: System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/all] Fehler 2
  29. make: *** [Makefile:130: all] Fehler 2
  30. Failed to build corefx native components.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement