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.
LÖVE 0.7.2
Re: LÖVE 0.7.2
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
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: LÖVE 0.7.2
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 with , 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. I tried commenting it with "#" and erasing it, but I keep getting the same message.
Code: Select all
AC_INIT([love], [HEAD])
Code: Select all
AC_INIT([love0-6-2], [HEAD])
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++]))
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: LÖVE 0.7.2
You've got to rerun automagic.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.
Re: LÖVE 0.7.2
Ah! I should have paid more attentionbartbes wrote:You've got to rerun automagic.
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)
Who is online
Users browsing this forum: No registered users and 3 guests