Re: [AD] alleg 4.2 BETA MAKE ERRORS

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


did you install directx sdk that allegro needs?
http://www.talula.demon.co.uk/allegro/wip.html
http://alleg.sourceforge.net/files/dx80_mgw.zip

On Apr 12, 2005 12:59 PM, Harsha <nharsha@xxxxxxxxxx> wrote:
######################## ERROR GENERATED WHILE MAKE ##########################

In file included from src/win/wddaccel.c:23:
src/win/wddraw.h:33:22: ddraw.h: No such file or directory
In file included from src/win/wddaccel.c:23:
src/win/wddraw.h:43: error: syntax error before "LPDIRECTDRAWSURFACE2"
src/win/wddraw.h:43: warning: no semicolon at end of struct or union
src/win/wddraw.h:49: error: syntax error before '}' token
src/win/wddraw.h:49: warning: type defaults to `int' in declaration of `DDRAW_SU
RFACE'
src/win/wddraw.h:49: warning: data definition has no type or storage class
src/win/wddraw.h:63: error: syntax error before "directdraw"
src/win/wddraw.h:63: warning: type defaults to `int' in declaration of `directdr
aw'
src/win/wddraw.h:63: warning: data definition has no type or storage class
src/win/wddraw.h:64: error: syntax error before "ddclipper"
src/win/wddraw.h:64: warning: type defaults to `int' in declaration of `ddclippe
r'
src/win/wddraw.h:64: warning: data definition has no type or storage class
src/win/wddraw.h:65: error: syntax error before "ddpalette"
src/win/wddraw.h:65: warning: type defaults to `int' in declaration of `ddpalett
e'
src/win/wddraw.h:65: warning: data definition has no type or storage class
src/win/wddraw.h:66: error: syntax error before "ddpixel_format"
src/win/wddraw.h:66: warning: type defaults to `int' in declaration of `ddpixel_
format'
src/win/wddraw.h:66: warning: data definition has no type or storage class
src/win/wddraw.h:67: error: syntax error before "ddcaps"
src/win/wddraw.h:67: warning: type defaults to `int' in declaration of `ddcaps'
src/win/wddraw.h:67: warning: data definition has no type or storage class
src/win/wddraw.h:69: error: syntax error before '*' token
src/win/wddraw.h:69: warning: type defaults to `int' in declaration of `primary_
surface'
src/win/wddraw.h:69: warning: data definition has no type or storage class
src/win/wddraw.h:98: error: syntax error before '*' token
src/win/wddraw.h:115: error: syntax error before '*' token
src/win/wddraw.h:134: error: syntax error before '*' token
src/win/wddraw.h:134: error: syntax error before "LPDDPIXELFORMAT"
src/win/wddraw.h:134: warning: type defaults to `int' in declaration of `gfx_dir
ectx_create_surface'
src/win/wddraw.h:134: warning: data definition has no type or storage class
src/win/wddraw.h:135: error: syntax error before '*' token
src/win/wddraw.h:136: error: syntax error before '*' token
src/win/wddraw.h:140: error: syntax error before '*' token
src/win/wddraw.h:141: error: syntax error before '*' token
src/win/wddaccel.c: In function `ddraw_blit_to_self':
src/win/wddaccel.c:65: warning: implicit declaration of function `IDirectDrawSur
face2_BltFast'
src/win/wddaccel.c:65: error: syntax error before ')' token
src/win/wddaccel.c:66: error: syntax error before ')' token
src/win/wddaccel.c:67: error: `DDBLTFAST_WAIT' undeclared (first use in this fun
ction)
src/win/wddaccel.c:67: error: (Each undeclared identifier is reported only once
src/win/wddaccel.c:67: error: for each function it appears in.)
src/win/wddaccel.c: In function `ddraw_masked_blit':
src/win/wddaccel.c:87: error: `DDCOLORKEY' undeclared (first use in this functio
n)
src/win/wddaccel.c:87: error: syntax error before "src_key"
src/win/wddaccel.c:102: error: `src_key' undeclared (first use in this function)

src/win/wddaccel.c:120: warning: implicit declaration of function `IDirectDrawSu
rface2_SetColorKey'
src/win/wddaccel.c:120: error: syntax error before ')' token
src/win/wddaccel.c:121: error: `DDCKEY_SRCBLT' undeclared (first use in this fun
ction)
src/win/wddaccel.c:123: warning: implicit declaration of function `IDirectDrawSu
rface2_Blt'
src/win/wddaccel.c:123: error: syntax error before ')' token
src/win/wddaccel.c:124: error: syntax error before ')' token
src/win/wddaccel.c:125: error: `DDBLT_KEYSRC' undeclared (first use in this func
tion)
src/win/wddaccel.c:125: error: `DDBLT_WAIT' undeclared (first use in this functi
on)
src/win/wddaccel.c: In function `ddraw_clear_to_color':
src/win/wddaccel.c:199: error: `DDBLTFX' undeclared (first use in this function)

src/win/wddaccel.c:199: error: syntax error before "blt_fx"
src/win/wddaccel.c:213: error: `blt_fx' undeclared (first use in this function)
src/win/wddaccel.c:220: error: syntax error before ')' token
src/win/wddaccel.c:221: error: `DDBLT_COLORFILL' undeclared (first use in this f
unction)
src/win/wddaccel.c:221: error: `DDBLT_WAIT' undeclared (first use in this functi
on)
src/win/wddaccel.c: In function `ddraw_rectfill':
src/win/wddaccel.c:241: error: `DDBLTFX' undeclared (first use in this function)

src/win/wddaccel.c:241: error: syntax error before "blt_fx"
src/win/wddaccel.c:292: error: `blt_fx' undeclared (first use in this function)
src/win/wddaccel.c:299: error: syntax error before ')' token
src/win/wddaccel.c:300: error: `DDBLT_COLORFILL' undeclared (first use in this f
unction)
src/win/wddaccel.c:300: error: `DDBLT_WAIT' undeclared (first use in this functi
on)
src/win/wddaccel.c: In function `ddraw_hline':
src/win/wddaccel.c:320: error: `DDBLTFX' undeclared (first use in this function)

src/win/wddaccel.c:320: error: syntax error before "blt_fx"
src/win/wddaccel.c:359: error: `blt_fx' undeclared (first use in this function)
src/win/wddaccel.c:366: error: syntax error before ')' token
src/win/wddaccel.c:367: error: `DDBLT_COLORFILL' undeclared (first use in this f
unction)
src/win/wddaccel.c:367: error: `DDBLT_WAIT' undeclared (first use in this functi
on)
src/win/wddaccel.c: In function `ddraw_vline':
src/win/wddaccel.c:386: error: `DDBLTFX' undeclared (first use in this function)

src/win/wddaccel.c:386: error: syntax error before "blt_fx"
src/win/wddaccel.c:425: error: `blt_fx' undeclared (first use in this function)
src/win/wddaccel.c:432: error: syntax error before ')' token
src/win/wddaccel.c:433: error: `DDBLT_COLORFILL' undeclared (first use in this f
unction)
src/win/wddaccel.c:433: error: `DDBLT_WAIT' undeclared (first use in this functi
on)
src/win/wddaccel.c: In function `enable_acceleration':
src/win/wddaccel.c:459: error: request for member `dwCaps' in something not a st
ructure or union
src/win/wddaccel.c:459: error: `DDCAPS_BLT' undeclared (first use in this functi
on)
src/win/wddaccel.c:470: error: request for member `dwCaps' in something not a st
ructure or union
src/win/wddaccel.c:470: error: `DDCAPS_BLTCOLORFILL' undeclared (first use in th
is function)
src/win/wddaccel.c:480: error: request for member `dwCaps' in something not a st
ructure or union
src/win/wddaccel.c:480: error: `DDCAPS_COLORKEY' undeclared (first use in this f
unction)
src/win/wddaccel.c:481: error: request for member `dwCKeyCaps' in something not
a structure or union
src/win/wddaccel.c:481: error: `DDCKEYCAPS_SRCBLT' undeclared (first use in this
function)
src/win/wddaccel.c: In function `enable_triple_buffering':
src/win/wddaccel.c:501: warning: implicit declaration of function `IDirectDrawSu
rface2_GetFlipStatus'
src/win/wddaccel.c:501: error: syntax error before ')' token
src/win/wddaccel.c:501: error: `DDGFS_ISFLIPDONE' undeclared (first use in this
function)
src/win/wddaccel.c:502: error: `DD_OK' undeclared (first use in this function)
src/win/wddaccel.c:502: error: `DDERR_WASSTILLDRAWING' undeclared (first use in
this function)
make: *** [obj/mingw32/alleg/wddaccel.o] Error 1

############################ END ERROR #########################################

############################ COMPILER GCC INFO
#########################################
Reading specs from D:/Dev-Cpp/bin/../lib/gcc/mingw32/3.4.2/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=
mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable
-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --e
nable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-ja
va-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchroniz
ation --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.2 (mingw-special)

############### GCC INFO ##########################

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
https://lists.sourceforge.net/lists/listinfo/alleg-developers



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/