Page 3 of 3

Re: String2Tiles

Posted: Sat Nov 20, 2010 2:17 am
by arquivista
Robin wrote: You probably see something like

Code: Select all

$ open test.love
$
right?

It means LÖVE can't talk to the terminal using "open'. Try love test.love
well it worked but was even a bit more complicated than expected. for that work I had to "open -a TextEdit ~/.bash_profile" just as told in WIKI and add

Code: Select all

# alias to love
alias love="/Applications/love.app/Contents/MacOS/love"
, close Terminal, reopen and only then could bash found Love. Thanxs Robin, OSX is so annoying geek.

I trying kikito's log routine but something is wrong and crashing all the times Love. This will wait till tomorrow then... ^^