I was following the tutorial on how to compile Luaplayer and ran into an error when trying to compile the freetype library where it said there was no makefile.
The third step finishing.
The make command giving an error.
There was one more screenshot that said that I should use "--type" instead of "--host" for the third step but it did not result in Cygwin stopping. I could recreate it if needed but I lost the image for now.
I followed the instructions and have Cygwin installed according to this tutorial: http://www.scriptscribbler.com/psp/tuto ... sson01.htm
Any help in resovling the problem would be appreciated! If more information is needed I will be happy to provide it.
Error when compiling Freetype
Moderators: Shine, Insert_witty_name
from the README.PSP included with the freetype source:
http://svn.pspdev.org/filedetails.php?r ... rev=0&sc=0
Did you try this?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
http://svn.pspdev.org/filedetails.php?r ... rev=0&sc=0
-
- Posts: 4
- Joined: Thu Jul 28, 2005 8:20 am
-
- Posts: 4
- Joined: Thu Jul 28, 2005 8:20 am
Okay looks like it is working! I put it in the cygwin root directory. Hopefully the rest will go smoothly. :)
Edit: Okay, I got to compile correctly and now luaplayer is built! Thanks!:)
One more question though. Why are there various lrx and prx files in the test folder that the eboot is put in? Are they necessary for lua to run? Just wondering, anyway thanks ooPo!
2nd Edit: Okay, I realized that Lua now had external libraries instead of the functions being within the eboot.
Edit: Okay, I got to compile correctly and now luaplayer is built! Thanks!:)
One more question though. Why are there various lrx and prx files in the test folder that the eboot is put in? Are they necessary for lua to run? Just wondering, anyway thanks ooPo!
2nd Edit: Okay, I realized that Lua now had external libraries instead of the functions being within the eboot.