Advertisement
Guest User

Untitled

a guest
May 7th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. $ make release
  2. make sv-release cl-release sdl-release
  3. make[1]: Entering directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505'
  4. make bin-release \
  5. DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
  6. EXE='darkplaces-dedicated' CFLAGS_FEATURES='' LDFLAGS_COMMON='-lm -lz -ljpeg -lrt -ldl' LEVEL=1
  7. make[2]: Entering directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505'
  8.  
  9. ========== darkplaces-dedicated (release) ==========
  10. make prepare BUILD_DIR=build-obj/release/darkplaces-dedicated
  11. make[3]: Entering directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505'
  12. mkdir -p build-obj/release/darkplaces-dedicated
  13. cp -f makefile.inc build-obj/release/darkplaces-dedicated/
  14. cp -f makefile build-obj/release/darkplaces-dedicated/
  15. make[3]: Leaving directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505'
  16. make -C build-obj/release/darkplaces-dedicated darkplaces-dedicated \
  17. DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
  18. CFLAGS='-MMD -Wall -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -DLINK_TO_ZLIB -DLINK_TO_LIBJPEG -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../ -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math'\
  19. LDFLAGS='-O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -DSVNREVISION=`{ test -d .svn && svnversion; } || { test -d .git && git describe --always; } || echo -` -DBUILDTYPE=release -lm -lz -ljpeg -lrt -ldl' LEVEL=2
  20. make[3]: Entering directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505/build-obj/release/darkplaces-dedicated'
  21. cc -MMD -Wall -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -DLINK_TO_ZLIB -DLINK_TO_LIBJPEG -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../ -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -c ../../../dpsoftrast.c -o dpsoftrast.o -msse2
  22. ../../../dpsoftrast.c:239:22: error: size of array element is not a multiple of its alignment
  23. 239 | typedef ALIGN(struct DPSOFTRAST_State_Thread_s
  24. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  25. ../../../dpsoftrast.c:45:36: note: in definition of macro 'ALIGN'
  26. 45 | #define ALIGN(var) var __attribute__((__aligned__(16)))
  27. | ^~~
  28. make[3]: *** [makefile.inc:504: dpsoftrast.o] Error 1
  29. make[3]: Leaving directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505/build-obj/release/darkplaces-dedicated'
  30. make[2]: *** [makefile.inc:455: bin-release] Error 2
  31. make[2]: Leaving directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505'
  32. make[1]: *** [makefile.inc:391: sv-release] Error 2
  33. make[1]: Leaving directory '/home/romain/Téléchargements/zirconenginewindowsonly20230505/zirconsource20230505'
  34. make: *** [makefile.inc:347: release] Error 2
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement