I've gotten around this in my mingw environment by simply commenting out line 43 in \open-ps2-loader\thirdparty\freetype-2.3.12\builds\toplevel.mk, but it will give "warnings" that i just ignore and it compiles fine.
Printable View
I have problem installing 'freetype'. After downloading it with
and open its dir with cd freetype, I cannot execute make and/or make install...Code:cd $PS2DEV
svn co svn://svn.ps2dev.org/ps2/trunk/ps2sdk-ports/freetype
Im using Windows 7 x64 and so far I havent any problems compiling the sources.Code:process_begin: CreateProcess<NULL, ver, ...> failed.
process_begin: CreateProcess<NULL, type builds/newline, ...> failed.
make <e=2>: The system cannot find the file specified.
make *** [dos_setup] Error 2
You dont need to download/install FreeType, it is included in the OPL source files already and is compiled when you compile the ELF, so theres nothing you should need to do as far as FreeType is concerned.
Im gettings lots of warnings when building Freetype and Interface. I tried running the program like that, but I couldnt switch between usb/smb/hdd, it just stays at Apps..
The warnings are normal and can just be ignored. ;)
OPL now has the option to choose which device(s) are to be used on startups and until you configure them the first time you will only have Apps on by default.
Once you go to Settings and turn on what ever you want to use, you have 3 options:
Off - disables the device and it not displayed on main screen
Manual - enables the device to be displayed in the main screen and you start the device from there
Auto - automatically starts the device and displays the list for that device on each startup of OPL
Once you save, then whatever you chose will stay that way on each startup of OPL. If you dont save, then whatever settings you had before will the same on next startup.
I didnt played much with the menus, because of these warnings. And now that I took a little more time to look around, all I have to say is - WoW (not world of warcraft). Its just amazing how the loader started less then a year ago and how it is now. All of you deserves a long summer break :)
Is it something you are planning for later on, or Im just blind and cant see the comp. mode's descriptions?
The compatibility mode menu was in fact completely removed for several of the GUI branch revisions, and though it has recently been brought back (shortly before the merger with the main branch) it still lacks the tooltip hints that should be displayed, stating the main purpose of each option that is selected.
Best regards: dlanor
I've been trying to compile the last rev (344) but I got this following error message:
Anyone could help me, please?Code:Gillberto Moreira@GILL /c/open6
$ make
Building Freetype...
Building Open PS2 Loader...
* Interface
* Loader
* alternative Loader
* Elf Loader
* 10K kernel patches
* imgdrv.irx
* eesync.irx
* usb_cdvdman.irx
iop-as: unrecognized option `-mcpu=r3000'
make[2]: *** [smsutils.o] Error 1
make[1]: *** [usb_cdvdman.s] Error 2
make: *** [all] Error 2
Thank you!
you might need to update you Dev environment
Won't help to update the dev environment ...
You are using linux, right ?
We already had this kind of error by the past, and it is due to the parsing of a string that is locale dependant. Jimmi has already corrected the "parse" a few times, but sometimes it come back with another locale ...
A quick fix is to set your locale to C, just for the shell where you are compiling OPL:
Code:export LANG=C
export LC_ALL=C