 in build/  
› make
Scanning dependencies of target allegro
[  0%] Building C object CMakeFiles/allegro.dir/src/allegro.c.o
[  0%] Building C object CMakeFiles/allegro.dir/src/bitmap_io.c.o
[  0%] Building C object CMakeFiles/allegro.dir/src/bitmap.c.o
[  0%] Building C object CMakeFiles/allegro.dir/src/blenders.c.o
[  1%] Building C object CMakeFiles/allegro.dir/src/config.c.o
[  1%] Building C object CMakeFiles/allegro.dir/src/convert.c.o
[  1%] Building C object CMakeFiles/allegro.dir/src/display.c.o
[  1%] Building C object CMakeFiles/allegro.dir/src/display_settings.c.o
[  2%] Building C object CMakeFiles/allegro.dir/src/dtor.c.o
[  2%] Building C object CMakeFiles/allegro.dir/src/events.c.o
[  2%] Building C object CMakeFiles/allegro.dir/src/evtsrc.c.o
[  2%] Building C object CMakeFiles/allegro.dir/src/file.c.o
[  3%] Building C object CMakeFiles/allegro.dir/src/file_slice.c.o
[  3%] Building C object CMakeFiles/allegro.dir/src/file_stdio.c.o
[  3%] Building C object CMakeFiles/allegro.dir/src/fshook.c.o
[  3%] Building C object CMakeFiles/allegro.dir/src/fshook_stdio.c.o
[  4%] Building C object CMakeFiles/allegro.dir/src/inline.c.o
[  4%] Building C object CMakeFiles/allegro.dir/src/joynu.c.o
[  4%] Building C object CMakeFiles/allegro.dir/src/keybdnu.c.o
[  4%] Building C object CMakeFiles/allegro.dir/src/libc.c.o
[  5%] Building C object CMakeFiles/allegro.dir/src/math.c.o
[  5%] Building C object CMakeFiles/allegro.dir/src/memblit.c.o
[  5%] Building C object CMakeFiles/allegro.dir/src/memdraw.c.o
[  5%] Building C object CMakeFiles/allegro.dir/src/memory.c.o
[  6%] Building C object CMakeFiles/allegro.dir/src/mousenu.c.o
[  6%] Building C object CMakeFiles/allegro.dir/src/path.c.o
[  6%] Building C object CMakeFiles/allegro.dir/src/pixels.c.o
[  6%] Building C object CMakeFiles/allegro.dir/src/system.c.o
[  7%] Building C object CMakeFiles/allegro.dir/src/threads.c.o
[  7%] Building C object CMakeFiles/allegro.dir/src/timernu.c.o
[  7%] Building C object CMakeFiles/allegro.dir/src/tls.c.o
[  7%] Building C object CMakeFiles/allegro.dir/src/transformations.c.o
[  8%] Building C object CMakeFiles/allegro.dir/src/tri_soft.c.o
[  8%] Building C object CMakeFiles/allegro.dir/src/utf8.c.o
[  8%] Building C object CMakeFiles/allegro.dir/src/misc/aatree.c.o
[  8%] Building C object CMakeFiles/allegro.dir/src/misc/bstrlib.c.o
[  9%] Building C object CMakeFiles/allegro.dir/src/misc/list.c.o
[  9%] Building C object CMakeFiles/allegro.dir/src/misc/vector.c.o
[  9%] Building CXX object CMakeFiles/allegro.dir/src/macosx/hidjoy.m.o
/Users/iam_donald/Downloads/allegro/src/macosx/hidjoy.m:731:4: warning: 'Gestalt' is deprecated: first deprecated in Mac OS X 10.8
      [-Wdeprecated-declarations]
   Gestalt(gestaltSystemVersionMajor, &major);
   ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' declared here
Gestalt(
^
/Users/iam_donald/Downloads/allegro/src/macosx/hidjoy.m:732:4: warning: 'Gestalt' is deprecated: first deprecated in Mac OS X 10.8
      [-Wdeprecated-declarations]
   Gestalt(gestaltSystemVersionMinor, &minor);
   ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' declared here
Gestalt(
^
2 warnings generated.
[  9%] Building CXX object CMakeFiles/allegro.dir/src/macosx/hidjoy-10.4.m.o
[ 10%] Building CXX object CMakeFiles/allegro.dir/src/macosx/hidman.m.o
[ 10%] Building CXX object CMakeFiles/allegro.dir/src/macosx/keybd.m.o
[ 10%] Building CXX object CMakeFiles/allegro.dir/src/macosx/qzmouse.m.o
/Users/iam_donald/Downloads/allegro/src/macosx/qzmouse.m:213:5: warning: 'CGSetLocalEventsSuppressionInterval' is deprecated: first
      deprecated in Mac OS X 10.6 [-Wdeprecated-declarations]
    CGSetLocalEventsSuppressionInterval(0.0);
    ^
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGRemoteOperation.h:374:19: note: 'CGSetLocalEventsSuppressionInterval' declared
      here
CG_EXTERN CGError CGSetLocalEventsSuppressionInterval(CFTimeInterval seconds)
                  ^
1 warning generated.
[ 10%] Building CXX object CMakeFiles/allegro.dir/src/macosx/system.m.o
[ 11%] Building CXX object CMakeFiles/allegro.dir/src/macosx/osxgl.m.o
[ 11%] Building CXX object CMakeFiles/allegro.dir/src/macosx/osx_app_delegate.m.o
/Users/iam_donald/Downloads/allegro/src/macosx/osx_app_delegate.m:51:5: warning: 'FSGetCatalogInfo' is deprecated: first deprecated in Mac
      OS X 10.8 [-Wdeprecated-declarations]
    FSGetCatalogInfo(&processRef, kFSCatInfoNodeFlags, &processInfo, NULL, NULL, NULL);
    ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:2615:15: note: 'FSGetCatalogInfo' declared
      here
extern OSErr  FSGetCatalogInfo(const FSRef *ref, FSCatalogInfoBitmap whichInfo, FSCatalogInfo *catalogInfo, HFSUniStr255 *outName, ...
              ^
/Users/iam_donald/Downloads/allegro/src/macosx/osx_app_delegate.m:116:5: warning: 'UpdateSystemActivity' is deprecated: first deprecated in
      Mac OS X 10.8 [-Wdeprecated-declarations]
    UpdateSystemActivity(UsrActivity);
    ^
/Users/iam_donald/Downloads/allegro/src/macosx/osx_app_delegate.m:19:14: note: 'UpdateSystemActivity' declared here
extern OSErr UpdateSystemActivity(uint8_t activity);
             ^
2 warnings generated.
[ 11%] Building C object CMakeFiles/allegro.dir/src/unix/utime.c.o
[ 11%] Building C object CMakeFiles/allegro.dir/src/unix/uxthread.c.o
[ 12%] Building C object CMakeFiles/allegro.dir/src/opengl/extensions.c.o
[ 12%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_bitmap.c.o
[ 12%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_draw.c.o
[ 12%] Building C object CMakeFiles/allegro.dir/src/opengl/ogl_display.c.o
Linking CXX shared library lib/liballegro.dylib
Copying OS X content lib/Headers/allegro5/alcompat.h
Copying OS X content lib/Headers/allegro5/alinline.h
Copying OS X content lib/Headers/allegro5/allegro.h
Copying OS X content lib/Headers/allegro5/allegro5.h
Copying OS X content lib/Headers/allegro5/allegro_direct3d.h
Copying OS X content lib/Headers/allegro5/allegro_opengl.h
Copying OS X content lib/Headers/allegro5/allegro_osx.h
Copying OS X content lib/Headers/allegro5/altime.h
Copying OS X content lib/Headers/allegro5/base.h
Copying OS X content lib/Headers/allegro5/bitmap.h
Copying OS X content lib/Headers/allegro5/bitmap_io.h
Copying OS X content lib/Headers/allegro5/color.h
Copying OS X content lib/Headers/allegro5/config.h
Copying OS X content lib/Headers/allegro5/debug.h
Copying OS X content lib/Headers/allegro5/display.h
Copying OS X content lib/Headers/allegro5/error.h
Copying OS X content lib/Headers/allegro5/events.h
Copying OS X content lib/Headers/allegro5/file.h
Copying OS X content lib/Headers/allegro5/fixed.h
Copying OS X content lib/Headers/allegro5/fmaths.h
Copying OS X content lib/Headers/allegro5/fshook.h
Copying OS X content lib/Headers/allegro5/inline/fmaths.inl
Copying OS X content lib/Headers/allegro5/internal/aintern.h
Copying OS X content lib/Headers/allegro5/internal/aintern_atomicops.h
Copying OS X content lib/Headers/allegro5/internal/aintern_bitmap.h
Copying OS X content lib/Headers/allegro5/internal/aintern_blend.h
Copying OS X content lib/Headers/allegro5/internal/aintern_convert.h
Copying OS X content lib/Headers/allegro5/internal/aintern_display.h
Copying OS X content lib/Headers/allegro5/internal/aintern_dtor.h
Copying OS X content lib/Headers/allegro5/internal/aintern_events.h
Copying OS X content lib/Headers/allegro5/internal/aintern_float.h
Copying OS X content lib/Headers/allegro5/internal/aintern_fshook.h
Copying OS X content lib/Headers/allegro5/internal/aintern_joystick.h
Copying OS X content lib/Headers/allegro5/internal/aintern_keyboard.h
Copying OS X content lib/Headers/allegro5/internal/aintern_list.h
Copying OS X content lib/Headers/allegro5/internal/aintern_mouse.h
Copying OS X content lib/Headers/allegro5/internal/aintern_opengl.h
Copying OS X content lib/Headers/allegro5/internal/aintern_pixels.h
Copying OS X content lib/Headers/allegro5/internal/aintern_system.h
Copying OS X content lib/Headers/allegro5/internal/aintern_thread.h
Copying OS X content lib/Headers/allegro5/internal/aintern_timer.h
Copying OS X content lib/Headers/allegro5/internal/aintern_tls.h
Copying OS X content lib/Headers/allegro5/internal/aintern_vector.h
Copying OS X content lib/Headers/allegro5/internal/alconfig.h
Copying OS X content lib/Headers/allegro5/joystick.h
Copying OS X content lib/Headers/allegro5/keyboard.h
Copying OS X content lib/Headers/allegro5/keycodes.h
Copying OS X content lib/Headers/allegro5/memory.h
Copying OS X content lib/Headers/allegro5/mouse.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/gl_ext_alias.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/gl_ext_api.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/gl_ext_defs.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/gl_ext_list.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/glx_ext_alias.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/glx_ext_api.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/glx_ext_defs.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/glx_ext_list.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/wgl_ext_alias.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/wgl_ext_api.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/wgl_ext_defs.h
Copying OS X content lib/Headers/allegro5/opengl/GLext/wgl_ext_list.h
Copying OS X content lib/Headers/allegro5/opengl/gl_ext.h
Copying OS X content lib/Headers/allegro5/path.h
Copying OS X content lib/Headers/allegro5/platform/aintlnx.h
Copying OS X content lib/Headers/allegro5/platform/aintosx.h
Copying OS X content lib/Headers/allegro5/platform/aintunix.h
Copying OS X content lib/Headers/allegro5/platform/aintuthr.h
Copying OS X content lib/Headers/allegro5/platform/aintwin.h
Copying OS X content lib/Headers/allegro5/platform/aintwthr.h
Copying OS X content lib/Headers/allegro5/platform/al386gcc.h
Copying OS X content lib/Headers/allegro5/platform/al386vc.h
Copying OS X content lib/Headers/allegro5/platform/al386wat.h
Copying OS X content lib/Headers/allegro5/platform/albcc32.h
Copying OS X content lib/Headers/allegro5/platform/almngw32.h
Copying OS X content lib/Headers/allegro5/platform/almsvc.h
Copying OS X content lib/Headers/allegro5/platform/alosx.h
Copying OS X content lib/Headers/allegro5/platform/alosxcfg.h
Copying OS X content lib/Headers/allegro5/platform/alplatf.h
Copying OS X content lib/Headers/allegro5/platform/alucfg.h
Copying OS X content lib/Headers/allegro5/platform/alunix.h
Copying OS X content lib/Headers/allegro5/platform/alwatcom.h
Copying OS X content lib/Headers/allegro5/platform/alwin.h
Copying OS X content lib/Headers/allegro5/platform/astdbool.h
Copying OS X content lib/Headers/allegro5/platform/astdint.h
Copying OS X content lib/Headers/allegro5/system.h
Copying OS X content lib/Headers/allegro5/threads.h
Copying OS X content lib/Headers/allegro5/timer.h
Copying OS X content lib/Headers/allegro5/tls.h
Copying OS X content lib/Headers/allegro5/transformations.h
Copying OS X content lib/Headers/allegro5/utf8.h
[ 12%] Built target allegro
Scanning dependencies of target allegro_primitives
[ 12%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/high_primitives.c.o
[ 12%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/line_soft.c.o
[ 12%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/prim_directx.c.o
[ 13%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/prim_opengl.c.o
[ 13%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/prim_soft.c.o
[ 13%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/point_soft.c.o
[ 13%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/primitives.c.o
[ 14%] Building C object addons/primitives/CMakeFiles/allegro_primitives.dir/directx_shaders.c.o
Linking C shared library ../../lib/liballegro_primitives.dylib
Copying OS X content lib/Headers/allegro5/allegro_primitives.h
[ 14%] Built target allegro_primitives
Scanning dependencies of target allegro_image
[ 14%] Building C object addons/image/CMakeFiles/allegro_image.dir/bmp.c.o
[ 14%] Building C object addons/image/CMakeFiles/allegro_image.dir/iio.c.o
[ 15%] Building C object addons/image/CMakeFiles/allegro_image.dir/pcx.c.o
[ 15%] Building C object addons/image/CMakeFiles/allegro_image.dir/tga.c.o
[ 15%] Building CXX object addons/image/CMakeFiles/allegro_image.dir/macosx.m.o
Linking CXX shared library ../../lib/liballegro_image.dylib
Copying OS X content lib/Headers/allegro5/allegro_image.h
[ 15%] Built target allegro_image
Scanning dependencies of target allegro_font
[ 15%] Building C object addons/font/CMakeFiles/allegro_font.dir/font.c.o
[ 15%] Building C object addons/font/CMakeFiles/allegro_font.dir/fontbmp.c.o
[ 16%] Building C object addons/font/CMakeFiles/allegro_font.dir/stdfont.c.o
[ 16%] Building C object addons/font/CMakeFiles/allegro_font.dir/text.c.o
Linking C shared library ../../lib/liballegro_font.dylib
Copying OS X content lib/Headers/allegro5/allegro_font.h
[ 16%] Built target allegro_font
Scanning dependencies of target allegro_audio
[ 17%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/audio.c.o
[ 17%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/audio_io.c.o
[ 17%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/kcm_dtor.c.o
[ 17%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/kcm_instance.c.o
[ 18%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/kcm_mixer.c.o
[ 18%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/kcm_sample.c.o
[ 18%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/kcm_stream.c.o
[ 18%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/kcm_voice.c.o
[ 19%] Building CXX object addons/audio/CMakeFiles/allegro_audio.dir/aqueue.m.o
[ 19%] Building C object addons/audio/CMakeFiles/allegro_audio.dir/openal.c.o
Linking CXX shared library ../../lib/liballegro_audio.dylib
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
Copying OS X content lib/Headers/allegro5/allegro_audio.h
[ 19%] Built target allegro_audio
Scanning dependencies of target allegro_acodec
[ 20%] Building C object addons/acodec/CMakeFiles/allegro_acodec.dir/acodec.c.o
[ 20%] Building C object addons/acodec/CMakeFiles/allegro_acodec.dir/wav.c.o
[ 20%] Building C object addons/acodec/CMakeFiles/allegro_acodec.dir/flac.c.o
[ 20%] Building C object addons/acodec/CMakeFiles/allegro_acodec.dir/ogg.c.o
Linking C shared library ../../lib/liballegro_acodec.dylib
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
Copying OS X content lib/Headers/allegro5/allegro_acodec.h
[ 20%] Built target allegro_acodec
Scanning dependencies of target allegro_ttf
[ 20%] Building C object addons/ttf/CMakeFiles/allegro_ttf.dir/ttf.c.o
Linking C shared library ../../lib/liballegro_ttf.dylib
Copying OS X content lib/Headers/allegro5/allegro_ttf.h
[ 20%] Built target allegro_ttf
Scanning dependencies of target allegro_color
[ 20%] Building C object addons/color/CMakeFiles/allegro_color.dir/color.c.o
Linking C shared library ../../lib/liballegro_color.dylib
Copying OS X content lib/Headers/allegro5/allegro_color.h
[ 20%] Built target allegro_color
Scanning dependencies of target allegro_memfile
[ 21%] Building C object addons/memfile/CMakeFiles/allegro_memfile.dir/memfile.c.o
Linking C shared library ../../lib/liballegro_memfile.dylib
Copying OS X content lib/Headers/allegro5/allegro_memfile.h
[ 21%] Built target allegro_memfile
Scanning dependencies of target allegro_dialog
[ 21%] Building C object addons/native_dialog/CMakeFiles/allegro_dialog.dir/dialog.c.o
[ 22%] Building C object addons/native_dialog/CMakeFiles/allegro_dialog.dir/textlog.c.o
[ 22%] Building CXX object addons/native_dialog/CMakeFiles/allegro_dialog.dir/osx_dialog.m.o
/Users/iam_donald/Downloads/allegro/addons/native_dialog/osx_dialog.m:51:12: warning: 'runModalForDirectory:file:' is deprecated
      [-Wdeprecated-declarations]
      if ([panel runModalForDirectory:directory file:filename] == NSOKButton) {
           ^
/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:296:1: note: method 'runModalForDirectory:file:' declared here
- (NSInteger)runModalForDirectory:(NSString *)path file:(NSString *)name NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/iam_donald/Downloads/allegro/addons/native_dialog/osx_dialog.m:57:28: warning: 'filename' is deprecated [-Wdeprecated-declarations]
         const char *s = [[panel filename] UTF8String];
                           ^
/Users/iam_donald/Downloads/allegro/addons/native_dialog/osx_dialog.m:81:12: warning: 'runModalForDirectory:file:' is deprecated
      [-Wdeprecated-declarations]
      if ([panel runModalForDirectory:directory file:filename] == NSOKButton) {
           ^
/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:296:1: note: method 'runModalForDirectory:file:' declared here
- (NSInteger)runModalForDirectory:(NSString *)path file:(NSString *)name NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/iam_donald/Downloads/allegro/addons/native_dialog/osx_dialog.m:83:32: warning: 'filenames' is deprecated [-Wdeprecated-declarations]
         fd->fc_path_count = [[panel filenames] count];
                               ^
/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:43:1: note: method 'filenames' declared here
- (NSArray *)filenames NS_DEPRECATED_MAC(10_0, 10_6);
^
/Users/iam_donald/Downloads/allegro/addons/native_dialog/osx_dialog.m:91:32: warning: 'filenames' is deprecated [-Wdeprecated-declarations]
            const char *s = [[[panel filenames] objectAtIndex: i] UTF8String];
                               ^
/Users/iam_donald/Downloads/allegro/addons/native_dialog/osx_dialog.m:127:4: warning: implicit declaration of function
      '_al_osx_clear_mouse_state' is invalid in C99 [-Wimplicit-function-declaration]
   _al_osx_clear_mouse_state();
   ^
6 warnings generated.
Linking CXX shared library ../../lib/liballegro_dialog.dylib
Copying OS X content lib/Headers/allegro5/allegro_native_dialog.h
[ 22%] Built target allegro_dialog
Scanning dependencies of target allegro_main
[ 22%] Building CXX object addons/main/CMakeFiles/allegro_main.dir/osx_main.m.o
Linking CXX shared library ../../lib/liballegro_main.dylib
[ 22%] Built target allegro_main
Scanning dependencies of target copy_demo_data
[ 22%] Generating data/gfx/background.tga
[ 22%] Generating data/gfx/Icon.icns
[ 23%] Generating data/gfx/large_asteroid.tga
[ 23%] Generating data/gfx/large_bullet.tga
[ 23%] Generating data/gfx/large_explosion_0.tga
[ 23%] Generating data/gfx/large_explosion_1.tga
[ 24%] Generating data/gfx/large_explosion_2.tga
[ 24%] Generating data/gfx/large_explosion_3.tga
[ 24%] Generating data/gfx/large_explosion_4.tga
[ 24%] Generating data/gfx/large_font.tga
[ 25%] Generating data/gfx/life_powerup.tga
[ 25%] Generating data/gfx/logo.tga
[ 25%] Generating data/gfx/medium_asteroid.tga
[ 25%] Generating data/gfx/ship.tga
[ 26%] Generating data/gfx/ship_icon.tga
[ 26%] Generating data/gfx/ship_trans.tga
[ 26%] Generating data/gfx/small_asteroid.tga
[ 26%] Generating data/gfx/small_bullet.tga
[ 27%] Generating data/gfx/small_explosion_0.tga
[ 27%] Generating data/gfx/small_explosion_1.tga
[ 27%] Generating data/gfx/small_explosion_2.tga
[ 27%] Generating data/gfx/small_explosion_3.tga
[ 28%] Generating data/gfx/small_explosion_4.tga
[ 28%] Generating data/gfx/small_font.tga
[ 28%] Generating data/gfx/trail.tga
[ 28%] Generating data/gfx/ufo0.tga
[ 29%] Generating data/gfx/ufo1.tga
[ 29%] Generating data/gfx/ufo2.tga
[ 29%] Generating data/gfx/weapon_powerup.tga
[ 29%] Generating data/sfx/big_explosion.ogg
[ 30%] Generating data/sfx/collision.ogg
[ 30%] Generating data/sfx/fire_large.ogg
[ 30%] Generating data/sfx/fire_small.ogg
[ 30%] Generating data/sfx/game_music.ogg
[ 31%] Generating data/sfx/powerup.ogg
[ 31%] Generating data/sfx/small_explosion.ogg
[ 31%] Generating data/sfx/title_music.ogg
[ 31%] Built target copy_demo_data
Scanning dependencies of target cosmic_protector
[ 32%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Asteroid.cpp.o
[ 32%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/BitmapResource.cpp.o
[ 32%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Bullet.cpp.o
[ 32%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/ButtonWidget.cpp.o
[ 32%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Debug.cpp.o
[ 33%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/DisplayResource.cpp.o
[ 33%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Entity.cpp.o
[ 33%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Explosion.cpp.o
[ 33%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/FontResource.cpp.o
[ 34%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Game.cpp.o
[ 34%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/GUI.cpp.o
[ 34%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Input.cpp.o
[ 34%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/LargeAsteroid.cpp.o
[ 35%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/LargeBullet.cpp.o
[ 35%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/LargeSlowBullet.cpp.o
[ 35%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/MediumAsteroid.cpp.o
[ 35%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Player.cpp.o
[ 36%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/PowerUp.cpp.o
[ 36%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/Resource.cpp.o
[ 36%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/ResourceManager.cpp.o
[ 36%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/SampleResource.cpp.o
[ 37%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/StreamResource.cpp.o
[ 37%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/SmallAsteroid.cpp.o
[ 37%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/SmallBullet.cpp.o
[ 37%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/UFO.cpp.o
[ 38%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/cosmic_protector.cpp.o
[ 38%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/collision.cpp.o
[ 38%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/logic.cpp.o
[ 38%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/render.cpp.o
[ 39%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/sound.cpp.o
[ 39%] Building CXX object demos/cosmic_protector/CMakeFiles/cosmic_protector.dir/src/wave.cpp.o
Linking CXX executable cosmic_protector.app/Contents/MacOS/cosmic_protector
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/Icon.icns
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/background.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_asteroid.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_bullet.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_explosion_0.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_explosion_1.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_explosion_2.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_explosion_3.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_explosion_4.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/large_font.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/life_powerup.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/logo.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/medium_asteroid.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/ship.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/ship_icon.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/ship_trans.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_asteroid.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_bullet.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_explosion_0.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_explosion_1.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_explosion_2.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_explosion_3.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_explosion_4.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/small_font.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/trail.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/ufo0.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/ufo1.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/ufo2.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/gfx/weapon_powerup.tga
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/big_explosion.ogg
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/collision.ogg
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/fire_large.ogg
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/fire_small.ogg
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/game_music.ogg
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/powerup.ogg
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/small_explosion.ogg
Copying OS X content demos/cosmic_protector/cosmic_protector.app/Contents/Resources/data/sfx/title_music.ogg
[ 39%] Built target cosmic_protector
[ 40%] Generating a4_font.tga
Scanning dependencies of target speed
[ 40%] Building C object demos/speed/CMakeFiles/speed.dir/a4_aux.c.o
[ 40%] Building C object demos/speed/CMakeFiles/speed.dir/badguys.c.o
[ 40%] Building C object demos/speed/CMakeFiles/speed.dir/bullets.c.o
[ 41%] Building C object demos/speed/CMakeFiles/speed.dir/explode.c.o
[ 41%] Building C object demos/speed/CMakeFiles/speed.dir/hiscore.c.o
[ 41%] Building C object demos/speed/CMakeFiles/speed.dir/main.c.o
[ 41%] Building C object demos/speed/CMakeFiles/speed.dir/message.c.o
[ 42%] Building C object demos/speed/CMakeFiles/speed.dir/player.c.o
[ 42%] Building C object demos/speed/CMakeFiles/speed.dir/sound.c.o
[ 42%] Building C object demos/speed/CMakeFiles/speed.dir/title.c.o
[ 42%] Building C object demos/speed/CMakeFiles/speed.dir/view.c.o
Linking C executable speed.app/Contents/MacOS/speed
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
Copying OS X content demos/speed/speed.app/Contents/Resources/a4_font.tga
[ 42%] Built target speed
Scanning dependencies of target copy_example_data
[ 42%] Generating data/a4_font.tga
[ 43%] Generating data/allegro.pcx
[ 43%] Generating data/bkg.png
[ 43%] Generating data/bmpfont.tga
[ 43%] Generating data/cursor.tga
[ 44%] Generating data/DejaVuSans.LICENSE
[ 44%] Generating data/DejaVuSans.ttf
[ 44%] Generating data/ex_physfs.zip
[ 44%] Generating data/ex_ttf.ini
[ 44%] Generating data/exconfig.ini
[ 45%] Generating data/fakeamp.bmp
[ 45%] Generating data/fixed_font.tga
[ 45%] Generating data/font.tga
[ 45%] Generating data/green.png
[ 46%] Generating data/haiku/air_0.ogg
[ 46%] Generating data/haiku/air_1.ogg
[ 46%] Generating data/haiku/air_2.ogg
[ 46%] Generating data/haiku/air_3.ogg
[ 47%] Generating data/haiku/air_4.ogg
[ 47%] Generating data/haiku/air_5.ogg
[ 47%] Generating data/haiku/air_6.ogg
[ 47%] Generating data/haiku/air_7.ogg
[ 48%] Generating data/haiku/air_effect.png
[ 48%] Generating data/haiku/black_bead_opaque_A.png
[ 48%] Generating data/haiku/dropshadow.png
[ 48%] Generating data/haiku/earth4.png
[ 49%] Generating data/haiku/earth_0.ogg
[ 49%] Generating data/haiku/earth_1.ogg
[ 49%] Generating data/haiku/earth_2.ogg
[ 49%] Generating data/haiku/earth_3.ogg
[ 50%] Generating data/haiku/earth_4.ogg
[ 50%] Generating data/haiku/earth_5.ogg
[ 50%] Generating data/haiku/earth_6.ogg
[ 50%] Generating data/haiku/earth_7.ogg
[ 51%] Generating data/haiku/fire.png
[ 51%] Generating data/haiku/fire_0.ogg
[ 51%] Generating data/haiku/fire_1.ogg
[ 51%] Generating data/haiku/fire_2.ogg
[ 52%] Generating data/haiku/fire_3.ogg
[ 52%] Generating data/haiku/fire_4.ogg
[ 52%] Generating data/haiku/fire_5.ogg
[ 52%] Generating data/haiku/fire_6.ogg
[ 53%] Generating data/haiku/fire_7.ogg
[ 53%] Generating data/haiku/flame2.png
[ 53%] Generating data/haiku/healthy_glow.png
[ 53%] Generating data/haiku/main_flame2.png
[ 54%] Generating data/haiku/overlay_pretty.png
[ 54%] Generating data/haiku/select.ogg
[ 54%] Generating data/haiku/water.png
[ 54%] Generating data/haiku/water_0.ogg
[ 55%] Generating data/haiku/water_1.ogg
[ 55%] Generating data/haiku/water_2.ogg
[ 55%] Generating data/haiku/water_3.ogg
[ 55%] Generating data/haiku/water_4.ogg
[ 56%] Generating data/haiku/water_5.ogg
[ 56%] Generating data/haiku/water_6.ogg
[ 56%] Generating data/haiku/water_7.ogg
[ 56%] Generating data/haiku/water_droplets.png
[ 57%] Generating data/haiku/wind3.png
[ 57%] Generating data/icon.tga
[ 57%] Generating data/mask.pcx
[ 57%] Generating data/mysha.pcx
[ 58%] Generating data/mysha.tga
[ 58%] Generating data/mysha256x256.png
[ 58%] Generating data/obp.jpg
[ 58%] Generating data/planet.pcx
[ 59%] Generating data/sample.cfg
[ 59%] Generating data/testing.ogg
[ 59%] Generating data/texture.tga
[ 59%] Built target copy_example_data
Scanning dependencies of target ex_acodec
[ 59%] Building C object examples/CMakeFiles/ex_acodec.dir/ex_acodec.c.o
Linking C executable ex_acodec
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 59%] Built target ex_acodec
Scanning dependencies of target ex_acodec_multi
[ 59%] Building C object examples/CMakeFiles/ex_acodec_multi.dir/ex_acodec_multi.c.o
Linking C executable ex_acodec_multi
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 59%] Built target ex_acodec_multi
Scanning dependencies of target ex_audio_chain
[ 60%] Building CXX object examples/CMakeFiles/ex_audio_chain.dir/ex_audio_chain.cpp.o
Linking CXX executable ex_audio_chain
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 60%] Built target ex_audio_chain
Scanning dependencies of target ex_audio_props
[ 60%] Building CXX object examples/CMakeFiles/ex_audio_props.dir/ex_audio_props.cpp.o
[ 60%] Building CXX object examples/CMakeFiles/ex_audio_props.dir/nihgui.cpp.o
Linking CXX executable ex_audio_props
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 60%] Built target ex_audio_props
Scanning dependencies of target ex_audio_simple
[ 60%] Building C object examples/CMakeFiles/ex_audio_simple.dir/ex_audio_simple.c.o
Linking C executable ex_audio_simple
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 60%] Built target ex_audio_simple
Scanning dependencies of target ex_bitmap
[ 61%] Building C object examples/CMakeFiles/ex_bitmap.dir/ex_bitmap.c.o
Linking C executable ex_bitmap
[ 61%] Built target ex_bitmap
Scanning dependencies of target ex_bitmap_flip
[ 61%] Building C object examples/CMakeFiles/ex_bitmap_flip.dir/ex_bitmap_flip.c.o
Linking C executable ex_bitmap_flip
[ 61%] Built target ex_bitmap_flip
Scanning dependencies of target ex_bitmap_target
[ 61%] Building C object examples/CMakeFiles/ex_bitmap_target.dir/ex_bitmap_target.c.o
Linking C executable ex_bitmap_target
[ 61%] Built target ex_bitmap_target
Scanning dependencies of target ex_blend
[ 61%] Building C object examples/CMakeFiles/ex_blend.dir/ex_blend.c.o
Linking C executable ex_blend
[ 61%] Built target ex_blend
Scanning dependencies of target ex_blend2
[ 62%] Building CXX object examples/CMakeFiles/ex_blend2.dir/ex_blend2.cpp.o
[ 62%] Building CXX object examples/CMakeFiles/ex_blend2.dir/nihgui.cpp.o
Linking CXX executable ex_blend2
[ 62%] Built target ex_blend2
Scanning dependencies of target ex_blend_bench
[ 62%] Building C object examples/CMakeFiles/ex_blend_bench.dir/ex_blend_bench.c.o
Linking C executable ex_blend_bench
[ 62%] Built target ex_blend_bench
Scanning dependencies of target ex_blend_test
[ 62%] Building C object examples/CMakeFiles/ex_blend_test.dir/ex_blend_test.c.o
Linking C executable ex_blend_test
[ 62%] Built target ex_blend_test
Scanning dependencies of target ex_blit
[ 63%] Building C object examples/CMakeFiles/ex_blit.dir/ex_blit.c.o
Linking C executable ex_blit
[ 63%] Built target ex_blit
Scanning dependencies of target ex_clip
[ 63%] Building C object examples/CMakeFiles/ex_clip.dir/ex_clip.c.o
Linking C executable ex_clip
[ 63%] Built target ex_clip
Scanning dependencies of target ex_color
[ 63%] Building CXX object examples/CMakeFiles/ex_color.dir/ex_color.cpp.o
[ 63%] Building CXX object examples/CMakeFiles/ex_color.dir/nihgui.cpp.o
Linking CXX executable ex_color
[ 63%] Built target ex_color
Scanning dependencies of target ex_config
[ 64%] Building C object examples/CMakeFiles/ex_config.dir/ex_config.c.o
Linking C executable ex_config
[ 64%] Built target ex_config
Scanning dependencies of target ex_convert
[ 64%] Building C object examples/CMakeFiles/ex_convert.dir/ex_convert.c.o
Linking C executable ex_convert
[ 64%] Built target ex_convert
Scanning dependencies of target ex_dir
[ 64%] Building C object examples/CMakeFiles/ex_dir.dir/ex_dir.c.o
Linking C executable ex_dir
[ 64%] Built target ex_dir
Scanning dependencies of target ex_disable_screensaver
[ 64%] Building C object examples/CMakeFiles/ex_disable_screensaver.dir/ex_disable_screensaver.c.o
Linking C executable ex_disable_screensaver
[ 64%] Built target ex_disable_screensaver
Scanning dependencies of target ex_display_events
[ 65%] Building C object examples/CMakeFiles/ex_display_events.dir/ex_display_events.c.o
Linking C executable ex_display_events
[ 65%] Built target ex_display_events
Scanning dependencies of target ex_display_options
[ 65%] Building C object examples/CMakeFiles/ex_display_options.dir/ex_display_options.c.o
Linking C executable ex_display_options
[ 65%] Built target ex_display_options
Scanning dependencies of target ex_draw
[ 65%] Building C object examples/CMakeFiles/ex_draw.dir/ex_draw.c.o
Linking C executable ex_draw
[ 65%] Built target ex_draw
Scanning dependencies of target ex_draw_bitmap
[ 65%] Building C object examples/CMakeFiles/ex_draw_bitmap.dir/ex_draw_bitmap.c.o
Linking C executable ex_draw_bitmap
[ 65%] Built target ex_draw_bitmap
Scanning dependencies of target ex_drawpixels
[ 66%] Building C object examples/CMakeFiles/ex_drawpixels.dir/ex_drawpixels.c.o
Linking C executable ex_drawpixels
[ 66%] Built target ex_drawpixels
Scanning dependencies of target ex_dualies
[ 66%] Building C object examples/CMakeFiles/ex_dualies.dir/ex_dualies.c.o
Linking C executable ex_dualies
[ 66%] Built target ex_dualies
Scanning dependencies of target ex_expose
[ 66%] Building C object examples/CMakeFiles/ex_expose.dir/ex_expose.c.o
Linking C executable ex_expose
[ 66%] Built target ex_expose
Scanning dependencies of target ex_file_slice
[ 66%] Building C object examples/CMakeFiles/ex_file_slice.dir/ex_file_slice.c.o
Linking C executable ex_file_slice
[ 66%] Built target ex_file_slice
Scanning dependencies of target ex_filter
[ 67%] Building C object examples/CMakeFiles/ex_filter.dir/ex_filter.c.o
Linking C executable ex_filter
[ 67%] Built target ex_filter
Scanning dependencies of target ex_font
[ 67%] Building C object examples/CMakeFiles/ex_font.dir/ex_font.c.o
Linking C executable ex_font
[ 67%] Built target ex_font
Scanning dependencies of target ex_font_justify
[ 67%] Building CXX object examples/CMakeFiles/ex_font_justify.dir/ex_font_justify.cpp.o
[ 67%] Building CXX object examples/CMakeFiles/ex_font_justify.dir/nihgui.cpp.o
Linking CXX executable ex_font_justify
[ 67%] Built target ex_font_justify
Scanning dependencies of target ex_fs_resize
[ 68%] Building C object examples/CMakeFiles/ex_fs_resize.dir/ex_fs_resize.c.o
Linking C executable ex_fs_resize
[ 68%] Built target ex_fs_resize
Scanning dependencies of target ex_fs_window
[ 68%] Building C object examples/CMakeFiles/ex_fs_window.dir/ex_fs_window.c.o
Linking C executable ex_fs_window
[ 68%] Built target ex_fs_window
Scanning dependencies of target ex_get_path
[ 68%] Building C object examples/CMakeFiles/ex_get_path.dir/ex_get_path.c.o
Linking C executable ex_get_path
[ 68%] Built target ex_get_path
Scanning dependencies of target ex_gldepth
[ 68%] Building C object examples/CMakeFiles/ex_gldepth.dir/ex_gldepth.c.o
Linking C executable ex_gldepth
[ 68%] Built target ex_gldepth
Scanning dependencies of target ex_glext
[ 69%] Building C object examples/CMakeFiles/ex_glext.dir/ex_glext.c.o
Linking C executable ex_glext
[ 69%] Built target ex_glext
Scanning dependencies of target ex_haiku
[ 69%] Building C object examples/CMakeFiles/ex_haiku.dir/ex_haiku.c.o
Linking C executable ex_haiku
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 69%] Built target ex_haiku
Scanning dependencies of target ex_icon
[ 69%] Building C object examples/CMakeFiles/ex_icon.dir/ex_icon.c.o
Linking C executable ex_icon
[ 69%] Built target ex_icon
Scanning dependencies of target ex_joystick_events
[ 69%] Building C object examples/CMakeFiles/ex_joystick_events.dir/ex_joystick_events.c.o
Linking C executable ex_joystick_events
[ 69%] Built target ex_joystick_events
Scanning dependencies of target ex_joystick_hotplugging
[ 70%] Building C object examples/CMakeFiles/ex_joystick_hotplugging.dir/ex_joystick_hotplugging.c.o
Linking C executable ex_joystick_hotplugging
[ 70%] Built target ex_joystick_hotplugging
Scanning dependencies of target ex_kcm_direct
[ 70%] Building C object examples/CMakeFiles/ex_kcm_direct.dir/ex_kcm_direct.c.o
Linking C executable ex_kcm_direct
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 70%] Built target ex_kcm_direct
Scanning dependencies of target ex_keyboard_events
[ 70%] Building C object examples/CMakeFiles/ex_keyboard_events.dir/ex_keyboard_events.c.o
Linking C executable ex_keyboard_events
[ 70%] Built target ex_keyboard_events
Scanning dependencies of target ex_keyboard_focus
[ 70%] Building C object examples/CMakeFiles/ex_keyboard_focus.dir/ex_keyboard_focus.c.o
Linking C executable ex_keyboard_focus
[ 70%] Built target ex_keyboard_focus
Scanning dependencies of target ex_lines
[ 71%] Building C object examples/CMakeFiles/ex_lines.dir/ex_lines.c.o
Linking C executable ex_lines
[ 71%] Built target ex_lines
Scanning dependencies of target ex_lockbitmap
[ 71%] Building C object examples/CMakeFiles/ex_lockbitmap.dir/ex_lockbitmap.c.o
Linking C executable ex_lockbitmap
[ 71%] Built target ex_lockbitmap
Scanning dependencies of target ex_logo
[ 71%] Building C object examples/CMakeFiles/ex_logo.dir/ex_logo.c.o
Linking C executable ex_logo
[ 71%] Built target ex_logo
Scanning dependencies of target ex_membmp
[ 71%] Building C object examples/CMakeFiles/ex_membmp.dir/ex_membmp.c.o
Linking C executable ex_membmp
[ 71%] Built target ex_membmp
Scanning dependencies of target ex_memfile
[ 72%] Building C object examples/CMakeFiles/ex_memfile.dir/ex_memfile.c.o
Linking C executable ex_memfile
[ 72%] Built target ex_memfile
Scanning dependencies of target ex_mixer_chain
[ 72%] Building C object examples/CMakeFiles/ex_mixer_chain.dir/ex_mixer_chain.c.o
Linking C executable ex_mixer_chain
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 72%] Built target ex_mixer_chain
Scanning dependencies of target ex_mixer_pp
[ 72%] Building C object examples/CMakeFiles/ex_mixer_pp.dir/ex_mixer_pp.c.o
Linking C executable ex_mixer_pp
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 72%] Built target ex_mixer_pp
Scanning dependencies of target ex_monitorinfo
[ 72%] Building C object examples/CMakeFiles/ex_monitorinfo.dir/ex_monitorinfo.c.o
Linking C executable ex_monitorinfo
[ 72%] Built target ex_monitorinfo
Scanning dependencies of target ex_mouse
[ 73%] Building C object examples/CMakeFiles/ex_mouse.dir/ex_mouse.c.o
Linking C executable ex_mouse
[ 73%] Built target ex_mouse
Scanning dependencies of target ex_mouse_cursor
[ 73%] Building C object examples/CMakeFiles/ex_mouse_cursor.dir/ex_mouse_cursor.c.o
Linking C executable ex_mouse_cursor
[ 73%] Built target ex_mouse_cursor
Scanning dependencies of target ex_mouse_events
[ 73%] Building C object examples/CMakeFiles/ex_mouse_events.dir/ex_mouse_events.c.o
Linking C executable ex_mouse_events
[ 73%] Built target ex_mouse_events
Scanning dependencies of target ex_mouse_focus
[ 73%] Building C object examples/CMakeFiles/ex_mouse_focus.dir/ex_mouse_focus.c.o
Linking C executable ex_mouse_focus
[ 73%] Built target ex_mouse_focus
Scanning dependencies of target ex_multisample
[ 74%] Building C object examples/CMakeFiles/ex_multisample.dir/ex_multisample.c.o
Linking C executable ex_multisample
[ 74%] Built target ex_multisample
Scanning dependencies of target ex_multiwin
[ 74%] Building C object examples/CMakeFiles/ex_multiwin.dir/ex_multiwin.c.o
Linking C executable ex_multiwin
[ 74%] Built target ex_multiwin
Scanning dependencies of target ex_native_filechooser
[ 74%] Building C object examples/CMakeFiles/ex_native_filechooser.dir/ex_native_filechooser.c.o
Linking C executable ex_native_filechooser
[ 74%] Built target ex_native_filechooser
Scanning dependencies of target ex_nodisplay
[ 74%] Building C object examples/CMakeFiles/ex_nodisplay.dir/ex_nodisplay.c.o
Linking C executable ex_nodisplay
[ 74%] Built target ex_nodisplay
Scanning dependencies of target ex_noframe
[ 75%] Building C object examples/CMakeFiles/ex_noframe.dir/ex_noframe.c.o
Linking C executable ex_noframe
[ 75%] Built target ex_noframe
Scanning dependencies of target ex_opengl
[ 75%] Building C object examples/CMakeFiles/ex_opengl.dir/ex_opengl.c.o
Linking C executable ex_opengl
[ 75%] Built target ex_opengl
Scanning dependencies of target ex_opengl_pixel_shader
[ 75%] Building C object examples/CMakeFiles/ex_opengl_pixel_shader.dir/ex_opengl_pixel_shader.c.o
Linking C executable ex_opengl_pixel_shader
[ 75%] Built target ex_opengl_pixel_shader
Scanning dependencies of target ex_path
[ 75%] Building C object examples/CMakeFiles/ex_path.dir/ex_path.c.o
Linking C executable ex_path
[ 75%] Built target ex_path
Scanning dependencies of target ex_path_test
[ 76%] Building C object examples/CMakeFiles/ex_path_test.dir/ex_path_test.c.o
Linking C executable ex_path_test
[ 76%] Built target ex_path_test
Scanning dependencies of target ex_pixelformat
[ 76%] Building CXX object examples/CMakeFiles/ex_pixelformat.dir/ex_pixelformat.cpp.o
[ 76%] Building CXX object examples/CMakeFiles/ex_pixelformat.dir/nihgui.cpp.o
Linking CXX executable ex_pixelformat
[ 76%] Built target ex_pixelformat
Scanning dependencies of target ex_premulalpha
[ 76%] Building C object examples/CMakeFiles/ex_premulalpha.dir/ex_premulalpha.c.o
Linking C executable ex_premulalpha
[ 76%] Built target ex_premulalpha
Scanning dependencies of target ex_prim
[ 77%] Building C object examples/CMakeFiles/ex_prim.dir/ex_prim.c.o
Linking C executable ex_prim
[ 77%] Built target ex_prim
Scanning dependencies of target ex_resample_test
[ 77%] Building C object examples/CMakeFiles/ex_resample_test.dir/ex_resample_test.c.o
Linking C executable ex_resample_test
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 77%] Built target ex_resample_test
Scanning dependencies of target ex_resize
[ 77%] Building C object examples/CMakeFiles/ex_resize.dir/ex_resize.c.o
Linking C executable ex_resize
[ 77%] Built target ex_resize
Scanning dependencies of target ex_resize2
[ 77%] Building C object examples/CMakeFiles/ex_resize2.dir/ex_resize2.c.o
Linking C executable ex_resize2
[ 77%] Built target ex_resize2
Scanning dependencies of target ex_rotate
[ 78%] Building C object examples/CMakeFiles/ex_rotate.dir/ex_rotate.c.o
Linking C executable ex_rotate
[ 78%] Built target ex_rotate
Scanning dependencies of target ex_saw
[ 78%] Building C object examples/CMakeFiles/ex_saw.dir/ex_saw.c.o
Linking C executable ex_saw
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 78%] Built target ex_saw
Scanning dependencies of target ex_scale
[ 78%] Building C object examples/CMakeFiles/ex_scale.dir/ex_scale.c.o
Linking C executable ex_scale
[ 78%] Built target ex_scale
Scanning dependencies of target ex_stream_file
[ 78%] Building C object examples/CMakeFiles/ex_stream_file.dir/ex_stream_file.c.o
Linking C executable ex_stream_file
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 78%] Built target ex_stream_file
Scanning dependencies of target ex_stream_seek
[ 79%] Building C object examples/CMakeFiles/ex_stream_seek.dir/ex_stream_seek.c.o
Linking C executable ex_stream_seek
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 79%] Built target ex_stream_seek
Scanning dependencies of target ex_subbitmap
[ 79%] Building C object examples/CMakeFiles/ex_subbitmap.dir/ex_subbitmap.c.o
Linking C executable ex_subbitmap
[ 79%] Built target ex_subbitmap
Scanning dependencies of target ex_synth
[ 79%] Building CXX object examples/CMakeFiles/ex_synth.dir/ex_synth.cpp.o
[ 79%] Building CXX object examples/CMakeFiles/ex_synth.dir/nihgui.cpp.o
Linking CXX executable ex_synth
ld: warning: ignoring file /Library/Frameworks//OpenAL.framework/OpenAL, file was built for unsupported file format ( 0xfe 0xed 0xfa 0xce 0x 0 0x 0 0x 0 0x12 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 0 0x 6 ) which is not the architecture being linked (x86_64): /Library/Frameworks//OpenAL.framework/OpenAL
[ 79%] Built target ex_synth
Scanning dependencies of target ex_threads
[ 80%] Building C object examples/CMakeFiles/ex_threads.dir/ex_threads.c.o
Linking C executable ex_threads
[ 80%] Built target ex_threads
Scanning dependencies of target ex_threads2
[ 80%] Building C object examples/CMakeFiles/ex_threads2.dir/ex_threads2.c.o
Linking C executable ex_threads2
[ 80%] Built target ex_threads2
Scanning dependencies of target ex_timedwait
[ 80%] Building C object examples/CMakeFiles/ex_timedwait.dir/ex_timedwait.c.o
Linking C executable ex_timedwait
[ 80%] Built target ex_timedwait
Scanning dependencies of target ex_timer
[ 80%] Building C object examples/CMakeFiles/ex_timer.dir/ex_timer.c.o
Linking C executable ex_timer
[ 80%] Built target ex_timer
Scanning dependencies of target ex_transform
[ 81%] Building C object examples/CMakeFiles/ex_transform.dir/ex_transform.c.o
Linking C executable ex_transform
[ 81%] Built target ex_transform
Scanning dependencies of target ex_ttf
[ 81%] Building C object examples/CMakeFiles/ex_ttf.dir/ex_ttf.c.o
Linking C executable ex_ttf
[ 81%] Built target ex_ttf
Scanning dependencies of target ex_user_events
[ 81%] Building C object examples/CMakeFiles/ex_user_events.dir/ex_user_events.c.o
Linking C executable ex_user_events
[ 81%] Built target ex_user_events
Scanning dependencies of target ex_utf8
[ 81%] Building C object examples/CMakeFiles/ex_utf8.dir/ex_utf8.c.o
Linking C executable ex_utf8
[ 81%] Built target ex_utf8
Scanning dependencies of target ex_vsync
[ 82%] Building C object examples/CMakeFiles/ex_vsync.dir/ex_vsync.c.o
Linking C executable ex_vsync
[ 82%] Built target ex_vsync
Scanning dependencies of target ex_warp_mouse
[ 82%] Building C object examples/CMakeFiles/ex_warp_mouse.dir/ex_warp_mouse.c.o
Linking C executable ex_warp_mouse
[ 82%] Built target ex_warp_mouse
Scanning dependencies of target ex_windows
[ 82%] Building C object examples/CMakeFiles/ex_windows.dir/ex_windows.c.o
Linking C executable ex_windows
[ 82%] Built target ex_windows
Scanning dependencies of target ex_winfull
[ 82%] Building C object examples/CMakeFiles/ex_winfull.dir/ex_winfull.c.o
Linking C executable ex_winfull
[ 82%] Built target ex_winfull
Scanning dependencies of target copy_tests_example_data
[ 99%] Built target copy_tests_example_data
Scanning dependencies of target test_driver
[100%] Building C object tests/CMakeFiles/test_driver.dir/test_driver.c.o
Linking C executable test_driver
[100%] Built target test_driver
Scanning dependencies of target docs
[100%] Built target docs