c++ - Installing allegro 4 on os x 10.9.4? -
i trying infall allegro 4.4.2 on os x 10.9.4. whenever try run make command in terminal compile allegro these 2 errors.
/users/*********/downloads/allegro/include/allegro/platform/aintosx.h:85:25: error: cannot find interface declaration 'nsquickdrawview', superclass of >'allegroview' @interface allegroview: nsquickdrawview
~~~~~~~~~~~~~~~~~~~~~~ ^ /users/*********/downloads/allegro/include/allegro/platform/aintosx.h:176:8: error: unknown type name 'cgdirectpaletteref' al_var(cgdirectpaletteref, >osx_palette);
^
nsquickdrawview allowed use carbon quickdraw functions — i.e. inherited 1984 lineage — within cocoa-native nsview.
this view never available on 64-bit targets since carbon never available on 64-bit targets.
amongst other things, 10.9.4 supports 64-bit targets. therefore not supply nsquickdrawview. outdated libraries allegro 4.4.2 cannot built on 10.9.4.
Comments
Post a Comment