forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

errors while install SDL

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
alpher



Joined: 17 Nov 2008
Posts: 5

PostPosted: Tue Nov 18, 2008 12:52 am    Post subject: errors while install SDL Reply with quote

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
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Tue Nov 18, 2008 4:51 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
alpher



Joined: 17 Nov 2008
Posts: 5

PostPosted: Tue Nov 18, 2008 12:22 pm    Post subject: Reply with quote

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group