I'm trying to compile the old FMCB 1.7 (without any changes).
But I get some errors:
Code: Select all
make
ee-gcc -D_EE -O2 -G0 -Wall -ID:/PS2DEV/ps2sdk/ee/include -ID:/PS2DEV/ps2sdk/common/include -I. -ID:/PS2DEV/ps2sdk/iop/include -ID:/PS2DEV/ps2sdk/common/include -ID:/PS2DEV/gsKit/include -ID:/PS2DEV/libjpg/include -ID:/PS2DEV/ps2sdk/sbv/include -ID:/PS2DEV/libcdvd/ee -c mcboot.c -o mcboot.o
In file included from mcboot.c:37:
mcboot.h(181) : parse error before '*' token
mcboot.h(181) : warning: type defaults to `int' in declaration of `gsFont'
mcboot.h(181) : warning: data definition has no type or storage class
mcboot.c: In function `print_title':
mcboot.c(2484) : request for member `FontM_Align' in something not a structure or union
mcboot.c: In function `main':
mcboot.c(2744) : warning: implicit declaration of function `mcReset'
mcboot.c(2747) : warning: implicit declaration of function `padReset'
make: *** [mcboot.o] Error 1
I'm using the PS2DevWin32 Version
I can't find any info for mcReset and padReset. Are I'm using false Librarys?
I have:
libcdvd_1.15
libjpg-0.3
gsKit_mod-jan0509 (with gsKit-0.2 I got more errors)
Who can help?