=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for kapooka-0.2nb13 => Fixing path to data files. gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c audio.c gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c backgrounds.c gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c helpers.c gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c input.c In file included from backgrounds.c:23:0: backgrounds.c: In function 'BG_UpdateAllLayers': helpers.h:52:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (Uint32)(_surface->pixels) + HLP_BPP((_y * _surface->w) + _x) ^ backgrounds.c:331:22: note: in expansion of macro 'HLP_GetPos' srcBase[layerNo] = HLP_GetPos(src[layerNo], layer->pos.x, layer->pos.y); ^~~~~~~~~~ backgrounds.c:346:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] destBase = (Uint32)(vScreen->pixels); ^ backgrounds.c:354:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] destPos = (Uint32*)(destBase + destCount); ^ backgrounds.c:365:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pixel = *(Uint32*)(srcBase[layerNo] + srcCount[layerNo]); ^ backgrounds.c: In function 'BG_BlitScreen': backgrounds.c:430:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] srcBase = (Uint32)(vScreen->pixels); ^ backgrounds.c:431:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] destBase = (Uint32)(screen->pixels); ^ backgrounds.c:436:4: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *(Uint32*)(destBase + count) = *(Uint32*)(srcBase + count); ^ backgrounds.c:436:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *(Uint32*)(destBase + count) = *(Uint32*)(srcBase + count); ^ In file included from backgrounds.c:23:0: backgrounds.c: In function 'BG_IsSpaceClear': helpers.h:52:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (Uint32)(_surface->pixels) + HLP_BPP((_y * _surface->w) + _x) ^ backgrounds.c:513:12: note: in expansion of macro 'HLP_GetPos' bgBase = HLP_GetPos(bgSurface, (int)(_left), (int)(_top)); ^~~~~~~~~~ backgrounds.c:526:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] bgPos = (Uint32*)(bgBase + bgCount); ^ gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c main.c gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c objects.c gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c sprites.c gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c spritesData.c In file included from sprites.c:24:0: sprites.c: In function 'SPR_BlitSprite': helpers.h:52:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (Uint32)(_surface->pixels) + HLP_BPP((_y * _surface->w) + _x) ^ sprites.c:243:12: note: in expansion of macro 'HLP_GetPos' srcBase = HLP_GetPos(src, xOffset, yOffset); ^~~~~~~~~~ helpers.h:52:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (Uint32)(_surface->pixels) + HLP_BPP((_y * _surface->w) + _x) ^ sprites.c:244:13: note: in expansion of macro 'HLP_GetPos' destBase = HLP_GetPos(dest, _x, _y); ^~~~~~~~~~ sprites.c:260:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] srcPos = (Uint32*)(srcBase + srcCount); ^ sprites.c:261:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] destPos = (Uint32*)(destBase + destCount); ^ gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -c timer.c gcc -Wall -DDATADIR=/usr/pkg/share/kapooka -g -lm -L /usr/X11R6/lib `libmikmod-config --libs` `sdl-config --libs` -lSDL_image audio.o backgrounds.o helpers.o input.o main.o objects.o sprites.o spritesData.o timer.o -o kapooka