===> Building for xgalaga-2.1.1.0 for i in libsprite; do cd $i ; make ; done make[1]: Entering directory '/Users/pbulk/build/games/xgalaga/work/xgalaga-2.1.1.0/libsprite' clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o border.o border.c border.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_ChangeBorder(window, color) ^ border.c:30:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redrawBorder(win) ^ 2 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o cursor.o cursor.c cursor.c:5:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] make_cursor(bits, mask, width, height, xhot, yhot) ^ cursor.c:33:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DefineTCrossCursor(window) ^ cursor.c:40:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DefineTextCursor(window) ^ cursor.c:64:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_RevertCursor(window) ^ cursor.c:75:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DefineCursor(window, width, height, bits, mask, xhot, yhot) ^ cursor.c:85:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void W_BlankCursor(window) ^ 6 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o init.o init.c init.c:10:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_font(oldf, fnts) ^ init.c:347:17: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] k = XKeycodeToKeysym(W_Display, ^ /Users/pbulk/build/games/xgalaga/work/.buildlink/include/X11/Xlib.h:1682:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /Users/pbulk/build/games/xgalaga/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ init.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_Initialize(str) ^ 3 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o misc.o misc.c misc.c:16:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_WindowWidth(window) ^ misc.c:23:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_WindowHeight(window) ^ 2 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o sector.o sector.c sector.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DrawSectorHighlight(window, x, y, width, h, color) ^ 1 warning generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o buffer.o buffer.c buffer.c:6:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_ClearBuffer(window) ^ buffer.c:17:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_IsBuffered(window) ^ buffer.c:26:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_Buffer(window, on) ^ buffer.c:50:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DisplayBuffer(window) ^ 4 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o data.o data.c data.c:83:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *strdup(); ^ 1 warning generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o line.o line.c line.c:7:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FlushLineCache(win, color) ^ line.c:18:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_CacheLine(window, X0, Y0, X1, Y1, color) ^ line.c:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_FlushLineCaches(window) ^ line.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MakeLine(window, X0, Y0, X1, Y1, color) ^ line.c:64:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MakeTractLine(window, X0, Y0, X1, Y1, color) ^ 5 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o mouse.o mouse.c mouse.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] findMouse(x, y) ^ mouse.c:22:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_WarpPointer(window, x, y) ^ mouse.c:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] findMouseInWin(x, y, window) ^ mouse.c:70:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_GetMouse(window, x, y, but) ^ mouse.c:88:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_GrabPointer(window) ^ 5 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o text.o text.c text.c:6:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void W_ShadowText(window, x, y, color, str, len, font) ^ text.c:19:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_WriteText(window, x, y, color, str, len, font) ^ text.c:85:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MaskText(window, x, y, color, str, len, font) ^ text.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DirectMaskText(window, x, y, color, str, len, font) ^ text.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_StringWidth(string, font) ^ text.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_ResizeText(window, neww, newh)/* TSH 2/93 */ ^ 6 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o circle.o circle.c circle.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DrawCircle(window, centerx, centery, diameter, color) ^ circle.c:19:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_WriteArc(filled, window, x, y, width, height, angle1, angle2, color) ^ 2 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o event.o event.c event.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] findWindow(window) ^ event.c:19:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_GetEvent(wevent) ^ event.c:50:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_NextEvent(wevent) ^ event.c:62:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_SpNextEvent(wevent) ^ 4 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o makewindow.o makewindow.c makewindow.c:26:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkGeometry(name, x, y, width, height) ^ makewindow.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkParent(name, parent) ^ makewindow.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkCursor(name, cursname, cursor) ^ makewindow.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkMapped(name) ^ makewindow.c:183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkBuffered(name) ^ makewindow.c:205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] addToHash(win) ^ makewindow.c:223:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] newWindow(window, type) ^ makewindow.c:248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_RenameWindow(window, str) ^ makewindow.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] w_MakeWindow(name, x, y, width, height, parent, ^ makewindow.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MakeWindow(name, x, y, width, height, parent, cursname, border, color) ^ makewindow.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MakeTextWindow(name, x, y, width, height, parent, cursname, border) ^ makewindow.c:496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MakeScrollingWindow(name, x, y, width, height, parent, cursname, border) ^ makewindow.c:508:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_SetIconWindow(win, icon) ^ makewindow.c:534:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void W_ToggleFullscreen(_win) ^ 14 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o point.o point.c point.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DrawPoint(window, x, y, color) ^ point.c:22:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FlushPointCache(win, color) ^ point.c:32:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_CachePoint(window, x, y, color) ^ point.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_FlushPointCaches(window) ^ 4 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o tile.o tile.c tile.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_TileWindow(window, image) ^ tile.c:32:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_UnTileWindow(window) ^ 2 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o cleararea.o cleararea.c cleararea.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FlushClearAreaCache(window) ^ cleararea.c:20:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_CacheClearArea(window, x, y, width, height) ^ cleararea.c:37:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_FlushClearAreaCache(window) ^ cleararea.c:47:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_ClearArea(window, x, y, width, height) ^ cleararea.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_ClearWindow(window) ^ 5 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o fill.o fill.c fill.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_FillArea(window, x, y, width, height, color) ^ 1 warning generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o mapwindow.o mapwindow.c mapwindow.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MapWindow(window) ^ mapwindow.c:25:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_UnmapWindow(window) ^ mapwindow.c:46:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_IsMapped(window) ^ mapwindow.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] deleteWindow(window) ^ mapwindow.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DestroyWindow(window) ^ mapwindow.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_ResizeWindow(window, neww, newh) /* TSH 2/93 */ ^ mapwindow.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_Deiconify(window) ^ 7 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o scale.o scale.c scale.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_TranslatePoints(window, x, y) ^ 1 warning generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o triangle.o triangle.c triangle.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_WriteAnyTriangle(window, X1, Y1, X2, Y2, X3, Y3, color) ^ triangle.c:24:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_WriteTriangle(window, x, y, s, t, color) ^ 2 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o color.o color.c color.c:80:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void W_SetRGB16(color, r, g, b) ^ 1 warning generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o image.o image.c image.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_SetImageDir(dir) ^ image.c:15:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_FreeImage(image) ^ image.c:30:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_BitmapToImage(width, height, bits) ^ image.c:53:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void check_loaded(image) ^ image.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_CreateCombinedImage(imagelist,color) ^ image.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_LoadImage(image) ^ image.c:284:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DrawImageNoClip(window, x, y, frame, image, color) ^ image.c:324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_OverlayImage(window, x, y, frame, image, overframe, overimage,color) ^ image.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DrawImage(window, x, y, frame, image, color) ^ image.c:446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DrawImageOr(window, x, y, frame, image, color) ^ image.c:468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_DrawImageBar(win, x, y, len, image) ^ 11 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o menu.o menu.c menu.c:4:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_MakeMenu(name, x, y, width, height, parent, border) ^ menu.c:15:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redrawMenuItem(win, n) ^ menu.c:39:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redrawMenu(win) ^ menu.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] changeMenuItem(win, n, color, str, len, font) ^ menu.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_ResizeMenu(window, neww, newh)/* TSH 2/93 */ ^ 5 warnings generated. clang -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -c -o scroll.o scroll.c scroll.c:6:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AddToScrolling(win, color, str, len) ^ scroll.c:40:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redrawScrolling(win) ^ scroll.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] W_SetSensitive(window, v) ^ scroll.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] resizeScrolling(win, width, height) ^ 4 warnings generated. rm -f libsprite.a ar rc libsprite.a border.o cursor.o init.o misc.o sector.o buffer.o data.o line.o mouse.o text.o circle.o event.o makewindow.o point.o tile.o cleararea.o fill.o mapwindow.o scale.o triangle.o color.o image.o menu.o scroll.o ranlib libsprite.a make[1]: Leaving directory '/Users/pbulk/build/games/xgalaga/work/xgalaga-2.1.1.0/libsprite' clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c main.c -o main.o main.c:826:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void do_player(mx, my, but) ^ main.c:1273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 2 warnings generated. clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c images.c -o images.o images.c:6893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getImage(offset) ^ images.c:6907:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cmpfilenames(left,right) ^ images.c:6914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loadImageByFilename(filename) ^ 3 warnings generated. clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c data.c -o data.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c paths.c -o paths.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c pathfile.c -o pathfile.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c title.c -o title.o title.c:21:7: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] const LINESIZE= 70; ~~~~~ ^ int title.c:22:7: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] const VISIBLELINES=7; ~~~~~ ^ int title.c:23:7: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] const SPEEDFACTOR=5; ~~~~~ ^ int title.c:173:3: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 4 warnings generated. clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c explosions.c -o explosions.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c score.c -o score.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c highscore.c -o highscore.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c prize.c -o prize.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c sound.c -o sound.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c nas_sound.c -o nas_sound.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c frate.c -o frate.o clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -DORIGINAL_XGALAGA -c linux-joystick.c -o linux-joystick.o linux-joystick.c:84:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] js_device=0; ^ int 1 warning generated. rm -f xgalaga clang -L/opt/pkg/lib -o xgalaga main.o images.o data.o paths.o pathfile.o title.o explosions.o score.o highscore.o prize.o sound.o nas_sound.o frate.o linux-joystick.o libsprite/libsprite.a -L/opt/pkg/lib -lX11 -lXmu -lXt -lXext -lXpm -L/opt/pkg/lib -R/opt/pkg/lib clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c main.c -o main.o.hyper main.c:826:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void do_player(mx, my, but) ^ main.c:1273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 2 warnings generated. clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c images.c -o images.o.hyper images.c:6893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getImage(offset) ^ images.c:6907:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cmpfilenames(left,right) ^ images.c:6914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loadImageByFilename(filename) ^ 3 warnings generated. clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c data.c -o data.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c paths.c -o paths.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c pathfile.c -o pathfile.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c title.c -o title.o.hyper title.c:21:7: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] const LINESIZE= 70; ~~~~~ ^ int title.c:22:7: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] const VISIBLELINES=7; ~~~~~ ^ int title.c:23:7: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] const SPEEDFACTOR=5; ~~~~~ ^ int title.c:173:3: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 4 warnings generated. clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c explosions.c -o explosions.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c score.c -o score.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c highscore.c -o highscore.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c prize.c -o prize.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c sound.c -o sound.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c nas_sound.c -o nas_sound.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c frate.c -o frate.o.hyper clang -I. -pipe -Os -I/opt/pkg/include -DHAVE_CONFIG_H -I/opt/pkg/include -DXGALAGADIR=\"/opt/pkg/share/xgalaga/levels\" -DSOUNDSERVER=\"/opt/pkg/xgal.sndsrv\" -UORIGINAL_XGALAGA -c linux-joystick.c -o linux-joystick.o.hyper linux-joystick.c:84:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] js_device=0; ^ int 1 warning generated. rm -f xgalaga-hyperspace clang -L/opt/pkg/lib -o xgalaga-hyperspace main.o.hyper images.o.hyper data.o.hyper paths.o.hyper pathfile.o.hyper title.o.hyper explosions.o.hyper score.o.hyper highscore.o.hyper prize.o.hyper sound.o.hyper nas_sound.o.hyper frate.o.hyper linux-joystick.o.hyper libsprite/libsprite.a -L/opt/pkg/lib -lX11 -lXmu -lXt -lXext -lXpm -L/opt/pkg/lib -R/opt/pkg/lib gzip -c xgalaga.6x > xgalaga.6x.gz