protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] 2 error message compiling


From: Luciano Giordana
Subject: Re: [Protux-devel] 2 error message compiling
Date: Sun, 27 Oct 2002 13:26:20 -0200
User-agent: KMail/1.4.3

Error 1 -

On Saturday 26 October 2002 05:53 pm, Fabio dos Santos wrote:
> From the latest PROTUX CVS tree
>
> c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include
> -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2
> -fno-exceptions -fno-check-new  -c Delay.cc
> Delay.cc: In method `Delay::Delay(int, int)':
> Delay.cc:6: implicit declaration of function `int init_tail(...)'
> Delay.cc: In method `int Delay::load_data(char *, int)':
> Delay.cc:15: `fragment' undeclared (first use this function)
> Delay.cc:15: (Each undeclared identifier is reported only once
> Delay.cc:15: for each function it appears in.)
> Delay.cc: In method `int Delay::process()':
> Delay.cc:33: `tailBuffer' undeclared (first use this function)
> Delay.cc:33: `tailSize' undeclared (first use this function)
> Delay.cc:98: implicit declaration of function `int push_tail(...)'
> make[2]: ** [Delay.o] Erro 1
> make[2]: Leaving directory `/home/rsff/mustux/protux/src/filters'
> make[1]: ** [install-recursive] Erro 1
> make[1]: Leaving directory `/home/rsff/mustux/protux/src'
> make: ** [install-recursive] Erro 1

it seems it is just a matter of recompiling libmustux, and reinstall it BEFORE 
protux compilation
Also, try make clean in protux before recompiling it

ERROR 2

> MustuxAudioFilter.cc:96: implicit declaration of function `int
> bzero(...)'
> make: ** [MustuxAudioFilter.lo] Erro 1


Fixed. I forgot the #include <string.h> in the top of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]