[Lumiera] Compile lumiera

Burkhard Plaum plaum at ipf.uni-stuttgart.de
Fri Nov 20 14:24:26 CET 2009


Hi,

Christian Thaeter wrote:
> Burkhard Plaum wrote:
>> Hi,
>>
>> Richard Nespithal wrote:
>>> Hi everybody,
>>>
>>> I tried to compile lumiera today; all dependencies are installed but
>>> the main lumiera package failed:
>>>
>>> /usr/include/gavl/gavltime.h:275: error: 'uint64_t' does not name a type
>>>
>>> Does anybody know how to fix this?
>> Before including <gavl/gavltime.h> one must include <inttypes.h>
>>
>> I just added
>>
>> #include <inttypes.h>
>>
>> to gavltime.h. But since lumiera depends on a hopelessly old gavl version,
>> this must be worked around within lumiera.
> 
> Well, not depends but we just set the minimal required version as low as
> possible to be able to build on debian lenny. 

Which is wrong imo. It only makes people stumble across ancient gavl bugs,
which were fixed years ago. People who manage to pull lumiera (and other
dependencies like nobug) from git will also be able to download and
install the latest public .tar.gz for gavl.

No offence intended, but considering the timescales, at which lumiera is
developed, one can safely assume that even todays CVS version of gavl will
have made it into Debian once a public lumiera release appears ;)

> It should work on a higher
> /actual gavl version too of course!
> 
> Strangely I never seen this problem. Richard, what distro and what gavl
> version are you on? This should be fixed. Feel free to post a ticket on
> http://issues.lumiera.org/ or just send a mail then I open a ticket.

You need a ticket for adding one #include line??

Burkhard


More information about the Lumiera mailing list