[linux-audio-user] ANN: libzzub 0.2.1 (Aldrin related)

Leonard Ritter contact at leonard-ritter.com
Thu Jan 25 20:43:28 EST 2007


On Fri, 2007-01-26 at 01:25 +0100, mik wrote:
> also: i had a problem compiling it for amd64
> 
> src/plugins/lunar/include/lunar/fx.h:12: error: conflicting declaration 
> ‘typedef unsigned int size_t’
> /usr/lib/gcc/x86_64-linux-gnu/4.1.2/include/stddef.h:214: error: 
> ‘size_t’ has a previous declaration as ‘typedef long unsigned int size_t’
> scons: *** [src/plugins/lunar/lunarstd.os] Error 1
> scons: building terminated because of errors.

change the line so it says

typedef unsigned int lunar_size_t;

then, in the define section below, add a new line that looks like this:

...
#if !defined(LUNAR_NO_FX_STDLIB_DEFINES)
#define lunar_size_t size_t
...

-- 
Leonard Ritter

-- Freelance Art & Logic
-- http://www.leonard-ritter.com





More information about the Linux-audio-user mailing list