I just got everything from SVN and I am making the pspgl but I am getting an error in glut.c it looks like, can someone confirm this or take a look at it.
psp-gcc -g -Wall -O2 -G0 -fsingle-precision-constant -I. -I /usr/local/pspdev/ps
p/sdk/include -MD -MF .deps/eglTerminate.d -c eglTerminate.c
psp-gcc -g -Wall -O2 -G0 -fsingle-precision-constant -I. -I /usr/local/pspdev/ps
p/sdk/include -MD -MF .deps/glut.d -c glut.c
In file included from glut.c:6:
/usr/local/pspdev/psp/sdk/include/psploadexec.h:64: error: parse error before 'S
ceSize'
/usr/local/pspdev/psp/sdk/include/psploadexec.h:64: warning: no semicolon at end
of struct or union
/usr/local/pspdev/psp/sdk/include/psploadexec.h:66: warning: type defaults to 'i
nt' in declaration of 'args'
/usr/local/pspdev/psp/sdk/include/psploadexec.h:66: warning: data definition has
no type or storage class
/usr/local/pspdev/psp/sdk/include/psploadexec.h:71: error: parse error before '}
' token
glut.c:174: error: 'key' redeclared as different kind of symbol
/usr/local/pspdev/psp/sdk/include/psploadexec.h:70: error: previous declaration
of 'key' was here
make: *** [glut.o] Error 1
I haven't modified anything, just got it from svn.
just wondering, when you update your svn, where do you extract the files to?
i have extracted the files into /usr/local/pspdev/psp/
and inside the psp/ folder there is trunk vendor and tag. are these folders supose to be there. so am i supose to extract the content inside of trunk/vendor/tag into another dir? because when i try to compile my code i this error.