Mail Archives: djgpp/1997/02/11/18:51:14
Dim Zegebart writes:
>It's sad to say but it's true - 'I have problem making
>brilliant Allegro 2.2 beta'
Argh. One day I'll manage to make a version that compiles flawlessly for
everyone, but I guess I haven't got there yet :-)
>src/asmdef.c : In function main
>src/asmdef.c 41 : warning : implicit declaration of function offsetof
>and too long list of : parse before [...]
Huh? That doesn't make any sense at all! The offsetof() macro is defined
in stddef.h, which is included by asmdef.c. Check that your asmdef.c has
this include, and if so, look in the djgpp stddef header (it defines
offsetof somewhere around line 12). I really can't understand why that
could have gone wrong: ideas, anyone?
/*
* Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/
* Ghoti: 'gh' as in 'enough', 'o' as in 'women', and 'ti' as in 'nation'.
*/
- Raw text -