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

From: Leonard Ritter <contact@email-addr-hidden-ritter.com>
Date: Fri Jan 26 2007 - 03:43:28 EET

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
Received on Fri Jan 26 04:15:05 2007

This archive was generated by hypermail 2.1.8 : Fri Jan 26 2007 - 04:15:05 EET