denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Trying to compile 0.7.7


From: Richard Shann
Subject: Re: [Denemo-devel] Trying to compile 0.7.7
Date: Sun, 20 Apr 2008 14:13:33 +0100

PaTimestamp is in src/portaudio.h which was added 7 months ago to CVS so
it should be in 0.7.7
However, please use 0.7.8 as 0.7.7 has known bugs. (O.K. 0.7.8 has known
bugs as well...)
Richard

On Sat, 2008-04-19 at 13:16 -0700, Bob van der Poel wrote:
> I just dowloaded 0.7.7.
> 
> ./configure  appears to work just fine
> 
> make fails here:
> 
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I../include 
> -I../pixmaps -DLOCALEDIR=\"/usr/local/share/locale\" 
> -DSYSCONFDIR=\"/usr/local/etc/\" 
> -DPKGDATADIR=\"/usr/local/share/denemo/\"  -I/usr/include/libxml2 
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
> -I/usr/include/libpng12   -I/usr/include/aubio   -MT audiocapture.o -MD 
> -MP -MF ".deps/audiocapture.Tpo" -c -o audiocapture.o audiocapture.c; \
>          then mv -f ".deps/audiocapture.Tpo" ".deps/audiocapture.Po"; 
> else rm -f ".deps/audiocapture.Tpo"; exit 1; fi
> audiocapture.c:77: error: expected declaration specifiers or ‘...’ 
> before ‘PaTimestamp’
> audiocapture.c: In function ‘recordCallback’:
> audiocapture.c:91: error: ‘outTime’ undeclared (first use in this function)
> audiocapture.c:91: error: (Each undeclared identifier is reported only once
> audiocapture.c:91: error: for each function it appears in.)
> audiocapture.c: In function ‘pa_main’:
> audiocapture.c:136: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘*’ token
> audiocapture.c:136: error: ‘stream’ undeclared (first use in this function)
> audiocapture.c:191: warning: passing argument 2 of ‘Pa_OpenStream’ makes 
> pointer from integer without a cast
> audiocapture.c:191: warning: passing argument 3 of ‘Pa_OpenStream’ makes 
> pointer from integer without a cast
> audiocapture.c:191: warning: passing argument 5 of ‘Pa_OpenStream’ makes 
> integer from pointer without a cast
> audiocapture.c:191: warning: passing argument 8 of ‘Pa_OpenStream’ makes 
> pointer from integer without a cast
> audiocapture.c:191: error: too many arguments to function ‘Pa_OpenStream’
> audiocapture.c: In function ‘determine_frequency’:
> audiocapture.c:316: warning: incompatible implicit declaration of 
> built-in function ‘lround’
> make[2]: *** [audiocapture.o] Error 1
> make[2]: Leaving directory `/home/bob/tmp/denemo-0.7.7/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/bob/tmp/denemo-0.7.7'
> make: *** [all] Error 2
> 
> I'm probably missing a library or header files????
> 
> 





reply via email to

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