-- Adding /home/allefant/allegro/build_mingw/deps to CMAKE_FIND_ROOT_PATH -- Using MINGDIR: /usr/i686-w64-mingw32 -- Allowing GCC/Clang to use SSE instructions -- Performing Test ALLEGRO_HAVE_PROCFS_ARGCV -- Performing Test ALLEGRO_HAVE_PROCFS_ARGCV - Failed -- Performing Test ALLEGRO_HAVE_SV_PROCFS_H -- Performing Test ALLEGRO_HAVE_SV_PROCFS_H - Failed Using OpenGL WARNING: FreeImage not found, disabling support -- Could NOT find WebP (missing: WEBP_INCLUDE_DIRS WEBP_LIBRARIES) WARNING: libwebp not found, disabling support -- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR) -- Could NOT find OPENSL (missing: OPENSL_INCLUDE_DIR OPENSL_LIBRARY) -- Could NOT find FLAC (missing: FLAC_INCLUDE_DIR FLAC_LIBRARY) WARNING: libFLAC not found or compile test failed, disabling support. -- Could NOT find DUMB (missing: DUMB_INCLUDE_DIR DUMB_LIBRARY) WARNING: libdumb >= 2.0 or <= 0.9.3 not found or compile test failed, disabling support. See for 2.0 or for 0.9.3. WARNING: Dynamic loading will be disabled for Vorbis as static library was found: /home/allefant/allegro/build_mingw/deps/lib/libvorbisfile.a -- Could NOT find OPUS (missing: OPUS_INCLUDE_DIR OPUS_LIBRARY OPUSFILE_LIBRARY) WARNING: libopus not found or compile test failed, disabling support. -- Could NOT find MiniMP3 (missing: MINIMP3_INCLUDE_DIRS) WARNING: minimp3 was not found -- Could NOT find PhysFS (missing: PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR) -- Could NOT find PHYSFS (missing: PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR) -- Could NOT find THEORA (missing: THEORA_INCLUDE_DIR THEORA_LIBRARY) WARNING: allegro_video wanted but no supported backend found -- Not building ex_physfs -- Not building ex_video -- Could NOT find ENET (missing: ENET_INCLUDE_DIR ENET_LIBRARY) -- Using git to determine git ref for documentation. -- Using 9de18401d51144071ee2943afdf7640e5d8e0287 as the git ref for source links in the documentation. -- Checking Pandoc version -- Configuring done -- Generating done -- Build files have been written to: /home/allefant/allegro/build_mingw make[1]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' Scanning dependencies of target allegro make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 0%] Building C object CMakeFiles/allegro.dir/src/debug.c.obj [ 0%] 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:24: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘DIRECT3DCREATE9PROC’ {aka ‘IDirect3D9* (__attribute__((stdcall)) *)(unsigned int)’} [-Wcast-function-type] 652 | _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:2330:25: warning: unused variable ‘d3d_display’ [-Wunused-variable] 2330 | ALLEGRO_DISPLAY_D3D *d3d_display = (ALLEGRO_DISPLAY_D3D *)d; | ^~~~~~~~~~~ [ 0%] 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:166:7: warning: cast between incompatible function types from ‘PROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘struct HGLRC__ * (__attribute__((stdcall)) *)(struct HDC__ *, struct HGLRC__ *, const int *)’ [-Wcast-function-type] 166 | (_ALLEGRO_wglCreateContextAttribsARB_t)wglGetProcAddress("wglCreateContextAttribsARB"); | ^ /home/allefant/allegro/git/src/win/wgl_disp.c: In function ‘init_ogl_context_ex’: /home/allefant/allegro/git/src/win/wgl_disp.c:650:9: warning: cast between incompatible function types from ‘PROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘const char * (__attribute__((stdcall)) *)(struct HDC__ *)’ [-Wcast-function-type] 650 | = (_ALLEGRO_wglGetExtensionsStringARB_t)wglGetProcAddress("wglGetExtensionsStringARB"); | ^ /home/allefant/allegro/git/src/win/wgl_disp.c:649:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 649 | _ALLEGRO_wglGetExtensionsStringARB_t _wglGetExtensionsStringARB | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/allefant/allegro/git/src/win/wgl_disp.c: In function ‘get_available_pixel_formats_ext’: /home/allefant/allegro/git/src/win/wgl_disp.c:718:9: warning: cast between incompatible function types from ‘PROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘const char * (__attribute__((stdcall)) *)(struct HDC__ *)’ [-Wcast-function-type] 718 | = (_ALLEGRO_wglGetExtensionsStringARB_t)wglGetProcAddress("wglGetExtensionsStringARB"); | ^ /home/allefant/allegro/git/src/win/wgl_disp.c:717:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 717 | _ALLEGRO_wglGetExtensionsStringARB_t _wglGetExtensionsStringARB | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/allefant/allegro/git/src/win/wgl_disp.c: In function ‘create_display_internals’: /home/allefant/allegro/git/src/win/wgl_disp.c:946:7: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 946 | bool fc = (disp->flags & ALLEGRO_OPENGL_FORWARD_COMPATIBLE) != 0; | ^~~~ /home/allefant/allegro/git/src/win/wgl_disp.c:981:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 981 | const int v = disp->ogl_extras->ogl_info.version; | ^~~~~ [ 0%] Linking CXX static library lib/liballegro-static.a make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 12%] Built target allegro make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 14%] Built target allegro_primitives make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 15%] Built target allegro_image make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 16%] Built target allegro_font make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 18%] Built target allegro_audio make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 19%] Built target allegro_acodec make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 20%] Built target allegro_ttf make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 20%] Built target allegro_color make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 20%] Built target allegro_memfile make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 21%] Built target allegro_dialog make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 21%] Built target allegro_main make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 26%] Built target copy_demo_data make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 26%] Linking CXX executable cosmic_protector.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 30%] Built target cosmic_protector make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 30%] Linking CXX executable speed.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 32%] Built target speed make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 38%] Built target copy_skater_data make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 51%] Built target copy_example_data make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 51%] Linking CXX executable skater.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 55%] Built target skater make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 59%] Built target copy_shooter_data make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 59%] Linking CXX executable shooter.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 61%] Built target shooter make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 61%] Linking CXX executable ex_multisample.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_multisample make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_fs_window.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_fs_window make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_mouse.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_mouse make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_mouse_warp.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_mouse_warp make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_touch_input.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_touch_input make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_projection.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_projection make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_lockbitmap.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_lockbitmap make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_joystick_events.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_joystick_events make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_icon2.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 62%] Built target ex_icon2 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 62%] Linking CXX executable ex_fs_resize.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 63%] Built target ex_fs_resize make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 63%] Linking CXX executable ex_vsync.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 63%] Built target ex_vsync make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 63%] Linking CXX executable ex_blend.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 64%] Built target ex_blend make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 64%] Linking CXX executable ex_dualies.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 64%] Built target ex_dualies make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 65%] Linking CXX executable ex_draw_bitmap.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 65%] Built target ex_draw_bitmap make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 65%] Linking CXX executable ex_disable_screensaver.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 65%] Built target ex_disable_screensaver make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 65%] Linking CXX executable ex_display_events.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 66%] Built target ex_display_events make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 67%] Linking CXX executable ex_reparent.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 67%] Built target ex_reparent make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 67%] Linking CXX executable ex_depth_target.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 67%] Built target ex_depth_target make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 67%] Linking CXX executable ex_nodisplay.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 67%] Built target ex_nodisplay make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 67%] Linking CXX executable ex_user_events.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 67%] Built target ex_user_events make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 68%] Linking CXX executable ex_camera.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 68%] Built target ex_camera make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 68%] Linking CXX executable ex_draw.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 68%] Built target ex_draw make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 68%] Linking CXX executable ex_blend_test.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 68%] Built target ex_blend_test make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 68%] Linking CXX executable ex_bitmap_flip.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 68%] Built target ex_bitmap_flip make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 68%] Linking CXX executable ex_window_title.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 69%] Built target ex_window_title make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 70%] Linking CXX executable ex_timer.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 70%] Built target ex_timer make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 71%] Linking CXX executable ex_path_test.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 71%] Built target ex_path_test make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 71%] Linking CXX executable ex_drawpixels.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 71%] Built target ex_drawpixels make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 71%] Linking CXX executable ex_clipboard.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 71%] Built target ex_clipboard make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 71%] Linking CXX executable ex_memfile.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 71%] Built target ex_memfile make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 71%] Linking CXX executable ex_loading_thread.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 72%] Built target ex_loading_thread make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 72%] Linking CXX executable ex_get_path.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 72%] Built target ex_get_path make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 72%] Linking CXX executable ex_bitmap.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 72%] Built target ex_bitmap make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 72%] Linking CXX executable ex_blend_target.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 73%] Built target ex_blend_target make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 73%] Linking CXX executable ex_blend_bench.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 73%] Built target ex_blend_bench make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 73%] Linking CXX executable ex_threads2.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 73%] Built target ex_threads2 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 74%] Linking CXX executable ex_depth_mask.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 74%] Built target ex_depth_mask make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 74%] Linking CXX executable ex_file_slice.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 74%] Built target ex_file_slice make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 74%] Linking CXX executable ex_blit.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 74%] Built target ex_blit make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 74%] Linking CXX executable ex_pixelformat.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 74%] Built target ex_pixelformat make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 75%] Linking CXX executable ex_mouse_cursor.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 75%] Built target ex_mouse_cursor make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 75%] Linking CXX executable ex_bitmap_file.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 75%] Built target ex_bitmap_file make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 75%] Linking CXX executable ex_window_constraints.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 75%] Built target ex_window_constraints make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 75%] Linking CXX executable ex_dir.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 75%] Built target ex_dir make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 76%] Linking CXX executable ex_membmp.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 76%] Built target ex_membmp make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 76%] Linking CXX executable ex_d3d.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 76%] Built target ex_d3d make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 76%] Linking CXX executable ex_blend2.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 76%] Built target ex_blend2 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 76%] Linking CXX executable ex_mixer_pp.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 77%] Built target ex_mixer_pp make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 77%] Linking CXX executable ex_joystick_hotplugging.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 77%] Built target ex_joystick_hotplugging make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 77%] Linking CXX executable ex_haptic.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 77%] Built target ex_haptic make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 77%] Linking CXX executable ex_clip.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 77%] Built target ex_clip make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 77%] Linking CXX executable ex_cpu.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 77%] Built target ex_cpu make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 77%] Linking CXX executable ex_haptic2.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 78%] Built target ex_haptic2 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 78%] Linking CXX executable ex_file.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 79%] Built target ex_file make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 80%] Linking CXX executable ex_audio_timer.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 80%] Built target ex_audio_timer make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 80%] Linking CXX executable ex_mouse_focus.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 80%] Built target ex_mouse_focus make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 80%] Linking CXX executable ex_multiwin.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 80%] Built target ex_multiwin make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 80%] Linking CXX executable ex_path.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 80%] Built target ex_path make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 80%] Linking CXX executable ex_noframe.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 80%] Built target ex_noframe make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 80%] Linking CXX executable ex_synth.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 80%] Built target ex_synth make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 80%] Linking CXX executable ex_polygon.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 80%] Built target ex_polygon make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 81%] Linking CXX executable ex_premulalpha.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 81%] Built target ex_premulalpha make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 81%] Linking CXX executable ex_resize2.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 81%] Built target ex_resize2 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 82%] Linking CXX executable ex_font.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 82%] Built target ex_font make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 82%] Linking CXX executable ex_prim_shader.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 82%] Built target ex_prim_shader make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 82%] Linking CXX executable ex_monitorinfo.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 82%] Built target ex_monitorinfo make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 82%] Linking CXX executable ex_resize.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 82%] Built target ex_resize make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 82%] Linking CXX executable ex_scale.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 82%] Built target ex_scale make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 82%] Linking CXX executable ex_prim.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 82%] Built target ex_prim make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 82%] Linking CXX executable ex_shader_multitex.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 82%] Built target ex_shader_multitex make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 83%] Linking CXX executable ex_shader.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 83%] Built target ex_shader make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 83%] Linking CXX executable ex_rotate.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 84%] Built target ex_rotate make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 84%] Linking CXX executable ex_shader_target.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 84%] Built target ex_shader_target make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 84%] Linking CXX executable ex_mixer_chain.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 84%] Built target ex_mixer_chain make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 84%] Linking CXX executable ex_subbitmap.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 84%] Built target ex_subbitmap make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 84%] Linking CXX executable ex_audio_props.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 84%] Built target ex_audio_props make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 84%] Linking CXX executable ex_threads.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_threads make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 85%] Linking CXX executable ex_lines.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_lines make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 85%] Linking CXX executable ex_timedwait.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_timedwait make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 85%] Linking CXX executable ex_utf8.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_utf8 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 85%] Linking CXX executable ex_multisample_target.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_multisample_target make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 85%] Linking CXX executable ex_expose.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_expose make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 85%] Linking CXX executable ex_winfull.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_winfull make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 85%] Linking CXX executable ex_transform.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 85%] Built target ex_transform make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 86%] Linking CXX executable ex_vertex_buffer.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 86%] Built target ex_vertex_buffer make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_color.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_color make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_windows.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_windows make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_window_maximized.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_window_maximized make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_glext.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_glext make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_compressed.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_compressed make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_opengl.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_opengl make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_palette.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_palette make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_timer_pause.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_timer_pause make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_font_justify.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_font_justify make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_font_multiline.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_font_multiline make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_logo.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 87%] Built target ex_logo make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 87%] Linking CXX executable ex_projection2.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 88%] Built target ex_projection2 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 89%] Linking CXX executable ex_kcm_direct.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 89%] Built target ex_kcm_direct make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 89%] Linking CXX executable ex_ttf.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 90%] Built target ex_ttf make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 90%] Linking CXX executable ex_acodec.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 90%] Built target ex_acodec make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 90%] Linking CXX executable ex_opengl_pixel_shader.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 91%] Built target ex_opengl_pixel_shader make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 91%] Linking CXX executable ex_acodec_multi.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 91%] Built target ex_acodec_multi make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 91%] Linking CXX executable ex_icon.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 91%] Built target ex_icon make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_audio_chain.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_audio_chain make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_config.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_config make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_haiku.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_haiku make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_mouse_events.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_mouse_events make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_record.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_record make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_filter.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_filter make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_record_name.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_record_name make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_resample_test.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 92%] Built target ex_resample_test make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 92%] Linking CXX executable ex_convert.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 93%] Built target ex_convert make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 93%] Linking CXX executable ex_display_options.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 93%] Built target ex_display_options make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 93%] Linking CXX executable ex_keyboard_events.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 93%] Built target ex_keyboard_events make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 93%] Linking CXX executable ex_saw.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 93%] Built target ex_saw make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 93%] Linking CXX executable ex_stream_file.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 93%] Built target ex_stream_file make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 94%] Linking CXX executable ex_native_filechooser.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 94%] Built target ex_native_filechooser make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 94%] Linking CXX executable ex_inject_events.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 95%] Built target ex_inject_events make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 95%] Linking CXX executable ex_color2.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 95%] Built target ex_color2 make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 95%] Linking CXX executable ex_stream_seek.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 96%] Built target ex_stream_seek make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 96%] Linking CXX executable ex_menu.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 96%] Built target ex_menu make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 96%] Linking CXX executable ex_keyboard_focus.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 96%] Built target ex_keyboard_focus make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 96%] Linking CXX executable ex_audio_simple.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 96%] Built target ex_audio_simple make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 97%] Linking CXX executable ex_gldepth.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 97%] Built target ex_gldepth make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' make[2]: Entering directory '/home/allefant/allegro/build_mingw' [ 98%] Linking CXX executable test_driver.exe make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [ 98%] Built target test_driver make[2]: Entering directory '/home/allefant/allegro/build_mingw' make[2]: Leaving directory '/home/allefant/allegro/build_mingw' [100%] Built target docs make[1]: Leaving directory '/home/allefant/allegro/build_mingw'