Search found 26 matches
- Tue Dec 29, 2009 12:19 pm
- Forum: General
- Topic: LÖVE 0.6.0
- Replies: 54
- Views: 38747
Re: LÖVE 0.6.0
Have you made sure you've installed OpenAL? sudo apt-get install libopenal1 (Ubuntu 9.10) Yes, otherwise I wouldn't have had the file to begin with: $ sudo apt-get install libopenal1 Reading package lists... Done Building dependency tree Reading state information... Done libopenal1 is already the n...
- Tue Dec 29, 2009 12:10 pm
- Forum: General
- Topic: LÖVE 0.6.0
- Replies: 54
- Views: 38747
Re: LÖVE 0.6.0
http://pastebin.com/mae2943e The main point of interest is the line: libopenal.so.1 => not found Even tho $ ls -l /usr/lib/libopenal.so.1 lrwxrwxrwx 1 root root 23 2009-12-29 13:15 /usr/lib/libopenal.so.1 -> /usr/lib/libopenal64.so (i relinked it myself to be on the safe side) LD_LIBRARY_PATH doesn'...
- Tue Dec 29, 2009 11:41 am
- Forum: General
- Topic: LÖVE 0.6.0
- Replies: 54
- Views: 38747
Re: LÖVE 0.6.0
Could you tell me the output of ldd love and ls -l /usr/lib/libopenal.so.1 ? ido@ido-laptop:~$ love love: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory ido@ido-laptop:~$ ldd love ldd: ./love: No such file or directory ido@ido-laptop:...
- Tue Dec 29, 2009 10:38 am
- Forum: General
- Topic: LÖVE 0.6.0
- Replies: 54
- Views: 38747
Re: LÖVE 0.6.0
Ah thanks, I'm revising the deb anyway, will fix it now. EDIT: It already does, it depends on libopenal1 Still doesn't work for some reason: ido@ido-laptop:~$ love love: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory ido@ido-laptop:~$...
- Mon Dec 28, 2009 5:11 pm
- Forum: General
- Topic: LÖVE 0.6.0
- Replies: 54
- Views: 38747
Re: LÖVE 0.6.0
just a quick note: in the .deb installer, it needs to specify that it also depends on libopenal.
- Tue Apr 14, 2009 1:10 pm
- Forum: Support and Development
- Topic: Compiling love fron svn
- Replies: 9
- Views: 6902
Re: Compiling love fron svn
athanazio: that tag is 6 months old and is exactly the same as the 0.5 download.
- Fri Apr 10, 2009 2:01 pm
- Forum: Support and Development
- Topic: Mini Release of Löve for ludum dare?
- Replies: 0
- Views: 3491
Mini Release of Löve for ludum dare?
Hi!
Seeing as how the current version from svn is not usable by mere mortals & 0.5 is several months old, can we have a quick in-between release (0.5.1?) for the next ludum dare in the mean while?
Löve will be perfect for it and it starts next week.
-Ido.
Seeing as how the current version from svn is not usable by mere mortals & 0.5 is several months old, can we have a quick in-between release (0.5.1?) for the next ludum dare in the mean while?
Löve will be perfect for it and it starts next week.
-Ido.
- Thu Apr 09, 2009 2:28 pm
- Forum: Support and Development
- Topic: Löve on LLVM-Lua?
- Replies: 0
- Views: 3589
Löve on LLVM-Lua?
Hey,
Does anyone here have experience with llvm-lua?
Will it be difficult to port löve to it? Is it worth it?
-Ido.
Does anyone here have experience with llvm-lua?
Will it be difficult to port löve to it? Is it worth it?
-Ido.
- Thu Apr 09, 2009 10:15 am
- Forum: Support and Development
- Topic: Compiling love fron svn
- Replies: 9
- Views: 6902
Re: Compiling love fron svn
IIRC... The latest version is a work-in-progress and doesn't 'work' yet, so even when you finish compiling it wouldn't load any games. This has been bugging me for a while. I understand the need to tear apart code if you need to do some major refactoring or architectural changes, but could it pleas...
- Wed Apr 08, 2009 10:54 pm
- Forum: Support and Development
- Topic: Compiling love fron svn
- Replies: 9
- Views: 6902
Compiling love fron svn
Hi, I tried to compile the latest from subversion, and ran into some problem: $ svn co https://love.svn.sourceforge.net/svnroot/love/trunk love-trunk checked out ok $ aclocal $ autoconf $ automake --add-missing configure.in:8: installing `platform/unix/config.guess' configure.in:8: installing `platf...