Edit: Solved below problem, I needed more stack apparently. I'll keep posting in this topic when I need help though.
Hi,
I've set up VBCC and NDK3.9 on my Amiga, but trying to compile a program with includes to both exec/types.h and intuition/intuition.h causes four errors on line 34 of graphics/copper.h (incomplete type (WORD ) in struct, incomplete type () in struct, and two "declarator expected"). Setting it to C99 mode causes the WORD to become WORD aitPos (surely WORD VWaitPos?)
VBCC is currently looking for the system includes in NDK3.9/Includes/include_h.
Help?
Thanks, Matt