[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Allegro 4.4.0 RC1 is out there. I did this for the first time. I think it
> all
> went fine.
>
>
Just tried to build on Win XP, MinGW/MSys -
fix.sh mingw --quick
runs through, but the make gives this after a while:
gcc -DALLEGRO_SRC -DALLEGRO_LIB_BUILD -Wall -Wno-unused -mtune=i586 -O2
-funroll-loops -ffast-math -fomit-frame-pointer -DALLEGRO_NO_ASM -I.
-I./include -o obj/mingw32/alleg/wjoyw32.o -c src/win/wjoyw32.c
gcc -DALLEGRO_SRC -DALLEGRO_LIB_BUILD -Wall -Wno-unused -mtune=i586 -O2
-funroll-loops -ffast-math -fomit-frame-pointer -DALLEGRO_NO_ASM -I.
-I./include -o obj/mingw32/alleg/wkeybd.o -c src/win/wkeybd.c
src/win/wkeybd.c: In function `key_dinput_handle_scancode':
src/win/wkeybd.c:339: error: `DIK_PAUSE' undeclared (first use in this
function)
src/win/wkeybd.c:339: error: (Each undeclared identifier is reported only
once
src/win/wkeybd.c:339: error: for each function it appears in.)
make: *** [obj/mingw32/alleg/wkeybd.o] Error 1
Havn't done much building on Windows for a while though (at least not of
Allegro) - so this might be an error of mine...
/Andreas