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 

[FIXED] fix for freetype

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions
View previous topic :: View next topic  
Author Message
xantares



Joined: 30 Dec 2008
Posts: 16

PostPosted: Fri Oct 09, 2009 10:42 pm    Post subject: [FIXED] fix for freetype Reply with quote

Hi,

The freetype compilation error is still here (missing config.guess)

One can add the call to automake to the psplibraries/scripts/003-freetype.sh as follow :
Code:
 ## Bootstrap the source.
 sh autogen.sh || { exit 1; }
 cd builds/unix; automake --add-missing; cd ../..


Another way (cleaner ?) is to add it directly to the freetype's autogen.sh :
Code:
run aclocal -I .
run libtoolize --copy
run autoconf
automake --add-missing



I'm not an autotools expert, so maybe there's a more apppropriate way to do this.


Last edited by xantares on Wed Oct 21, 2009 11:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Sat Oct 10, 2009 3:55 pm    Post subject: Reply with quote

On my system, running "libtoolize --copy" creates config.guess. I don't see why it doesn't on your system, or how adding automake would fix that anyway.
Back to top
View user's profile Send private message
xantares



Joined: 30 Dec 2008
Posts: 16

PostPosted: Wed Oct 21, 2009 11:08 pm    Post subject: Reply with quote

Rev 2481:
Quote:
Update config.sub, install-sh, and config.guess from latest libtool.
Old versions of libtool would re-copy config.guess with "libtoolize --copy",
but new versions need "libtoolize --copy --install". Instead of trying to
detect the version, we'll just add config.guess to the repository for now.


Thanks jim, it works now
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 -> Patch Submissions 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