hi, everyone, I need to install SDL in pspdev, but after
svn co svn://svn.pspdev.org/psp/trunk/SDL
cd SDL
./autogen
make
I got an error like this:
XF86DGA.c:21:40: error: asm/page.h: No such file or directory
make[3]: *** [XF86DGA.lo] error 1
make[3]: Leaving directory `/home/alpher/SDL/src/video/XFree86/Xxf86dga'
make[2]: *** [all-recursive] error1
make[2]: Leaving directory `/home/alpher/SDL/src/video'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/home/alpher/SDL/src'
make: *** [all-recursive] error 1
It is seems that the file page.h is removed in new kernel,
but how can i install SDL if the source code in svn does not work?
anyone help me?!
thanks
errors while install SDL
From the README.PSP file:
I don't think it should be trying to compile the XFree86 driver.Building
--------
To build for the PSP, make sure psp-config is in the path and run:
./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install