Scanning dependencies of target allegro [ 0%] Building C object CMakeFiles/allegro.dir/src/bitmap.c.obj [ 0%] Building C object CMakeFiles/allegro.dir/src/bitmap_draw.c.obj [ 0%] Building C object CMakeFiles/allegro.dir/src/bitmap_lock.c.obj [ 0%] Building C object CMakeFiles/allegro.dir/src/bitmap_pixel.c.obj [ 1%] Building C object CMakeFiles/allegro.dir/src/bitmap_type.c.obj [ 1%] Building C object CMakeFiles/allegro.dir/src/convert.c.obj [ 2%] Building C object CMakeFiles/allegro.dir/src/display.c.obj [ 2%] Building C object CMakeFiles/allegro.dir/src/drawing.c.obj [ 2%] Building C object CMakeFiles/allegro.dir/src/events.c.obj [ 2%] Building C object CMakeFiles/allegro.dir/src/evtsrc.c.obj [ 2%] Building C object CMakeFiles/allegro.dir/src/fullscreen_mode.c.obj [ 3%] Building C object CMakeFiles/allegro.dir/src/haptic.c.obj [ 3%] Building C object CMakeFiles/allegro.dir/src/joynu.c.obj [ 3%] Building C object CMakeFiles/allegro.dir/src/keybdnu.c.obj [ 4%] Building C object CMakeFiles/allegro.dir/src/memblit.c.obj [ 4%] Building C object CMakeFiles/allegro.dir/src/memdraw.c.obj [ 4%] Building C object CMakeFiles/allegro.dir/src/monitor.c.obj [ 4%] Building C object CMakeFiles/allegro.dir/src/mousenu.c.obj [ 4%] Building C object CMakeFiles/allegro.dir/src/mouse_cursor.c.obj [ 5%] Building C object CMakeFiles/allegro.dir/src/pixels.c.obj [ 5%] Building C object CMakeFiles/allegro.dir/src/shader.c.obj [ 5%] Building C object CMakeFiles/allegro.dir/src/system.c.obj /home/allefant/allegro/git/src/system.c: In function ‘al_install_system’: /home/allefant/allegro/git/src/system.c:267:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const char *min_bitmap_size = al_get_config_value( ^~~~~ [ 5%] Building C object CMakeFiles/allegro.dir/src/threads.c.obj [ 5%] Building C object CMakeFiles/allegro.dir/src/timernu.c.obj [ 5%] Building C object CMakeFiles/allegro.dir/src/tls.c.obj [ 5%] Building C object CMakeFiles/allegro.dir/src/touch_input.c.obj [ 6%] Building C object CMakeFiles/allegro.dir/src/transformations.c.obj /home/allefant/allegro/git/src/transformations.c: In function ‘al_transpose_transform’: /home/allefant/allegro/git/src/transformations.c:298:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] ALLEGRO_TRANSFORM t = *trans; ^~~~~~~~~~~~~~~~~ [ 6%] Building C object CMakeFiles/allegro.dir/src/tri_soft.c.obj [ 6%] Building C object CMakeFiles/allegro.dir/src/win/wclipboard.c.obj [ 6%] Building C object CMakeFiles/allegro.dir/src/win/whapall.c.obj [ 6%] Building CXX object CMakeFiles/allegro.dir/src/win/whaptic.cpp.obj [ 6%] Building C object CMakeFiles/allegro.dir/src/win/whapxi.c.obj [ 6%] Building C object CMakeFiles/allegro.dir/src/win/wjoyall.c.obj [ 6%] Building CXX object CMakeFiles/allegro.dir/src/win/wjoydxnu.cpp.obj /home/allefant/allegro/git/src/win/wjoydxnu.cpp: In function ‘BOOL joystick_enum_callback(LPCDIDEVICEINSTANCE, LPVOID)’: /home/allefant/allegro/git/src/win/wjoydxnu.cpp:994:39: warning: missing initializer for member ‘_LARGE_INTEGER::::HighPart’ [-Wmissing-field-initializers] LARGE_INTEGER due_time = { 0 }; ^ /home/allefant/allegro/git/src/win/wjoydxnu.cpp: In function ‘bool joydx_init_joystick()’: /home/allefant/allegro/git/src/win/wjoydxnu.cpp:1172:102: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘DIRECTINPUT8CREATEPROC’ {aka ‘long int (__attribute__((stdcall)) *)(HINSTANCE__*, long unsigned int, const _GUID&, void**, IUnknown*)’} [-Wcast-function-type] _al_dinput_create = (DIRECTINPUT8CREATEPROC)GetProcAddress(_al_dinput_module, "DirectInput8Create"); ^ [ 6%] Building C object CMakeFiles/allegro.dir/src/win/wjoyxi.c.obj /home/allefant/allegro/git/src/win/wjoyxi.c: In function ‘_imp_load_xinput_module_version’: /home/allefant/allegro/git/src/win/wjoyxi.c:204:24: warning: cast between incompatible function types from ‘FARPROC’ to ‘void (__attribute__((stdcall)) *)(BOOL)’ [-Wcast-function-type] _imp_XInputEnable = (XInputEnablePROC)GetProcAddress(_imp_xinput_module, "XInputEnable"); ^ [ 6%] Building C object CMakeFiles/allegro.dir/src/win/wkeyboard.c.obj [ 6%] Building C object CMakeFiles/allegro.dir/src/win/wmcursor.c.obj [ 6%] Building C object CMakeFiles/allegro.dir/src/win/wmouse.c.obj [ 7%] Building C object CMakeFiles/allegro.dir/src/win/wsystem.c.obj /home/allefant/allegro/git/src/win/wsystem.c: In function ‘_WinMain’: /home/allefant/allegro/git/src/win/wsystem.c:117:10: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] while ((argbuf[i]) && ((q) ? (argbuf[i] != q) : (!isspace(argbuf[i])))) ^~~~~ /home/allefant/allegro/git/src/win/wsystem.c:120:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ if (argbuf[i]) { ^~ /home/allefant/allegro/git/src/win/wsystem.c: At top level: /home/allefant/allegro/git/src/win/wsystem.c:528:15: warning: no previous declaration for ‘monitor_enum_proc’ [-Wmissing-declarations] BOOL CALLBACK monitor_enum_proc(HMONITOR hMonitor, HDC hdcMonitor, LPRECT lprcMonitor, LPARAM dwData) ^~~~~~~~~~~~~~~~~ /home/allefant/allegro/git/src/win/wsystem.c: In function ‘monitor_enum_proc’: /home/allefant/allegro/git/src/win/wsystem.c:528:56: warning: unused parameter ‘hdcMonitor’ [-Wunused-parameter] BOOL CALLBACK monitor_enum_proc(HMONITOR hMonitor, HDC hdcMonitor, LPRECT lprcMonitor, LPARAM dwData) ~~~~^~~~~~~~~~ /home/allefant/allegro/git/src/win/wsystem.c:528:75: warning: unused parameter ‘lprcMonitor’ [-Wunused-parameter] BOOL CALLBACK monitor_enum_proc(HMONITOR hMonitor, HDC hdcMonitor, LPRECT lprcMonitor, LPARAM dwData) ~~~~~~~^~~~~~~~~~~ /home/allefant/allegro/git/src/win/wsystem.c: In function ‘win_get_monitor_dpi’: /home/allefant/allegro/git/src/win/wsystem.c:584:52: warning: pointer targets in passing argument 3 of ‘imp_GetDpiForMonitor’ differ in signedness [-Wpointer-sign] imp_GetDpiForMonitor(win_get_monitor(&info), 0, &dpi_hori, &dpi_vert); ^~~~~~~~~ /home/allefant/allegro/git/src/win/wsystem.c:584:52: note: expected ‘UINT *’ {aka ‘unsigned int *’} but argument is of type ‘int *’ /home/allefant/allegro/git/src/win/wsystem.c:584:63: warning: pointer targets in passing argument 4 of ‘imp_GetDpiForMonitor’ differ in signedness [-Wpointer-sign] imp_GetDpiForMonitor(win_get_monitor(&info), 0, &dpi_hori, &dpi_vert); ^~~~~~~~~ /home/allefant/allegro/git/src/win/wsystem.c:584:63: note: expected ‘UINT *’ {aka ‘unsigned int *’} but argument is of type ‘int *’ [ 7%] Building C object CMakeFiles/allegro.dir/src/win/wthread.c.obj [ 7%] Building C object CMakeFiles/allegro.dir/src/win/wtime.c.obj [ 7%] Building C object CMakeFiles/allegro.dir/src/win/wtouch_input.c.obj [ 7%] Building C object CMakeFiles/allegro.dir/src/win/wwindow.c.obj /home/allefant/allegro/git/src/win/wwindow.c: In function ‘_al_win_apply_window_constraints’: /home/allefant/allegro/git/src/win/wwindow.c:1331:70: warning: unused parameter ‘onoff’ [-Wunused-parameter] void _al_win_apply_window_constraints(ALLEGRO_DISPLAY *display, bool onoff) ^ [ 8%] Building CXX object CMakeFiles/allegro.dir/src/win/d3d_bmp.cpp.obj /home/allefant/allegro/git/src/win/d3d_bmp.cpp: In function ‘bool d3d_upload_bitmap(ALLEGRO_BITMAP*)’: /home/allefant/allegro/git/src/win/d3d_bmp.cpp:703:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] if (d3d_bmp->texture_w < system->min_bitmap_size) d3d_bmp->texture_w = system->min_bitmap_size; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/allefant/allegro/git/src/win/d3d_bmp.cpp:704:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] if (d3d_bmp->texture_h < system->min_bitmap_size) d3d_bmp->texture_h = system->min_bitmap_size; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object CMakeFiles/allegro.dir/src/win/d3d_disp.cpp.obj /home/allefant/allegro/git/src/win/d3d_disp.cpp: In function ‘bool d3d_init_display()’: /home/allefant/allegro/git/src/win/d3d_disp.cpp:652:93: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘DIRECT3DCREATE9PROC’ {aka ‘IDirect3D9* (__attribute__((stdcall)) *)(unsigned int)’} [-Wcast-function-type] _al_d3d_create = (DIRECT3DCREATE9PROC)GetProcAddress(_al_d3d_module, "Direct3DCreate9"); ^ /home/allefant/allegro/git/src/win/d3d_disp.cpp: In function ‘bool d3d_resize_display(ALLEGRO_DISPLAY*, int, int)’: /home/allefant/allegro/git/src/win/d3d_disp.cpp:2327:25: warning: unused variable ‘d3d_display’ [-Wunused-variable] ALLEGRO_DISPLAY_D3D *d3d_display = (ALLEGRO_DISPLAY_D3D *)d; ^~~~~~~~~~~ [ 8%] Building CXX object CMakeFiles/allegro.dir/src/win/d3d_display_formats.cpp.obj [ 8%] Building CXX object CMakeFiles/allegro.dir/src/win/d3d_render_state.cpp.obj [ 8%] Building CXX object CMakeFiles/allegro.dir/src/win/d3d_shader.cpp.obj [ 8%] Building CXX object CMakeFiles/allegro.dir/src/win/d3d_d3dx9.cpp.obj /home/allefant/allegro/git/src/win/d3d_d3dx9.cpp: In function ‘bool _imp_load_d3dx9_module_version(int)’: /home/allefant/allegro/git/src/win/d3d_d3dx9.cpp:73:114: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘_ALLEGRO_D3DXCREATEEFFECTPROC’ {aka ‘long int (__attribute__((stdcall)) *)(IDirect3DDevice9*, const void*, unsigned int, const _D3DXMACRO*, ID3DXInclude*, long unsigned int, ID3DXEffectPool*, ID3DXEffect**, ID3DXBuffer**)’} [-Wcast-function-type] _al_imp_D3DXCreateEffect = (_ALLEGRO_D3DXCREATEEFFECTPROC)GetProcAddress(_imp_d3dx9_module, "D3DXCreateEffect"); ^ /home/allefant/allegro/git/src/win/d3d_d3dx9.cpp:81:93: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘_ALLEGRO_D3DXLSFLSPROC’ {aka ‘long int (__attribute__((stdcall)) *)(IDirect3DSurface9*, const tagPALETTEENTRY*, const tagRECT*, IDirect3DSurface9*, const tagPALETTEENTRY*, const tagRECT*, long unsigned int, long unsigned int)’} [-Wcast-function-type] (_ALLEGRO_D3DXLSFLSPROC)GetProcAddress(_imp_d3dx9_module, "D3DXLoadSurfaceFromSurface"); ^ [ 8%] Building C object CMakeFiles/allegro.dir/src/opengl/extensions.c.obj /home/allefant/allegro/git/src/opengl/extensions.c: In function ‘_al_ogl_version’: /home/allefant/allegro/git/src/opengl/extensions.c:148:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const char *str; ^~~~~ [ 9%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_bitmap.c.obj /home/allefant/allegro/git/src/opengl/ogl_bitmap.c: In function ‘ogl_lock_compressed_region’: /home/allefant/allegro/git/src/opengl/ogl_bitmap.c:783:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int previous_alignment; ^~~ /home/allefant/allegro/git/src/opengl/ogl_bitmap.c: In function ‘ogl_unlock_compressed_region’: /home/allefant/allegro/git/src/opengl/ogl_bitmap.c:910:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int previous_alignment; ^~~ /home/allefant/allegro/git/src/opengl/ogl_bitmap.c: In function ‘al_remove_opengl_fbo’: /home/allefant/allegro/git/src/opengl/ogl_bitmap.c:1169:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] ALLEGRO_FBO_INFO *info = ogl_bitmap->fbo_info; ^~~~~~~~~~~~~~~~ [ 9%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_display.c.obj [ 9%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_draw.c.obj [ 9%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_fbo.c.obj /home/allefant/allegro/git/src/opengl/ogl_fbo.c: In function ‘attach_depth_buffer’: /home/allefant/allegro/git/src/opengl/ogl_fbo.c:185:7: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int samples = al_get_bitmap_samples(info->owner); ^~~ /home/allefant/allegro/git/src/opengl/ogl_fbo.c:211:7: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] GLint e = glGetError(); ^~~~~ /home/allefant/allegro/git/src/opengl/ogl_fbo.c: In function ‘attach_multisample_buffer’: /home/allefant/allegro/git/src/opengl/ogl_fbo.c:250:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] ALLEGRO_DISPLAY *display = _al_get_bitmap_display(info->owner); ^~~~~~~~~~~~~~~ /home/allefant/allegro/git/src/opengl/ogl_fbo.c: In function ‘_al_ogl_finalize_fbo’: /home/allefant/allegro/git/src/opengl/ogl_fbo.c:513:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] ALLEGRO_FBO_INFO *info = extra->fbo_info; ^~~~~~~~~~~~~~~~ /home/allefant/allegro/git/src/opengl/ogl_fbo.c:520:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int w = al_get_bitmap_width(bitmap); ^~~ [ 9%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_lock.c.obj /home/allefant/allegro/git/src/opengl/ogl_lock.c: In function ‘_al_ogl_lock_region_new’: /home/allefant/allegro/git/src/opengl/ogl_lock.c:139:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int previous_alignment; ^~~ /home/allefant/allegro/git/src/opengl/ogl_lock.c: In function ‘ogl_unlock_region_non_readonly’: /home/allefant/allegro/git/src/opengl/ogl_lock.c:464:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int previous_alignment; ^~~ [ 9%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_lock_es.c.obj [ 9%] Building C object CMakeFiles/allegro.dir/src/win/wgl_disp.c.obj /home/allefant/allegro/git/src/win/wgl_disp.c: In function ‘init_context_creation_extensions’: /home/allefant/allegro/git/src/win/wgl_disp.c:162:7: warning: cast between incompatible function types from ‘PROC’ to ‘struct HGLRC__ * (__attribute__((stdcall)) *)(struct HDC__ *, struct HGLRC__ *, const int *)’ [-Wcast-function-type] (_ALLEGRO_wglCreateContextAttribsARB_t)wglGetProcAddress("wglCreateContextAttribsARB"); ^ /home/allefant/allegro/git/src/win/wgl_disp.c: In function ‘create_display_internals’: /home/allefant/allegro/git/src/win/wgl_disp.c:932:7: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] bool fc = (disp->flags & ALLEGRO_OPENGL_FORWARD_COMPATIBLE) != 0; ^~~~ /home/allefant/allegro/git/src/win/wgl_disp.c:967:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const int v = disp->ogl_extras->ogl_info.version; ^~~~~ /home/allefant/allegro/git/src/win/wgl_disp.c: In function ‘wgl_create_display’: /home/allefant/allegro/git/src/win/wgl_disp.c:1024:9: warning: cast between incompatible function types from ‘PROC’ to ‘const char * (__attribute__((stdcall)) *)(struct HDC__ *)’ [-Wcast-function-type] = (_ALLEGRO_wglGetExtensionsStringARB_t)wglGetProcAddress("wglGetExtensionsStringARB"); ^ /home/allefant/allegro/git/src/win/wgl_disp.c:1023:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] _ALLEGRO_wglGetExtensionsStringARB_t _wglGetExtensionsStringARB ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/allefant/allegro/git/src/win/wgl_disp.c: In function ‘wgl_resize_display’: /home/allefant/allegro/git/src/win/wgl_disp.c:1437:9: warning: cast between incompatible function types from ‘PROC’ to ‘const char * (__attribute__((stdcall)) *)(struct HDC__ *)’ [-Wcast-function-type] = (_ALLEGRO_wglGetExtensionsStringARB_t)wglGetProcAddress("wglGetExtensionsStringARB"); ^ /home/allefant/allegro/git/src/win/wgl_disp.c:1436:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] _ALLEGRO_wglGetExtensionsStringARB_t _wglGetExtensionsStringARB ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 9%] Linking CXX static library lib/liballegro-static.a [ 13%] Built target allegro Scanning dependencies of target allegro_primitives [ 13%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/line_soft.c.obj [ 13%] Building CXX object addons/primitives/CMakeFiles/allegro_primitives.dir/prim_directx.cpp.obj [ 13%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/primitives.c.obj [ 14%] Linking CXX static library ../../lib/liballegro_primitives-static.a [ 15%] Built target allegro_primitives Scanning dependencies of target allegro_image [ 15%] Building C object addons/image/CMakeFiles/allegro_image.dir/bmp.c.obj [ 15%] Building C object addons/image/CMakeFiles/allegro_image.dir/tga.c.obj [ 15%] Building CXX object addons/image/CMakeFiles/allegro_image.dir/gdiplus.cpp.obj [ 15%] Linking CXX static library ../../lib/liballegro_image-static.a [ 16%] Built target allegro_image Scanning dependencies of target allegro_font [ 16%] Building C object addons/font/CMakeFiles/allegro_font.dir/fontbmp.c.obj [ 16%] Building C object addons/font/CMakeFiles/allegro_font.dir/text.c.obj [ 16%] Linking CXX static library ../../lib/liballegro_font-static.a [ 17%] Built target allegro_font Scanning dependencies of target allegro_audio [ 17%] Building CXX object addons/audio/CMakeFiles/allegro_audio.dir/dsound.cpp.obj [ 18%] Linking CXX static library ../../lib/liballegro_audio-static.a [ 19%] Built target allegro_audio Scanning dependencies of target allegro_acodec [ 19%] Building C object addons/acodec/CMakeFiles/allegro_acodec.dir/helper.c.obj [ 19%] Building C object addons/acodec/CMakeFiles/allegro_acodec.dir/ogg.c.obj [ 19%] Linking CXX static library ../../lib/liballegro_acodec-static.a [ 20%] Built target allegro_acodec Scanning dependencies of target allegro_ttf [ 20%] Building C object addons/ttf/CMakeFiles/allegro_ttf.dir/ttf.c.obj /home/allefant/allegro/git/addons/ttf/ttf.c: In function ‘alloc_glyph_region’: /home/allefant/allegro/git/addons/ttf/ttf.c:268:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] REGION lock_rect; ^~~~~~ [ 20%] Linking CXX static library ../../lib/liballegro_ttf-static.a [ 20%] Built target allegro_ttf [ 20%] Built target allegro_color [ 21%] Built target allegro_memfile Scanning dependencies of target allegro_dialog [ 21%] Building C object addons/native_dialog/CMakeFiles/allegro_dialog.dir/dialog.c.obj [ 21%] Building C object addons/native_dialog/CMakeFiles/allegro_dialog.dir/textlog.c.obj [ 21%] Building C object addons/native_dialog/CMakeFiles/allegro_dialog.dir/menu.c.obj [ 21%] Building C object addons/native_dialog/CMakeFiles/allegro_dialog.dir/win_dialog.c.obj /home/allefant/allegro/git/addons/native_dialog/win_dialog.c: In function ‘_al_show_native_file_dialog’: /home/allefant/allegro/git/addons/native_dialog/win_dialog.c:325:10: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] char* tmp = _twin_tchar_to_utf8(buf + i); ^~~~ /home/allefant/allegro/git/addons/native_dialog/win_dialog.c: In function ‘wlog_do_append_native_text_log’: /home/allefant/allegro/git/addons/native_dialog/win_dialog.c:424:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] TCHAR* buf = _twin_utf8_to_tchar(al_cstr(textlog->tl_pending_text)); ^~~~~ [ 22%] Linking CXX static library ../../lib/liballegro_dialog-static.a [ 22%] Built target allegro_dialog [ 22%] Built target allegro_main [ 28%] Built target copy_demo_data [ 28%] Linking CXX executable cosmic_protector.exe [ 33%] Built target cosmic_protector [ 33%] Linking CXX executable speed.exe [ 35%] Built target speed [ 41%] Built target copy_skater_data [ 54%] Built target copy_example_data [ 54%] Linking CXX executable skater.exe [ 59%] Built target skater [ 59%] Linking CXX executable ex_menu.exe [ 59%] Built target ex_menu [ 59%] Linking CXX executable ex_native_filechooser.exe [ 60%] Built target ex_native_filechooser [ 60%] Linking CXX executable ex_stream_seek.exe [ 60%] Built target ex_stream_seek [ 61%] Linking CXX executable ex_saw.exe [ 61%] Built target ex_saw [ 61%] Linking CXX executable ex_resample_test.exe [ 61%] Built target ex_resample_test [ 61%] Linking CXX executable ex_record_name.exe [ 61%] Built target ex_record_name [ 62%] Linking CXX executable ex_record.exe [ 62%] Built target ex_record [ 62%] Linking CXX executable ex_mixer_pp.exe [ 63%] Built target ex_mixer_pp [ 63%] Linking CXX executable ex_mixer_chain.exe [ 63%] Built target ex_mixer_chain [ 63%] Linking CXX executable ex_kcm_direct.exe [ 63%] Built target ex_kcm_direct [ 63%] Linking CXX executable ex_haiku.exe [ 63%] Built target ex_haiku [ 63%] Linking CXX executable ex_audio_timer.exe [ 63%] Built target ex_audio_timer [ 63%] Linking CXX executable ex_audio_simple.exe [ 63%] Built target ex_audio_simple [ 63%] Linking CXX executable ex_audio_props.exe [ 64%] Built target ex_audio_props [ 64%] Linking CXX executable ex_audio_chain.exe [ 64%] Built target ex_audio_chain [ 64%] Linking CXX executable ex_acodec_multi.exe [ 64%] Built target ex_acodec_multi [ 65%] Linking CXX executable ex_ttf.exe [ 65%] Built target ex_ttf [ 65%] Linking CXX executable ex_camera.exe [ 66%] Built target ex_camera [ 66%] Linking CXX executable ex_projection2.exe [ 66%] Built target ex_projection2 [ 66%] Linking CXX executable ex_projection.exe [ 66%] Built target ex_projection [ 66%] Linking CXX executable ex_font_multiline.exe [ 66%] Built target ex_font_multiline [ 67%] Linking CXX executable ex_font_justify.exe [ 67%] Built target ex_font_justify [ 67%] Linking CXX executable ex_joystick_hotplugging.exe [ 67%] Built target ex_joystick_hotplugging [ 67%] Linking CXX executable ex_logo.exe [ 67%] Built target ex_logo [ 67%] Linking CXX executable ex_haptic.exe [ 67%] Built target ex_haptic [ 67%] Linking CXX executable ex_depth_target.exe [ 67%] Built target ex_depth_target [ 67%] Linking CXX executable ex_utf8.exe [ 67%] Built target ex_utf8 [ 67%] Linking CXX executable ex_drawpixels.exe [ 67%] Built target ex_drawpixels [ 67%] Linking CXX executable ex_draw.exe [ 68%] Built target ex_draw [ 68%] Linking CXX executable ex_nodisplay.exe [ 68%] Built target ex_nodisplay [ 68%] Linking CXX executable ex_threads2.exe [ 68%] Built target ex_threads2 [ 68%] Linking CXX executable ex_synth.exe [ 68%] Built target ex_synth [ 68%] Linking CXX executable ex_disable_screensaver.exe [ 69%] Built target ex_disable_screensaver [ 69%] Linking CXX executable ex_convert.exe [ 69%] Built target ex_convert [ 69%] Linking CXX executable ex_depth_mask.exe [ 69%] Built target ex_depth_mask [ 70%] Linking CXX executable ex_vertex_buffer.exe [ 70%] Built target ex_vertex_buffer [ 70%] Linking CXX executable ex_color2.exe [ 70%] Built target ex_color2 [ 70%] Linking CXX executable ex_config.exe [ 71%] Built target ex_config [ 71%] Linking CXX executable ex_draw_bitmap.exe [ 71%] Built target ex_draw_bitmap [ 71%] Linking CXX executable ex_lockbitmap.exe [ 71%] Built target ex_lockbitmap [ 71%] Linking CXX executable ex_multisample.exe [ 71%] Built target ex_multisample [ 71%] Linking CXX executable ex_path_test.exe [ 71%] Built target ex_path_test [ 71%] Linking CXX executable ex_timedwait.exe [ 71%] Built target ex_timedwait [ 71%] Linking CXX executable ex_cpu.exe [ 71%] Built target ex_cpu [ 71%] Linking CXX executable ex_icon2.exe [ 71%] Built target ex_icon2 [ 71%] Linking CXX executable ex_scale.exe [ 71%] Built target ex_scale [ 71%] Linking CXX executable ex_get_path.exe [ 71%] Built target ex_get_path [ 72%] Linking CXX executable ex_path.exe [ 72%] Built target ex_path [ 72%] Linking CXX executable ex_stream_file.exe [ 72%] Built target ex_stream_file [ 72%] Linking CXX executable ex_font.exe [ 72%] Built target ex_font [ 72%] Linking CXX executable ex_blit.exe [ 72%] Built target ex_blit [ 72%] Linking CXX executable ex_acodec.exe [ 72%] Built target ex_acodec [ 72%] Linking CXX executable ex_memfile.exe [ 72%] Built target ex_memfile [ 73%] Linking CXX executable ex_dualies.exe [ 73%] Built target ex_dualies [ 73%] Linking CXX executable ex_pixelformat.exe [ 73%] Built target ex_pixelformat [ 73%] Linking CXX executable ex_expose.exe [ 73%] Built target ex_expose [ 73%] Linking CXX executable ex_file.exe [ 73%] Built target ex_file [ 73%] Linking CXX executable ex_clipboard.exe [ 73%] Built target ex_clipboard [ 74%] Linking CXX executable ex_inject_events.exe [ 74%] Built target ex_inject_events [ 74%] Linking CXX executable ex_user_events.exe [ 74%] Built target ex_user_events [ 74%] Linking CXX executable ex_blend_bench.exe [ 74%] Built target ex_blend_bench [ 74%] Linking CXX executable ex_bitmap_file.exe [ 74%] Built target ex_bitmap_file [ 75%] Linking CXX executable ex_threads.exe [ 75%] Built target ex_threads [ 75%] Linking CXX executable ex_bitmap_flip.exe [ 75%] Built target ex_bitmap_flip [ 75%] Linking CXX executable ex_multiwin.exe [ 75%] Built target ex_multiwin [ 75%] Linking CXX executable ex_blend_test.exe [ 75%] Built target ex_blend_test [ 75%] Linking CXX executable ex_blend_target.exe [ 76%] Built target ex_blend_target [ 76%] Linking CXX executable ex_icon.exe [ 76%] Built target ex_icon [ 76%] Linking CXX executable ex_display_options.exe [ 76%] Built target ex_display_options [ 76%] Linking CXX executable ex_monitorinfo.exe [ 76%] Built target ex_monitorinfo [ 76%] Linking CXX executable ex_window_constraints.exe [ 76%] Built target ex_window_constraints [ 76%] Linking CXX executable ex_winfull.exe [ 76%] Built target ex_winfull [ 76%] Linking CXX executable ex_filter.exe [ 76%] Built target ex_filter [ 77%] Linking CXX executable ex_file_slice.exe [ 77%] Built target ex_file_slice [ 77%] Linking CXX executable ex_blend.exe [ 78%] Built target ex_blend [ 78%] Linking CXX executable ex_joystick_events.exe [ 78%] Built target ex_joystick_events [ 78%] Linking CXX executable ex_compressed.exe [ 78%] Built target ex_compressed [ 78%] Linking CXX executable ex_mouse_events.exe [ 78%] Built target ex_mouse_events [ 78%] Linking CXX executable ex_keyboard_events.exe [ 79%] Built target ex_keyboard_events [ 79%] Linking CXX executable ex_keyboard_focus.exe [ 79%] Built target ex_keyboard_focus [ 79%] Linking CXX executable ex_lines.exe [ 79%] Built target ex_lines [ 80%] Linking CXX executable ex_membmp.exe [ 80%] Built target ex_membmp [ 80%] Linking CXX executable ex_touch_input.exe [ 80%] Built target ex_touch_input [ 80%] Linking CXX executable ex_mouse.exe [ 80%] Built target ex_mouse [ 81%] Linking CXX executable ex_haptic2.exe [ 81%] Built target ex_haptic2 [ 81%] Linking CXX executable ex_mouse_cursor.exe [ 82%] Built target ex_mouse_cursor [ 82%] Linking CXX executable ex_mouse_focus.exe [ 82%] Built target ex_mouse_focus [ 82%] Linking CXX executable ex_prim.exe [ 82%] Built target ex_prim [ 82%] Linking CXX executable ex_fs_resize.exe [ 82%] Built target ex_fs_resize [ 82%] Linking CXX executable ex_display_events.exe [ 82%] Built target ex_display_events [ 83%] Linking CXX executable ex_fs_window.exe [ 83%] Built target ex_fs_window [ 83%] Linking CXX executable ex_timer.exe [ 83%] Built target ex_timer [ 84%] Linking CXX executable ex_mouse_warp.exe [ 84%] Built target ex_mouse_warp [ 84%] Linking CXX executable ex_multisample_target.exe [ 84%] Built target ex_multisample_target [ 84%] Linking CXX executable ex_noframe.exe [ 84%] Built target ex_noframe [ 84%] Linking CXX executable ex_windows.exe [ 84%] Built target ex_windows [ 84%] Linking CXX executable ex_polygon.exe [ 85%] Built target ex_polygon [ 85%] Linking CXX executable ex_bitmap.exe [ 86%] Built target ex_bitmap [ 86%] Linking CXX executable ex_premulalpha.exe [ 86%] Built target ex_premulalpha [ 87%] Linking CXX executable ex_prim_shader.exe [ 87%] Built target ex_prim_shader [ 87%] Linking CXX executable ex_reparent.exe [ 87%] Built target ex_reparent [ 87%] Linking CXX executable ex_window_maximized.exe [ 87%] Built target ex_window_maximized [ 87%] Linking CXX executable ex_resize.exe [ 88%] Built target ex_resize [ 89%] Linking CXX executable ex_glext.exe [ 89%] Built target ex_glext [ 89%] Linking CXX executable ex_resize2.exe [ 89%] Built target ex_resize2 [ 89%] Linking CXX executable ex_rotate.exe [ 89%] Built target ex_rotate [ 89%] Linking CXX executable ex_shader.exe [ 89%] Built target ex_shader [ 90%] Linking CXX executable ex_shader_multitex.exe [ 90%] Built target ex_shader_multitex [ 90%] Linking CXX executable ex_blend2.exe [ 90%] Built target ex_blend2 [ 90%] Linking CXX executable ex_shader_target.exe [ 90%] Built target ex_shader_target [ 90%] Linking CXX executable ex_subbitmap.exe [ 91%] Built target ex_subbitmap [ 92%] Linking CXX executable ex_loading_thread.exe [ 92%] Built target ex_loading_thread [ 92%] Linking CXX executable ex_transform.exe [ 92%] Built target ex_transform [ 92%] Linking CXX executable ex_timer_pause.exe [ 93%] Built target ex_timer_pause [ 93%] Linking CXX executable ex_dir.exe [ 93%] Built target ex_dir [ 93%] Linking CXX executable ex_vsync.exe [ 93%] Built target ex_vsync [ 93%] Linking CXX executable ex_clip.exe [ 93%] Built target ex_clip [ 93%] Linking CXX executable ex_window_title.exe [ 94%] Built target ex_window_title [ 95%] Linking CXX executable ex_d3d.exe [ 95%] Built target ex_d3d [ 95%] Linking CXX executable ex_color.exe [ 96%] Built target ex_color [ 96%] Linking CXX executable ex_gldepth.exe [ 96%] Built target ex_gldepth [ 96%] Linking CXX executable ex_opengl.exe [ 97%] Built target ex_opengl [ 97%] Linking CXX executable ex_opengl_pixel_shader.exe [ 97%] Built target ex_opengl_pixel_shader [ 97%] Linking CXX executable ex_palette.exe [ 97%] Built target ex_palette [ 98%] Linking CXX executable test_driver.exe [ 98%] Built target test_driver [100%] Built target docs