| View previous topic :: View next topic |
| Author |
Message |
alpher
Joined: 17 Nov 2008 Posts: 5
|
Posted: Tue Nov 18, 2008 12:52 am Post subject: errors while install SDL |
|
|
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 |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Tue Nov 18, 2008 4:51 am Post subject: |
|
|
From the README.PSP file:
| Quote: | 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 |
I don't think it should be trying to compile the XFree86 driver. |
|
| Back to top |
|
 |
alpher
Joined: 17 Nov 2008 Posts: 5
|
Posted: Tue Nov 18, 2008 12:22 pm Post subject: |
|
|
| Thanks |
|
| Back to top |
|
 |
|