Search found 27 matches
- Sun Aug 12, 2012 12:26 pm
- Forum: Libraries and Tools
- Topic: Build Love on PowerPC - MintPPC 9.3
- Replies: 3
- Views: 3244
Re: Build Love on PowerPC - MintPPC 9.3
Hmmm - Sorry about that, If it is neccessary, then I don't want to give bad advice....The AM_PROG_AR has something to do with automake. If it is not defined, then older versions of automake fail. My assumption in commenting it out was that if it was not defined, then it was not being used. I am usin...
- Sun Aug 12, 2012 4:31 am
- Forum: Libraries and Tools
- Topic: Build Love on PowerPC - MintPPC 9.3
- Replies: 3
- Views: 3244
Build Love on PowerPC - MintPPC 9.3
Hello Everyone - I just got Love 0.8.0 to build successfully on my MintPPC g4 powerbook system. Here is how I did it: Clone the love repository from Bitbucket hg clone https://bitbucket.org/rude/love Install love dependencies: sudo apt-get build-dep love I am not sure if this next step is neccessary...
- Wed Sep 28, 2011 10:35 am
- Forum: General
- Topic: Future for PowerPC Linux?
- Replies: 8
- Views: 6479
Re: Future for PowerPC Linux?
That is exactly the reason why I purged this system of all things Apple and switched to Linux :) Intel-macs are awesome - but Apple abandoned the powerpc FAST... This laptop was a month old when apple announced intel-macs... within a few months it became clear that my brand new (super expensive bank...
- Wed Sep 28, 2011 1:23 am
- Forum: General
- Topic: Future for PowerPC Linux?
- Replies: 8
- Views: 6479
Re: Future for PowerPC Linux?
Well - in this post http://love2d.org/forums/viewtopic.php?f=3&t=2970 , it is clearly stated that 0.7.2 is the last version to support powerpc mac. I will definitely try to compile 0.8.0 when it is released - I compiled 0.7.2 with no issues... Also, I have been able to get some software running ...
- Tue Sep 27, 2011 11:48 pm
- Forum: General
- Topic: Future for PowerPC Linux?
- Replies: 8
- Views: 6479
Future for PowerPC Linux?
Love 0.8.0 will no longer support powerpc macintosh systems running osx - Is this also true for PowerPC Linux systems?
- Tue Sep 27, 2011 1:58 pm
- Forum: Support and Development
- Topic: Could not set write Directory - Only occurs with .exe
- Replies: 6
- Views: 4594
Re: Could not set write Directory - Only occurs with .exe
Yes - Setting t.identity as "BoxBreaker" also works - and is preferable to %appdata/Love% - Looking back on this error makes me realize I was being total noob! - which of course, I am...
Thanks!
Thanks!
- Tue Sep 27, 2011 12:51 am
- Forum: Games and Creations
- Topic: Roid Rage
- Replies: 21
- Views: 15306
Re: Roid Rage
Cool - I have to choose the 25 size explosion on my slow system - glad that the option is there! The new gameplay controls threw me off at first! The game is much more challenging now! I like the new control scheme overall - it is more interesting than just holding down the mouse button. Now I need ...
- Mon Sep 26, 2011 9:11 pm
- Forum: Support and Development
- Topic: Could not set write Directory - Only occurs with .exe
- Replies: 6
- Views: 4594
Re: Could not set write Directory - Only occurs with .exe
Ah - I solved it! : I changed t.identity to the following in conf.lua:
Now it is working just fine - Thanks!
Code: Select all
t.identity = "'%appdata%\Love\'"
- Mon Sep 26, 2011 7:46 pm
- Forum: Support and Development
- Topic: Could not set write Directory - Only occurs with .exe
- Replies: 6
- Views: 4594
Re: Could not set write Directory - Only occurs with .exe
hmmm - the same error occurs when I add the following line to conf.lua:
t.identity = "data"
- again, the .love file works fine - the .exe fails.. could it be a file permissions issue?
t.identity = "data"
- again, the .love file works fine - the .exe fails.. could it be a file permissions issue?
- Mon Sep 26, 2011 5:52 pm
- Forum: Support and Development
- Topic: Could not set write Directory - Only occurs with .exe
- Replies: 6
- Views: 4594
Could not set write Directory - Only occurs with .exe
Hello Everyone - I have recently be toying around with creating an executable for my Love game. I am running into issues regarding love.filesystem.write when the .love file is merged into an .exe file. When I run my game from the .love file, everything works fine - However, when I merge it into the ...