Advertisement
Guest User

Untitled

a guest
Mar 19th, 2022
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.63 KB | None | 0 0
  1. cc -MMD  -DDP_FS_BASEDIR=\"/usr/share/xonotic\" -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../../../  -O2 -fPIC -DSUPPORTIPV6  -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -c ../../../csprogs.c -o csprogs.o
  2. cc -MMD  -DDP_FS_BASEDIR=\"/usr/share/xonotic\" -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../../../  -O2 -fPIC -DSUPPORTIPV6  -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -c ../../../curves.c -o curves.o
  3. cc -MMD  -DDP_FS_BASEDIR=\"/usr/share/xonotic\" -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../../../  -O2 -fPIC -DSUPPORTIPV6  -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -c ../../../cvar.c -o cvar.o
  4. cc -MMD  -DDP_FS_BASEDIR=\"/usr/share/xonotic\" -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../../../  -O2 -fPIC -DSUPPORTIPV6  -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
  5. ../../../dpsoftrast.c:239:22: error: size of array element is not a multiple of its alignment
  6.   239 | typedef ALIGN(struct DPSOFTRAST_State_Thread_s
  7.       |                      ^~~~~~~~~~~~~~~~~~~~~~~~~
  8. ../../../dpsoftrast.c:45:36: note: in definition of macro β€˜ALIGN’
  9.    45 |                 #define ALIGN(var) var __attribute__((__aligned__(16)))
  10.       |                                    ^~~
  11. make[3]: *** [makefile.inc:504: dpsoftrast.o] Error 1
  12. make[3]: Leaving directory '/tmp/SBo/xonotic-0.8.2/source/darkplaces/build-obj/release/darkplaces-dedicated'
  13. make[2]: *** [makefile.inc:455: bin-release] Error 2
  14. make[2]: Leaving directory '/tmp/SBo/xonotic-0.8.2/source/darkplaces'
  15. make[1]: *** [makefile.inc:391: sv-release] Error 2
  16. make[1]: Leaving directory '/tmp/SBo/xonotic-0.8.2/source/darkplaces'
  17. make: *** [makefile.inc:347: release] Error 2
  18. make: Leaving directory '/tmp/SBo/xonotic-0.8.2/source/darkplaces'
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement