Search found 9 matches

by _df_
Mon Jun 11, 2007 7:48 am
Forum: PSP Development
Topic: psppacker dependancy
Replies: 1
Views: 1850

psppacker dependancy

psppacker is missing a bin2c dependancy. I have my own bin2c and it took a while to figure out why psppacker wasnt compiling correctly. I modified my own bin2c programs output so psp-packer compiled. just as an FYI heads up... mm I knocked out a patch that adds a bin2c and an install clause into the...
by _df_
Mon Jun 11, 2007 7:04 am
Forum: PSP Lua Player Development
Topic: lua or C++?
Replies: 10
Views: 12636

Indeed, Coding C++ and embedding lua would be totally missing the point of using C++ at all. this totally misses the point, its like saying why does lua exist at all? why do we have c++ when we have c? etc write your framework in c++, use lua to drive it the parts that lua is good at driving (scrip...
by _df_
Sat Jun 09, 2007 2:52 am
Forum: PSP Lua Player Development
Topic: lua or C++?
Replies: 10
Views: 12636

like many, that question has a lot of answers depending on how you want to look at it.

anything I could answer with would be enough to start a language flame war :)

I think most people would suggest you learn C++ over C and you cant really go wrong with that.
by _df_
Fri Jun 08, 2007 4:32 am
Forum: PSP Lua Player Development
Topic: lua or C++?
Replies: 10
Views: 12636

lua isnt as slow as people make out. its faster than python and ruby which it is often paired against. besides, learn c++ and embed lua :) lua gives you a lot of things c++ doesnt (like full lambda calculus and full functional programming). Im a C guy and hate c++ but learn whatever takes your fancy.
by _df_
Wed Jun 06, 2007 9:10 pm
Forum: PSP Development
Topic: mikmodlib make patch
Replies: 3
Views: 1762

wierd, openssl built fine for me, I didnt run into any problems (once I patched the newlib _timer issue).
by _df_
Wed Jun 06, 2007 7:34 am
Forum: PSP Development
Topic: mikmodlib make patch
Replies: 3
Views: 1762

mikmodlib make patch

there is a fault in the makefile in playercode... only found since I install to /opt/psp instead of /usr/local Index: playercode/Makefile =================================================================== --- playercode/Makefile (revision 2243) +++ playercode/Makefile &#...
by _df_
Wed Jun 06, 2007 1:30 am
Forum: PSP Development
Topic: SDL + Standby Mode
Replies: 3
Views: 3463

is anything special required to do by the app when the psp requests standby mode?
by _df_
Mon Jun 04, 2007 9:10 pm
Forum: PSP Development
Topic: newlinb causing sdl_image to fail to build
Replies: 5
Views: 5739

thanks guys!
by _df_
Fri Jun 01, 2007 1:23 pm
Forum: PSP Development
Topic: newlinb causing sdl_image to fail to build
Replies: 5
Views: 5739

newlinb causing sdl_image to fail to build

I pulled everything from svn tonight, built toolchain, sdl, zlib,png,jpeg... then it dies building sdl_image complaining about libzlib, png,jpeg etc... I checked my config.log configure:21543: checking for jpeg_CreateDecompress in -ljpeg configure:21578: psp-gcc -o conftest -g -O2 -G0 -I"/opt/p...