Skip to content

Instantly share code, notes, and snippets.

@Phyllostachys
Created March 9, 2017 12:59
Show Gist options
  • Save Phyllostachys/933ea1029a6b49f3dc64ccb6176ec3ef to your computer and use it in GitHub Desktop.
Save Phyllostachys/933ea1029a6b49f3dc64ccb6176ec3ef to your computer and use it in GitHub Desktop.
raylib MinGW-w64 build output
$ make
gcc -c utils.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC
In file included from rres.h:129:0,
from utils.c:60:
external/tinfl.c: In function 'tinfl_decompress':
external/tinfl.c:301:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for ( i = 0; i <= 143; ++i) *p++ = 8; for ( ; i <= 255; ++i) *p++ = 9; for ( ; i <= 279; ++i) *p++ = 7; for ( ; i <= 287; ++i) *p++ = 8;
^~~
external/tinfl.c:301:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for ( i = 0; i <= 143; ++i) *p++ = 8; for ( ; i <= 255; ++i) *p++ = 9; for ( ; i <= 279; ++i) *p++ = 7; for ( ; i <= 287; ++i) *p++ = 8;
^~~
gcc -c text.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DBUILDING_STATIC
text.c: In function 'LoadRBMF':
text.c:710:7: warning: typedef 'rbmfInfoHeader' locally defined but not used [-Wunused-local-typedefs]
} rbmfInfoHeader;
^~~~~~~~~~~~~~
In file included from text.c:52:0:
At top level:
external/stb_truetype.h:3958:15: warning: 'stbtt_CompareUTF8toUTF16_bigendian' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3953:15: warning: 'stbtt_FindMatchingFont' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags)
^~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3943:15: warning: 'stbtt_GetNumberOfFonts' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data)
^~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3818:23: warning: 'stbtt_GetFontNameString' defined but not used [-Wunused-function]
STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID)
^~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3738:16: warning: 'stbtt_GetPackedQuad' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer)
^~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3726:15: warning: 'stbtt_PackFontRange' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index, float font_size,
^~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3425:16: warning: 'stbtt_PackSetOversampling' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample)
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3419:16: warning: 'stbtt_PackEnd' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc)
^~~~~~~~~~~~~
external/stb_truetype.h:3388:15: warning: 'stbtt_PackBegin' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
^~~~~~~~~~~~~~~
external/stb_truetype.h:3290:16: warning: 'stbtt_GetBakedQuad' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
^~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3233:16: warning: 'stbtt_MakeCodepointBitmap' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint)
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3228:26: warning: 'stbtt_GetCodepointBitmap' defined but not used [-Wunused-function]
STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff)
^~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3189:26: warning: 'stbtt_GetGlyphBitmap' defined but not used [-Wunused-function]
STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff)
^~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3144:16: warning: 'stbtt_FreeBitmap' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata)
^~~~~~~~~~~~~~~~
external/stb_truetype.h:2261:16: warning: 'stbtt_GetCodepointBitmapBox' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2223:16: warning: 'stbtt_FreeShape' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v)
^~~~~~~~~~~~~~~
external/stb_truetype.h:2203:16: warning: 'stbtt_GetFontBoundingBox' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1)
^~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2196:16: warning: 'stbtt_GetFontVMetrics' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap)
^~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2191:16: warning: 'stbtt_GetCodepointHMetrics' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWidth, int *leftSideBearing)
^~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2184:16: warning: 'stbtt_GetCodepointKernAdvance' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:1478:15: warning: 'stbtt_IsGlyphEmpty' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index)
^~~~~~~~~~~~~~~~~~
external/stb_truetype.h:1473:15: warning: 'stbtt_GetCodepointBox' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1)
^~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:1421:15: warning: 'stbtt_GetCodepointShape' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices)
^~~~~~~~~~~~~~~~~~~~~~~
gcc -c textures.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -DBUILDING_STATIC
In file included from textures.c:79:0:
external/stb_image_resize.h: In function 'stbir__resample_horizontal_upsample':
external/stb_image_resize.h:1438:9: warning: unused variable 'kernel_pixel_width' [-Wunused-variable]
int kernel_pixel_width = stbir_info->horizontal_filter_pixel_width;
^~~~~~~~~~~~~~~~~~
external/stb_image_resize.h: In function 'stbir__resample_horizontal_downsample':
external/stb_image_resize.h:1523:9: warning: unused variable 'kernel_pixel_width' [-Wunused-variable]
int kernel_pixel_width = stbir_info->horizontal_filter_pixel_width;
^~~~~~~~~~~~~~~~~~
external/stb_image_resize.h:1522:9: warning: unused variable 'output_w' [-Wunused-variable]
int output_w = stbir_info->output_w;
^~~~~~~~
external/stb_image_resize.h: In function 'stbir__resample_vertical_upsample':
external/stb_image_resize.h:1879:9: warning: unused variable 'ring_buffer_last_scanline' [-Wunused-variable]
int ring_buffer_last_scanline = stbir_info->ring_buffer_last_scanline;
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_image_resize.h: In function 'stbir__resample_vertical_downsample':
external/stb_image_resize.h:1993:9: warning: unused variable 'ring_buffer_last_scanline' [-Wunused-variable]
int ring_buffer_last_scanline = stbir_info->ring_buffer_last_scanline;
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_image_resize.h:1985:11: warning: unused variable 'output_data' [-Wunused-variable]
void* output_data = stbir_info->output_data;
^~~~~~~~~~~
external/stb_image_resize.h:1980:9: warning: unused variable 'output_h' [-Wunused-variable]
int output_h = stbir_info->output_h;
^~~~~~~~
At top level:
external/stb_image_resize.h:559:26: warning: 'stbir__max' defined but not used [-Wunused-function]
static stbir__inline int stbir__max(int a, int b)
^~~~~~~~~~
gcc -c models.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC
gcc -c shapes.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DBUILDING_STATIC
gcc -c audio.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC -DSHARED_OPENAL
audio.c: In function 'UpdateMusicStream':
audio.c:820:25: warning: unused variable 'numSamplesOgg' [-Wunused-variable]
int numSamplesOgg = stb_vorbis_get_samples_short_interleaved(music->ctxOgg, music->stream.channels, (short *)pcm, samplesCount*music->stream.channels);
^~~~~~~~~~~~~
audio.c:826:34: warning: unused variable 'numSamplesFlac' [-Wunused-variable]
unsigned int numSamplesFlac = (unsigned int)drflac_read_s16(music->ctxFlac, samplesCount*music->stream.channels, (short *)pcm);
^~~~~~~~~~~~~~
gcc -c core.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC
gcc -c rlgl.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DGRAPHICS_API_OPENGL_33
# compile raylib static library.
ar rcs ../release/win32/mingw32/libraylib.a utils.o text.o textures.o models.o shapes.o audio.o core.o rlgl.o external/stb_vorbis.o
libraylib.a generated (static library)!
expected OpenAL Soft shared library linking
$ make
gcc -c utils.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D PLATFORM_DESKTOP -D BUILDING_STATIC utils.c -quiet -dumpbase utils.c -mtune=generic -march=x86-64 -auxbase utils -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\cc8kt7p9.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
In file included from rres.h:129:0,
from utils.c:60:
external/tinfl.c: In function 'tinfl_decompress':
external/tinfl.c:301:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for ( i = 0; i <= 143; ++i) *p++ = 8; for ( ; i <= 255; ++i) *p++ = 9; for ( ; i <= 279; ++i) *p++ = 7; for ( ; i <= 287; ++i) *p++ = 8;
^~~
external/tinfl.c:301:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for ( i = 0; i <= 143; ++i) *p++ = 8; for ( ; i <= 255; ++i) *p++ = 9; for ( ; i <= 279; ++i) *p++ = 7; for ( ; i <= 287; ++i) *p++ = 8;
^~~
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o utils.o C:\Programs\msys64\tmp\cc8kt7p9.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
gcc -c text.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DBUILDING_STATIC
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D BUILDING_STATIC text.c -quiet -dumpbase text.c -mtune=generic -march=x86-64 -auxbase text -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\ccZR2X9D.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
text.c: In function 'LoadRBMF':
text.c:710:7: warning: typedef 'rbmfInfoHeader' locally defined but not used [-Wunused-local-typedefs]
} rbmfInfoHeader;
^~~~~~~~~~~~~~
In file included from text.c:52:0:
At top level:
external/stb_truetype.h:3958:15: warning: 'stbtt_CompareUTF8toUTF16_bigendian' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3953:15: warning: 'stbtt_FindMatchingFont' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags)
^~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3943:15: warning: 'stbtt_GetNumberOfFonts' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data)
^~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3818:23: warning: 'stbtt_GetFontNameString' defined but not used [-Wunused-function]
STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID)
^~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3738:16: warning: 'stbtt_GetPackedQuad' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer)
^~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3726:15: warning: 'stbtt_PackFontRange' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index, float font_size,
^~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3425:16: warning: 'stbtt_PackSetOversampling' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample)
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3419:16: warning: 'stbtt_PackEnd' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc)
^~~~~~~~~~~~~
external/stb_truetype.h:3388:15: warning: 'stbtt_PackBegin' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
^~~~~~~~~~~~~~~
external/stb_truetype.h:3290:16: warning: 'stbtt_GetBakedQuad' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
^~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3233:16: warning: 'stbtt_MakeCodepointBitmap' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint)
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3228:26: warning: 'stbtt_GetCodepointBitmap' defined but not used [-Wunused-function]
STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff)
^~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3189:26: warning: 'stbtt_GetGlyphBitmap' defined but not used [-Wunused-function]
STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff)
^~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:3144:16: warning: 'stbtt_FreeBitmap' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata)
^~~~~~~~~~~~~~~~
external/stb_truetype.h:2261:16: warning: 'stbtt_GetCodepointBitmapBox' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2223:16: warning: 'stbtt_FreeShape' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v)
^~~~~~~~~~~~~~~
external/stb_truetype.h:2203:16: warning: 'stbtt_GetFontBoundingBox' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1)
^~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2196:16: warning: 'stbtt_GetFontVMetrics' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap)
^~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2191:16: warning: 'stbtt_GetCodepointHMetrics' defined but not used [-Wunused-function]
STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWidth, int *leftSideBearing)
^~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:2184:16: warning: 'stbtt_GetCodepointKernAdvance' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:1478:15: warning: 'stbtt_IsGlyphEmpty' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index)
^~~~~~~~~~~~~~~~~~
external/stb_truetype.h:1473:15: warning: 'stbtt_GetCodepointBox' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1)
^~~~~~~~~~~~~~~~~~~~~
external/stb_truetype.h:1421:15: warning: 'stbtt_GetCodepointShape' defined but not used [-Wunused-function]
STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices)
^~~~~~~~~~~~~~~~~~~~~~~
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o text.o C:\Programs\msys64\tmp\ccZR2X9D.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
gcc -c textures.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -DBUILDING_STATIC
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'GRAPHICS_API_OPENGL_33' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D PLATFORM_DESKTOP -D GRAPHICS_API_OPENGL_33 -D BUILDING_STATIC textures.c -quiet -dumpbase textures.c -mtune=generic -march=x86-64 -auxbase textures -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\ccarCrLg.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
In file included from textures.c:79:0:
external/stb_image_resize.h: In function 'stbir__resample_horizontal_upsample':
external/stb_image_resize.h:1438:9: warning: unused variable 'kernel_pixel_width' [-Wunused-variable]
int kernel_pixel_width = stbir_info->horizontal_filter_pixel_width;
^~~~~~~~~~~~~~~~~~
external/stb_image_resize.h: In function 'stbir__resample_horizontal_downsample':
external/stb_image_resize.h:1523:9: warning: unused variable 'kernel_pixel_width' [-Wunused-variable]
int kernel_pixel_width = stbir_info->horizontal_filter_pixel_width;
^~~~~~~~~~~~~~~~~~
external/stb_image_resize.h:1522:9: warning: unused variable 'output_w' [-Wunused-variable]
int output_w = stbir_info->output_w;
^~~~~~~~
external/stb_image_resize.h: In function 'stbir__resample_vertical_upsample':
external/stb_image_resize.h:1879:9: warning: unused variable 'ring_buffer_last_scanline' [-Wunused-variable]
int ring_buffer_last_scanline = stbir_info->ring_buffer_last_scanline;
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_image_resize.h: In function 'stbir__resample_vertical_downsample':
external/stb_image_resize.h:1993:9: warning: unused variable 'ring_buffer_last_scanline' [-Wunused-variable]
int ring_buffer_last_scanline = stbir_info->ring_buffer_last_scanline;
^~~~~~~~~~~~~~~~~~~~~~~~~
external/stb_image_resize.h:1985:11: warning: unused variable 'output_data' [-Wunused-variable]
void* output_data = stbir_info->output_data;
^~~~~~~~~~~
external/stb_image_resize.h:1980:9: warning: unused variable 'output_h' [-Wunused-variable]
int output_h = stbir_info->output_h;
^~~~~~~~
At top level:
external/stb_image_resize.h:559:26: warning: 'stbir__max' defined but not used [-Wunused-function]
static stbir__inline int stbir__max(int a, int b)
^~~~~~~~~~
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'GRAPHICS_API_OPENGL_33' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o textures.o C:\Programs\msys64\tmp\ccarCrLg.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'GRAPHICS_API_OPENGL_33' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
gcc -c models.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D PLATFORM_DESKTOP -D BUILDING_STATIC models.c -quiet -dumpbase models.c -mtune=generic -march=x86-64 -auxbase models -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\ccLzv1e7.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o models.o C:\Programs\msys64\tmp\ccLzv1e7.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
gcc -c shapes.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DBUILDING_STATIC
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D BUILDING_STATIC shapes.c -quiet -dumpbase shapes.c -mtune=generic -march=x86-64 -auxbase shapes -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\cckhV3rv.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o shapes.o C:\Programs\msys64\tmp\cckhV3rv.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
gcc -c audio.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC -DSHARED_OPENAL
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-D' 'SHARED_OPENAL' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D PLATFORM_DESKTOP -D BUILDING_STATIC -D SHARED_OPENAL audio.c -quiet -dumpbase audio.c -mtune=generic -march=x86-64 -auxbase audio -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\ccSW3ytN.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
audio.c: In function 'UpdateMusicStream':
audio.c:820:25: warning: unused variable 'numSamplesOgg' [-Wunused-variable]
int numSamplesOgg = stb_vorbis_get_samples_short_interleaved(music->ctxOgg, music->stream.channels, (short *)pcm, samplesCount*music->stream.channels);
^~~~~~~~~~~~~
audio.c:826:34: warning: unused variable 'numSamplesFlac' [-Wunused-variable]
unsigned int numSamplesFlac = (unsigned int)drflac_read_s16(music->ctxFlac, samplesCount*music->stream.channels, (short *)pcm);
^~~~~~~~~~~~~~
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-D' 'SHARED_OPENAL' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o audio.o C:\Programs\msys64\tmp\ccSW3ytN.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-D' 'SHARED_OPENAL' '-mtune=generic' '-march=x86-64'
gcc -c core.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DPLATFORM_DESKTOP -DBUILDING_STATIC
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D PLATFORM_DESKTOP -D BUILDING_STATIC core.c -quiet -dumpbase core.c -mtune=generic -march=x86-64 -auxbase core -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\cc5CqMLZ.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o core.o C:\Programs\msys64\tmp\cc5CqMLZ.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'PLATFORM_DESKTOP' '-D' 'BUILDING_STATIC' '-mtune=generic' '-march=x86-64'
gcc -c rlgl.c -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces -v -I. -Iexternal -Iexternal/glfw3/include -Iexternal/openal_soft/include -DGRAPHICS_API_OPENGL_33
Using built-in specs.
COLLECT_GCC=C:\Programs\msys64\mingw64\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 6.3.0 (Rev2, Built by MSYS2 project)
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'GRAPHICS_API_OPENGL_33' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/cc1.exe -quiet -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -iprefix C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/ -D_REENTRANT -D GRAPHICS_API_OPENGL_33 rlgl.c -quiet -dumpbase rlgl.c -mtune=generic -march=x86-64 -auxbase rlgl -O1 -Wall -Wno-missing-braces -std=gnu99 -version -fgnu89-inline -o C:\Programs\msys64\tmp\cc0l9tlv.s
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/include"
ignoring nonexistent directory "/mingw64/include"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed"
ignoring duplicate directory "C:/Programs/msys64/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include"
ignoring nonexistent directory "C:/building/msys64/mingw64/x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
.
external
external/glfw3/include
external/openal_soft/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../include
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/include-fixed
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/include
End of search list.
GNU C99 (Rev2, Built by MSYS2 project) version 6.3.0 (x86_64-w64-mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5-p2, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bdbc00c2d895b1ff93d4c2cb4c58b5b1
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'GRAPHICS_API_OPENGL_33' '-mtune=generic' '-march=x86-64'
C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I . -I external -I external/glfw3/include -I external/openal_soft/include -o rlgl.o C:\Programs\msys64\tmp\cc0l9tlv.s
GNU assembler version 2.28 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.28
COMPILER_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/;C:/Programs/msys64/mingw64/bin/../lib/gcc/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Programs/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../
COLLECT_GCC_OPTIONS='-c' '-O1' '-Wall' '-std=gnu99' '-fgnu89-inline' '-Wno-missing-braces' '-v' '-I' '.' '-I' 'external' '-I' 'external/glfw3/include' '-I' 'external/openal_soft/include' '-D' 'GRAPHICS_API_OPENGL_33' '-mtune=generic' '-march=x86-64'
# compile raylib static library.
ar rcs ../release/win32/mingw32/libraylib.a utils.o text.o textures.o models.o shapes.o audio.o core.o rlgl.o external/stb_vorbis.o
libraylib.a generated (static library)!
expected OpenAL Soft shared library linking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment