Search found 167 matches

by farvardin
Mon Jun 30, 2008 3:27 pm
Forum: Support and Development
Topic: Linux binaries request
Replies: 8
Views: 12237

Re: Linux binaries request

just to know, why don't you want to use the gpl for löve?

Btw I see this on the wikipedia page about the zlib licence:
http://en.wikipedia.org/wiki/Zlib_License
GPL compatible Yes

Is the zlib close to the bsd licence ?

A static binary would be nice yes, and easier to redistribute with the games.
by farvardin
Mon Jun 30, 2008 11:40 am
Forum: Support and Development
Topic: Problem with module
Replies: 15
Views: 27522

Re: Problem with module

on linux you can't put the lib together with the executable binary (I mean, most distributions won't accept this). And when you build the binary, it should be linked to folder requested by the configure (default is usually /usr/local/lib but on request, for official distribution packages, it will be...
by farvardin
Mon Jun 30, 2008 6:55 am
Forum: Support and Development
Topic: Problem with module
Replies: 15
Views: 27522

Re: Problem with module

I got this "Failed loading /usr/lib/love/./liblove_sdltimer.so: /usr/lib/love/./liblove_sdltimer.so: cannot open shared object file: No such file or directory", but it's just because the lib are supposed to be kept in /usr/lib and nowhere else (like /usr/local/lib for example)
by farvardin
Mon Jun 30, 2008 6:36 am
Forum: Support and Development
Topic: [linux] Sound problem
Replies: 18
Views: 23361

[linux] Sound problem

if for one reason or one other the sound is not available on the computer, love refuses to start.

For example for me /dev/dsp had wrong permission, and I got:

"SDLMixerAudio: Unable to open audio!"

It should at least start the game with no sound...
by farvardin
Sat Jun 28, 2008 11:48 pm
Forum: General
Topic: LOVE 0.3.1
Replies: 3
Views: 5222

Re: LOVE 0.3.1

great !

Will you include a working "make install" in the next release ? It would help people to install it.
I've noticed also the makefiles are linking to lua5.1, but it prevents many people to build it on linux (their systems is requesting for lua only)
by farvardin
Sat Jun 28, 2008 11:46 pm
Forum: Libraries and Tools
Topic: The epic love demo thread!
Replies: 138
Views: 111453

Re: The epic love demo thread!

ok, thank you.
by farvardin
Sat Jun 28, 2008 6:48 pm
Forum: Libraries and Tools
Topic: The epic love demo thread!
Replies: 138
Views: 111453

Re: The epic love demo thread!

Hello,

most of the demos on this thread are not playable at all with the latest löve 0.3.1 because they refer to a "setBackgroundColor function that doesn't exists.

Was it changed in the core of the system?