Search found 6 matches

by wasted
Fri Mar 03, 2006 7:15 am
Forum: PSP Lua Player Development
Topic: Newbie - cygwin Lua emulator question.
Replies: 8
Views: 3542

Yes please ! Do I need to add my email add to my profile ?
by wasted
Thu Mar 02, 2006 7:30 am
Forum: PSP Lua Player Development
Topic: Newbie - cygwin Lua emulator question.
Replies: 8
Views: 3542

No I don't. I have : PSPDEV=/usr/local/pspdev Looking at http://wiki.ps2dev.org/psp:lua_player:compiling the only reference to pspsdk is in the block for making freetype: cd freetype sh autogen.sh LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" \ ./configure --host psp --prefix=`p...
by wasted
Sat Feb 25, 2006 10:07 pm
Forum: PSP Lua Player Development
Topic: Newbie - cygwin Lua emulator question.
Replies: 8
Views: 3542

Thanks - that makes sense. I've followed the instructions at http://wiki.ps2dev.org/psp:lua_player:compiling and got LuaPlayer source. When I try to compile I get the error for missing header file - tdefs.h (see below). Can anyone help with another location for the source ? wasted@Sun ~/source/LuaPl...
by wasted
Mon Feb 20, 2006 8:41 pm
Forum: PSP Lua Player Development
Topic: Newbie - cygwin Lua emulator question.
Replies: 8
Views: 3542

Am I asking for something that cannot be done ?
by wasted
Sun Feb 19, 2006 9:01 pm
Forum: PSP Lua Player Development
Topic: [RELEASE] Lua FileManager
Replies: 6
Views: 3509

Will take a look when the clever chaps get Lua working on 2.6 ;-)
by wasted
Sun Feb 19, 2006 9:15 am
Forum: PSP Lua Player Development
Topic: Newbie - cygwin Lua emulator question.
Replies: 8
Views: 3542

Newbie - cygwin Lua emulator question.

Hi all - I've been searching through and am just stuck on how to invoke the Lua emulator in cygwin. I've installed the toolchain etc... and can get a lua hello world test script to run, but one that uses psp functions fails with: $ lua script.lua lua: script.lua:2: attempt to index global `Color' (a...