LÖVE 0.7.2

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: LÖVE 0.7.2

Post by bartbes »

It seems debian has borked up libdevil-dev's dependencies, and because ubuntu imports from debian, ubuntu now suffers from it too.
In any case, this is resolved by installing libmng-dev.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: LÖVE 0.7.2

Post by Nixola »

Ok, it works now, thanks Bartbes and Josef!
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
BozoDel
Party member
Posts: 164
Joined: Fri Nov 01, 2013 10:28 pm

Re: LÖVE 0.7.2

Post by BozoDel »

Hey, folks, sorry to revive this ole thread, but it seems to be the right one. First of all, I wanna be able to build it in a way that I can install several different versions of LÖVE (you know, for playing those very ole games). What if I edit the configure.in file and replace

Code: Select all

AC_INIT([love], [HEAD])
with

Code: Select all

AC_INIT([love0-6-2], [HEAD])
, will that do the trick?

Or maybe doing like josefnpat said, but pasting that binary into some love0-6-2 folder?

Also, I'm getting a "configure: error: Can't LÖVE without FLAC++" message. Can't I just disable flac somehow? Theres a line in configure.in that says

Code: Select all

AC_SEARCH_LIBS([FLAC__metadata_chain_new], [FLAC++], [], AC_MSG_ERROR([Can't LÖVE without FLAC++]))
. I tried commenting it with "#" and erasing it, but I keep getting the same message.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: LÖVE 0.7.2

Post by bartbes »

BozoDel wrote: Also, I'm getting a "configure: error: Can't LÖVE without FLAC++" message. Can't I just disable flac somehow?[...]I tried commenting it with "#" and erasing it, but I keep getting the same message.
You've got to rerun automagic.
User avatar
BozoDel
Party member
Posts: 164
Joined: Fri Nov 01, 2013 10:28 pm

Re: LÖVE 0.7.2

Post by BozoDel »

bartbes wrote:You've got to rerun automagic.
Ah! I should have paid more attention :crazy:

But figured out that only removes a warning. I still can't make the file without FLAC support. I tried installing flac and flac++-dev, but didn't work (never had any trouble playing flac files, btw). Also tried commenting out everything with "flac" in it in src/Makefile, src/Makefile.am and src/Makefile.in...

Seriously thinking this is not worth the bother. Thanks anyway ^^

EDIT: In case someone with a similar problem finds this thread, you can try this: https://www.love2d.org/wiki/Adult_Lib
(I haven't tried it myself yet)
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], Semrush [Bot] and 0 guests