Re: [AD] Allegro 4.2.0 beta 4 deadline |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Mon, 2005-06-27 at 12:50 +0200, Michal Molhanec wrote:
> Evert Glebbeek wrote:
> > I'm
> > curious to know if it builds normally on Windows?
>
> no, it doesn't and trying to do manually "make demo" under VC ends with:
>
> G:\prgrming.allegro\all420b4\allegro.msvcnet>mingw32-make demo
> copy tools\win\wfixicon.exe lib\msvc\wfixicon.exe
> 1 file(s) copied.
> lib/msvc/wfixicon.exe obj/msvc/demo.ico -ro -d demo/demo.dat SHIP3 GAME_PAL
> del lib\msvc\wfixicon.exe
> obj/msvc/runner.exe D:/PROGRA~1/MICROS~1.NET/VC7/bin/cl @ -nologo -W1
> -Gd -MD -O2 -GB -GL -I. -I./in
> clude -Foobj/msvc/alleg/animsel.obj -c demo/animsel.c
> animsel.c
> demo\animsel.c(24) : error C2133: 'anim_type_dlg' : unknown size
> mingw32-make: *** [obj/msvc/alleg/animsel.obj] Error 2
>
Eh, already a case where it isn't C99 compliant. Line 24 simply declares
an array with unspezified size. Try moving the other definition of the
array up, it should then work..
--
Elias Pschernig