Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 909986 Details for
Bug 943950
games-puzzle/mirrormagic-2.0.2-r2 - [libtool] [gcc-15] sound.c: error: too many arguments to function InitAudioDevice_Linux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-puzzle:mirrormagic-2.0.2-r2:20241119-024117.log
games-puzzle:mirrormagic-2.0.2-r2:20241119-024117.log (text/plain), 89.64 KB, created by
Toralf Förster
on 2024-11-19 08:51:41 UTC
(
hide
)
Description:
games-puzzle:mirrormagic-2.0.2-r2:20241119-024117.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-19 08:51:41 UTC
Size:
89.64 KB
patch
obsolete
> * Package: games-puzzle/mirrormagic-2.0.2-r2:0 > * Repository: gentoo > * Maintainer: games@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking mirrormagic-2.0.2.tar.gz to /var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work >>>> Source unpacked in /var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work >>>> Preparing source in /var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2 ... > * Applying mirrormagic-2.0.2-gcc41.patch ... > [ ok ] > * Applying mirrormagic-2.0.2-parallel.patch ... > [ ok ] > * Applying mirrormagic-2.0.2-64bit.patch ... > [ ok ] > * Applying mirrormagic-2.0.2-gcc5.patch ... > [ ok ] > * Applying mirrormagic-2.0.2-editor.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2 ... >make -O -j4 -C src CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar RANLIB=x86_64-pc-linux-gnu-ranlib 'OPTIONS=-O2 -pipe -march=native -fno-diagnostics-color' 'EXTRA_LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 ' RO_GAME_DIR=/usr/share/mirrormagic RW_GAME_DIR=/var/mirrormagic TARGET=x11 >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c main.c >In file included from libgame/libgame.h:28, > from main.c:14: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c init.c >In file included from libgame/libgame.h:28, > from init.c:16: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >make[1]: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c system.c >In file included from system.c:25: >misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from system.h:27, > from system.c:23: >x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c events.c >In file included from libgame/libgame.h:28, > from events.c:14: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >make[1]: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c text.c >In file included from text.h:17, > from text.c:17: >system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from system.h:27: >x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >make[1]: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c sound.c >sound.c: In function âSoundServerâ: >sound.c:284:20: error: too many arguments to function âInitAudioDevice_Linuxâ > 284 | stereo = InitAudioDevice_Linux(fragment_size, sample_rate); > | ^~~~~~~~~~~~~~~~~~~~~ >sound.c:64:16: note: declared here > 64 | static boolean InitAudioDevice_Linux(); > | ^~~~~~~~~~~~~~~~~~~~~ >sound.c: At top level: >sound.c:695:16: error: conflicting types for âInitAudioDevice_Linuxâ; have âboolean(long int, int)â {aka âunsigned char(long int, int)â} > 695 | static boolean InitAudioDevice_Linux(long fragment_size, int sample_rate) > | ^~~~~~~~~~~~~~~~~~~~~ >sound.c:64:16: note: previous declaration of âInitAudioDevice_Linuxâ with type âboolean(void)â {aka âunsigned char(void)â} > 64 | static boolean InitAudioDevice_Linux(); > | ^~~~~~~~~~~~~~~~~~~~~ >In file included from sound.c:23: >misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from sound.c:21: >system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from system.h:27: >x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >sound.c:64:16: warning: âInitAudioDevice_Linuxâ used but never defined > 64 | static boolean InitAudioDevice_Linux(); > | ^~~~~~~~~~~~~~~~~~~~~ >sound.c: In function âSoundServerâ: >sound.c:395:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 395 | write(audio.device_fd, playing_buffer, fragment_size); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: *** [Makefile:40: sound.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >make[1]: *** Waiting for unfinished jobs.... >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c screens.c >In file included from libgame/libgame.h:28, > from screens.c:14: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c tools.c >tools.c: In function âRequestâ: >tools.c:1205:5: warning: format not a string literal and no format arguments [-Wformat-security] > 1205 | sprintf(txt, text); > | ^~~~~~~ >In file included from libgame/libgame.h:28, > from tools.c:20: >libgame/misc.h: At top level: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >make[1]: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c gadgets.c >In file included from gadgets.c:19: >misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from gadgets.h:17, > from gadgets.c:17: >system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from system.h:27: >x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src/libgame' >make: *** [Makefile:157: libgame/libgame.a] Error 2 >make: *** Waiting for unfinished jobs.... >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c editor.c >editor.c: In function âDrawDrawingWindowâ: >editor.c:1689:3: error: too many arguments to function âDrawEditorLevelâ > 1689 | DrawEditorLevel(ed_fieldx, ed_fieldy, level_xpos, level_ypos); > | ^~~~~~~~~~~~~~~ >editor.c:1538:13: note: declared here > 1538 | static void DrawEditorLevel() > | ^~~~~~~~~~~~~~~ >editor.c: In function âWrapLevelâ: >editor.c:2367:3: error: too many arguments to function âDrawEditorLevelâ > 2367 | DrawEditorLevel(ed_fieldx, ed_fieldy, level_xpos, level_ypos); > | ^~~~~~~~~~~~~~~ >editor.c:1538:13: note: declared here > 1538 | static void DrawEditorLevel() > | ^~~~~~~~~~~~~~~ >editor.c: In function âHandleDrawingAreasâ: >editor.c:2542:9: error: too many arguments to function âDrawEditorLevelâ > 2542 | DrawEditorLevel(ed_fieldx, ed_fieldy, level_xpos, level_ypos); > | ^~~~~~~~~~~~~~~ >editor.c:1538:13: note: declared here > 1538 | static void DrawEditorLevel() > | ^~~~~~~~~~~~~~~ >editor.c: In function âHandleControlButtonsâ: >editor.c:2716:7: error: too many arguments to function âDrawEditorLevelâ > 2716 | DrawEditorLevel(ed_fieldx, ed_fieldy, level_xpos,level_ypos); > | ^~~~~~~~~~~~~~~ >editor.c:1538:13: note: declared here > 1538 | static void DrawEditorLevel() > | ^~~~~~~~~~~~~~~ >editor.c:2744:7: error: too many arguments to function âDrawEditorLevelâ > 2744 | DrawEditorLevel(ed_fieldx, ed_fieldy, level_xpos, level_ypos); > | ^~~~~~~~~~~~~~~ >editor.c:1538:13: note: declared here > 1538 | static void DrawEditorLevel() > | ^~~~~~~~~~~~~~~ >In file included from libgame/libgame.h:28, > from editor.c:16: >libgame/misc.h: At top level: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make: *** [Makefile:164: editor.o] Error 1 >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c files.c >files.c: In function âLoadLevelSetup_SeriesInfoâ: >files.c:1454:3: error: too many arguments to function âcheckSeriesInfoâ > 1454 | checkSeriesInfo(leveldir_current); > | ^~~~~~~~~~~~~~~ >files.c:1396:13: note: declared here > 1396 | static void checkSeriesInfo() > | ^~~~~~~~~~~~~~~ >In file included from libgame/libgame.h:28, > from files.c:18: >libgame/misc.h: At top level: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >files.c: In function âLoadLevelâ: >files.c:528:5: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 528 | fgets(&cookie[4], MAX_LINE_LEN - 4, file); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >files.c: In function âLoadScoreâ: >files.c:702:3: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 702 | fgets(cookie, MAX_LINE_LEN, file); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >files.c:715:5: warning: ignoring return value of âfscanfâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 715 | fscanf(file, "%d", &highscore[i].Score); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >files.c:716:5: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 716 | fgets(line, MAX_LINE_LEN, file); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make: *** [Makefile:164: files.o] Error 1 >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >make: Entering directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DTARGET_X11 -DRO_GAME_DIR="\"/usr/share/mirrormagic\"" -DRW_GAME_DIR="\"/var/mirrormagic\"" -c game.c >In file included from libgame/libgame.h:28, > from game.c:14: >libgame/misc.h:141:20: warning: inline function âswap_number_pairsâ declared but never defined > 141 | extern inline void swap_number_pairs(int *, int *, int *, int *); > | ^~~~~~~~~~~~~~~~~ >libgame/misc.h:140:20: warning: inline function âswap_numbersâ declared but never defined > 140 | extern inline void swap_numbers(int *, int *); > | ^~~~~~~~~~~~ >In file included from libgame/libgame.h:21: >libgame/system.h:316:23: warning: inline function âCheckCloseWindowEventâ declared but never defined > 316 | extern inline boolean CheckCloseWindowEvent(ClientMessageEvent *); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:315:19: warning: inline function âGetEventKeyâ declared but never defined > 315 | extern inline Key GetEventKey(KeyEvent *, boolean); > | ^~~~~~~~~~~ >libgame/system.h:314:20: warning: inline function âNextEventâ declared but never defined > 314 | extern inline void NextEvent(Event *event); > | ^~~~~~~~~ >libgame/system.h:313:23: warning: inline function âPendingEventâ declared but never defined > 313 | extern inline boolean PendingEvent(void); > | ^~~~~~~~~~~~ >libgame/system.h:312:20: warning: inline function âInitEventFilterâ declared but never defined > 312 | extern inline void InitEventFilter(EventFilter); > | ^~~~~~~~~~~~~~~ >libgame/system.h:310:20: warning: inline function âSetAudioModeâ declared but never defined > 310 | extern inline void SetAudioMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:309:20: warning: inline function âCloseAudioâ declared but never defined > 309 | extern inline void CloseAudio(void); > | ^~~~~~~~~~ >libgame/system.h:308:20: warning: inline function âOpenAudioâ declared but never defined > 308 | extern inline void OpenAudio(void); > | ^~~~~~~~~ >libgame/system.h:304:23: warning: inline function âChangeVideoModeIfNeededâ declared but never defined > 304 | extern inline boolean ChangeVideoModeIfNeeded(boolean); > | ^~~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:303:23: warning: inline function âSetVideoModeâ declared but never defined > 303 | extern inline boolean SetVideoMode(boolean); > | ^~~~~~~~~~~~ >libgame/system.h:302:23: warning: inline function âPointerInWindowâ declared but never defined > 302 | extern inline boolean PointerInWindow(DrawWindow *); > | ^~~~~~~~~~~~~~~ >libgame/system.h:301:20: warning: inline function âKeyboardAutoRepeatOffâ declared but never defined > 301 | extern inline void KeyboardAutoRepeatOff(void); > | ^~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:300:20: warning: inline function âKeyboardAutoRepeatOnâ declared but never defined > 300 | extern inline void KeyboardAutoRepeatOn(void); > | ^~~~~~~~~~~~~~~~~~~~ >libgame/system.h:299:20: warning: inline function âSyncDisplayâ declared but never defined > 299 | extern inline void SyncDisplay(void); > | ^~~~~~~~~~~ >libgame/system.h:298:20: warning: inline function âFlushDisplayâ declared but never defined > 298 | extern inline void FlushDisplay(void); > | ^~~~~~~~~~~~ >libgame/system.h:296:21: warning: inline function âGetPixelFromRGBcompactâ declared but never defined > 296 | extern inline Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); > | ^~~~~~~~~~~~~~~~~~~~~~ >libgame/system.h:295:21: warning: inline function âGetPixelFromRGBâ declared but never defined > 295 | extern inline Pixel GetPixelFromRGB(Bitmap *, unsigned int,unsigned int,unsigned int); > | ^~~~~~~~~~~~~~~ >libgame/system.h:294:21: warning: inline function âGetPixelâ declared but never defined > 294 | extern inline Pixel GetPixel(Bitmap *, int, int); > | ^~~~~~~~ >libgame/system.h:293:20: warning: inline function âDrawLinesâ declared but never defined > 293 | extern inline void DrawLines(Bitmap *, struct XY *, int, Pixel); > | ^~~~~~~~~ >libgame/system.h:292:20: warning: inline function âDrawSimpleWhiteLineâ declared but never defined > 292 | extern inline void DrawSimpleWhiteLine(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~~~~~~ >libgame/system.h:291:20: warning: inline function âBlitBitmapMaskedâ declared but never defined > 291 | extern inline void BlitBitmapMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~~~~~~~ >libgame/system.h:290:20: warning: inline function âSetClipOriginâ declared but never defined > 290 | extern inline void SetClipOrigin(Bitmap *, GC, int, int); > | ^~~~~~~~~~~~~ >libgame/system.h:289:20: warning: inline function âSetClipMaskâ declared but never defined > 289 | extern inline void SetClipMask(Bitmap *, GC, Pixmap); > | ^~~~~~~~~~~ >libgame/system.h:288:20: warning: inline function âClearRectangleâ declared but never defined > 288 | extern inline void ClearRectangle(Bitmap *, int, int, int, int); > | ^~~~~~~~~~~~~~ >libgame/system.h:287:20: warning: inline function âBlitBitmapâ declared but never defined > 287 | extern inline void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); > | ^~~~~~~~~~ >libgame/system.h:286:20: warning: inline function âFreeBitmapâ declared but never defined > 286 | extern inline void FreeBitmap(Bitmap *); > | ^~~~~~~~~~ >libgame/system.h:285:23: warning: inline function âCreateBitmapâ declared but never defined > 285 | extern inline Bitmap *CreateBitmap(int, int, int); > | ^~~~~~~~~~~~ >libgame/system.h:284:23: warning: inline function âCreateBitmapStructâ declared but never defined > 284 | extern inline Bitmap *CreateBitmapStruct(void); > | ^~~~~~~~~~~~~~~~~~ >libgame/system.h:283:20: warning: inline function âInitVideoBufferâ declared but never defined > 283 | extern inline void InitVideoBuffer(DrawBuffer **,DrawWindow **, int,int,int, boolean); > | ^~~~~~~~~~~~~~~ >libgame/system.h:282:20: warning: inline function âCloseVideoDisplayâ declared but never defined > 282 | extern inline void CloseVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~ >libgame/system.h:281:20: warning: inline function âInitVideoDisplayâ declared but never defined > 281 | extern inline void InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~ >In file included from libgame/system.h:27: >libgame/x11.h:290:20: warning: inline function âX11InitVideoBufferâ declared but never defined > 290 | extern inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); > | ^~~~~~~~~~~~~~~~~~ >libgame/x11.h:289:20: warning: inline function âX11InitVideoDisplayâ declared but never defined > 289 | extern inline void X11InitVideoDisplay(void); > | ^~~~~~~~~~~~~~~~~~~ >make: Leaving directory '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2/src' > * ERROR: games-puzzle/mirrormagic-2.0.2-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-puzzle/mirrormagic-2.0.2-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=games-puzzle/mirrormagic-2.0.2-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/games-puzzle:mirrormagic-2.0.2-r2:20241119-024117.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/temp/environment'. > * Working directory: '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2' > * S: '/var/tmp/portage/games-puzzle/mirrormagic-2.0.2-r2/work/mirrormagic-2.0.2' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 943950
:
909981
|
909982
|
909983
|
909984
|
909985
| 909986 |
909987
|
909988