[AD] 4.9 build failure on osx |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I just tried to build the latest svn version of 4.9 on osx and got this
error
include/allegro5/platform/aintosx.h:172: error: parse error before '*' token
That line is
AL_FUNC(ALLEGRO_KEYBOARD_DRIVER*, osx_get_keyboard_driver, (void));
keyboard.h defines ALLEGRO_KEYBOARD, not ALLEGRO_KEYBOARD_DRIVER. I
think I dealt with this issue before but maybe things have changed since
then.
Peter, how do you build 4.9 on osx?