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 

Trying to build FreeType ...

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



Joined: 24 Jul 2005
Posts: 15

PostPosted: Sun Dec 11, 2005 6:09 pm    Post subject: Trying to build FreeType ... Reply with quote

I'm trying to build FreeType, following the readme instructions :

Code:

To build and install:

   sh autogen.sh
   LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" \
      ./configure --host psp --prefix=`psp-config --psp-prefix`
   make
   make install


The autogen seems to work fine. The problems happen at the second/third line, which I don't understand to begin with, packed with apostrophes. I manage to type exactly like that but I get a :

Code:

cd builds/unix; ./configure --host psp --prefix=psp-config --psp-prefix
configure: error: unrecognized option: --psp-prefix
Try './configure --help^' for more information.
make: *** [builds/unix/unix-def.mk] Error 1


Looked at the --help, but I'm not sure I understand what this command is even supposed to do.

Any tips or hints would be humbly appreciated ...
Back to top
View user's profile Send private message
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Sun Dec 11, 2005 6:19 pm    Post subject: Reply with quote

Those aren't apostrophes, they are backquotes (`). If you copy and paste the line you should be fine.
Back to top
View user's profile Send private message
chiwaw



Joined: 24 Jul 2005
Posts: 15

PostPosted: Sun Dec 11, 2005 6:37 pm    Post subject: Reply with quote

Thanks for the help, I didn't realized first that I could "Paste" inside Cygwin shell window. Now it looks like it's working.
Back to top
View user's profile Send private message
R2k



Joined: 17 Mar 2006
Posts: 16
Location: México

PostPosted: Fri Mar 17, 2006 10:54 am    Post subject: Reply with quote

i've problems compiling
when i put this in shell

Code:
./configure --host=psp --prefix=$(psp-config --psp-prefix)


that script show me

Code:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-cygwin
checking host system type... Invalid configuration `psp': machine `psp' not reco
gnized
configure: error: /bin/sh ./config.sub psp failed


and it's the same if i put
Code:
./configure --host psp --prefix=$(psp-config --psp-prefix)
Back to top
View user's profile Send private message
R2k



Joined: 17 Mar 2006
Posts: 16
Location: México

PostPosted: Fri Mar 17, 2006 12:20 pm    Post subject: Reply with quote

that was my mistake sorry ... i overwritten the config.sub
Back to top
View user's profile Send private message
FakeBlood



Joined: 11 Feb 2006
Posts: 3

PostPosted: Wed Mar 29, 2006 10:02 am    Post subject: Reply with quote

I get this when trying to build freetype....

Code:
$ sh autogen.sh
running `aclocal -I .'
running `libtoolize --copy'
autogen.sh: line 15: libtoolize: command not found
error while running `libtoolize --copy'
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