#70776 - genfish - Wed Feb 08, 2006 6:30 pm
hey,
Im using the tutorials from doublec to make an extended rotation background from a jpeg image. I have separated the code into separate source files, and when i include gbfs.h i get the following errors:
could this be something to do with me using the makefile from the devkitpro combined template?
thanks for your time
Im using the tutorials from doublec to make an extended rotation background from a jpeg image. I have separated the code into separate source files, and when i include gbfs.h i get the following errors:
Quote: |
In file included from g:/Dissertation/DSGame/arm9/source/background.h:8,
from g:/Dissertation/DSGame/arm9/source/background.c:1: c:/devkitPro/libnds/include/gbfs.h:90: error: syntax error before 'size_t' c:/devkitPro/libnds/include/gbfs.h:96: error: syntax error before 'gbfs_count_o js' c:/devkitPro/libnds/include/gbfs.h:96: warning: type defaults to 'int' in decla ation of 'gbfs_count_objs' c:/devkitPro/libnds/include/gbfs.h:96: warning: data definition has no type or torage class make[2]: *** [background.o] Error 1 make[1]: *** [build] Error 2 make[1]: Leaving directory `/g/Dissertation/DSGame/arm9' make: *** [arm9/DSGame.elf] Error 2 |
could this be something to do with me using the makefile from the devkitpro combined template?
thanks for your time