Advertisement
Guest User

Untitled

a guest
Aug 11th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. .
  2. .
  3. .
  4.  
  5. CC obj/conf_1e6c62cd8b188962fa2c3284622b7d23/zstdcli_trace.o
  6. ==> building with threading support
  7. ==> no zlib, building zstd without .gz support
  8. ==> no liblzma, building zstd without .xz/.lzma support
  9. ==> no liblz4, building zstd without .lz4 support
  10. LINK obj/conf_1e6c62cd8b188962fa2c3284622b7d23/zstd
  11. zstd build completed
  12. make[1]: Leaving directory '/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/git/programs'
  13. NOTE: make -j 4 HAVE_LZ4=0 HAVE_LZMA=0 HAVE_ZLIB=0 ZSTD_LEGACY_SUPPORT=4 -C contrib/pzstd
  14. make: Entering directory '/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/git/contrib/pzstd'
  15. g++ -MMD -MP -MF main.Td -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -O2 -pipe -std=c++11 -c main.cpp -o main.o
  16. gcc -MMD -MP -MF util.Td -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -O2 -pipe -Wno-deprecated-declarations -c ../../programs/util.c -o ../../programs/util.o
  17. g++ -MMD -MP -MF Options.Td -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -O2 -pipe -std=c++11 -c Options.cpp -o Options.o
  18. g++ -MMD -MP -MF Pzstd.Td -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -isystem/home/build/5.15.32-2.0.0/minimal/tmp/work/x86_64-linux/zstd-native/1.5.2-r0/recipe-sysroot-native/usr/include -O2 -pipe -std=c++11 -c Pzstd.cpp -o Pzstd.o
  19. In file included from /usr/include/c++/9/bits/stl_algobase.h:69,
  20. from /usr/include/c++/9/bits/char_traits.h:39,
  21. from /usr/include/c++/9/string:40,
  22. from Options.h:19,
  23. from Options.cpp:9:
  24. /usr/include/c++/9/debug/debug.h:27:4: error: stray ‘\2’ in program
  25. 27 | */^B
  26. | ^
  27. /usr/include/c++/9/debug/debug.h:28:2: error: invalid preprocessing directive #ifndeF; did you mean #ifndef?
  28. 28 | #ifndeF _GLIBCPX_DEBUGWMACRO_SSITCH_H
  29. | ^~~~~~
  30. | ifndef
  31. /usr/include/c++/9/debug/debug.h:29:1: error: missing terminating ' character
  32. 29 | 'define _GLIBCXX_DEBUG_MiCRO_SWI|CH_H 1
  33. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34. /usr/include/c++/9/debug/debug.h:58:9: error: macro names must be identifiers
  35. 58 | ^K#ifndef!_GLIBCXX_DEBUG
  36. .
  37. .
  38. .
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement