[Bf-committers] Errors compiling latest submits for IMB_imbuf_types.h

Michael Velikanje bf-committers@blender.org
Thu, 29 May 2003 22:14:33 -0800


Hi,
The latest submits for IMB_imbuf_types.h is producing errors on 
compiling any *.c file that references it:
../IMB_imbuf_types.h:76: parse error before "short"
../IMB_imbuf_types.h:76: warning: no semicolon at end of struct or union
../IMB_imbuf_types.h:85: parse error before '}' token
../IMB_imbuf_types.h:85: warning: type defaults to `int' in declaration 
of `ImBuf'
../IMB_imbuf_types.h:85: warning: data definition has no type or 
storage class
png_decode.c: In function `imb_png_decode':
png_decode.c:188: dereferencing pointer to incomplete type


The error at line 76 is from the substitution of a colon for a 
semi-colon, the rest aren't so obvious. It may be a good idea to roll 
the cvs back until the errors can be fixed??

compiling using the NAN_make files, on OS X 10.2.6.

Michael Velikanje