Hola amigos
espero y me puedan ayudar
necesito ayuda para arreglar este error:
C:\devkitPro\MLlib\examples\graphics\Text\Font>make clean
clean ...
C:\devkitPro\MLlib\examples\graphics\Text\Font>make
FreeSerif.ttf
main.c
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:39:19: warning: MLl
ib.h: No such file or directory
In file included from c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main
.c:44:
c:/devkitPro/MLlib/examples/graphics/Text/Font/build/FreeSerif_ttf.h:1: error: e
xpected '=', ',', ';', 'asm' or '__attribute__' before 'FreeSerif_ttf_end'
c:/devkitPro/MLlib/examples/graphics/Text/Font/build/FreeSerif_ttf.h:2: error: e
xpected '=', ',', ';', 'asm' or '__attribute__' before 'FreeSerif_ttf'
c:/devkitPro/MLlib/examples/graphics/Text/Font/build/FreeSerif_ttf.h:3: error: e
xpected '=', ',', ';', 'asm' or '__attribute__' before 'FreeSerif_ttf_size'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c: In function 'main'
:
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:48: warning: implic
it declaration of function 'ML_Init'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:49: warning: implic
it declaration of function 'ML_InitFAT'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:50: warning: implic
it declaration of function 'srand'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:50: warning: implic
it declaration of function 'time'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:50: error: 'NULL' u
ndeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:50: error: (Each un
declared identifier is reported only once
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:50: error: for each
function it appears in.)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:57: error: 'ML_Font
' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:57: error: expected
';' before 'font'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:58: warning: implic
it declaration of function 'ML_LoadFontFromBuffer'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:58: error: 'font' u
ndeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:58: error: 'FreeSer
if_ttf' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:58: error: 'FreeSer
if_ttf_size' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:62: error: 'Wiimote
' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:62: warning: implic
it declaration of function 'ML_DeleteFont'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:62: warning: implic
it declaration of function 'ML_Exit'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:78: warning: implic
it declaration of function 'ML_LoadFontFromFile'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:90: error: 'GXColor
' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:90: error: expected
';' before '{' token
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:109: error: 'FONT_D
EFAULT' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:112: error: 'FONT_S
TRIKE' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:115: error: 'FONT_U
NDERLINE' undeclared (first use in this function)
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:123: warning: impli
cit declaration of function 'ML_DrawText'
c:/devkitPro/MLlib/examples/graphics/Text/Font/source/main.c:128: warning: impli
cit declaration of function 'ML_Refresh'
make[1]: *** [main.o] Error 1
make: *** [build] Error 2
C:\devkitPro\MLlib\examples\graphics\Text\Font>pause
Presione una tecla para continuar . . .
Jugar futbol es simple, pero es dificil jugar simple
Deja el código que quieres
Deja el código que quieres compilar.