I just helped someone build for Ubuntu (not sure which version, but recent) and the package we got was portaudio19-dev
Incidentally, I have made a list of what I think are the needed packages for the current Denemo build (omitting things like gcc and make - the tools for building with), here it is guile-1.8-dev, libaubio-dev, portaudio19-dev, libfftw3-dev, libgtk2.0-dev, libxml2-dev, libgtksourceview2.0-dev librsvg2-dev libfluidsynth-dev libportmidi-dev libsndfile1-dev HTH Richard On Thu, 2012-04-12 at 00:17 -0400, Carl Spalletta wrote: > I am trying to build denemo-0.9.4-rc2 direct from the denemo.org > download page. After installing various libXXX-dev packages needed by > configure to my ubuntu 11.10 platform, configure ran cleanly. > > Then when I ran 'make', it compiled about 9 objects and then choked on the > 10th: > > gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl -I../include > -I../pixmaps -DLOCALEDIR=\"/usr/local/share/locale\" > -DSYSCONFDIR=\"/usr/local/etc/denemo/\" > -DPKGDATADIR=\"/usr/local/share/denemo/\" > -DDATAROOTDIR=\"/usr/local/share/\" -DPKGNAME=\"denemo\" -W -Wall > -Wno-unused-parameter -g -O2 -pthread -I/usr/include/libxml2 > -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo > -I/usr/include/libpng12 -I/usr/include/pixman-1 > -I/usr/include/freetype2 -pthread -lgthread-2.0 -lrt -lglib-2.0 > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -pthread -DGSEAL_ENABLE -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/gtk-3.0 -pthread -DGSEAL_ENABLE > -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 > -I/usr/include/gtk-3.0 -pthread -DGSEAL_ENABLE > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/evince/3.0 -I/usr/include/gtk-3.0 -D_HAVE_FLUIDSYNTH_ > -D_HAVE_PORTAUDIO_ -I@includedir@ -I/usr/include/aubio > -D_HAVE_PORTMIDI_ -MT libaudiobackend_a-portaudiobackend.o -MD -MP -MF > .deps/libaudiobackend_a-portaudiobackend.Tpo -c -o > libaudiobackend_a-portaudiobackend.o `test -f 'portaudiobackend.c' || > echo './'`portaudiobackend.c > In file included from portaudiobackend.c:15:0: > portaudioutil.h:33:1: error: unknown type name ‘PaDeviceIndex’ > portaudiobackend.c:46:28: error: unknown type name ‘PaStreamCallbackTimeInfo’ > portaudiobackend.c:47:28: error: unknown type name ‘PaStreamCallbackFlags’ > portaudiobackend.c: In function ‘actual_portaudio_initialize’: > portaudiobackend.c:91:3: error: unknown type name ‘PaStreamParameters’ > portaudiobackend.c:100:20: error: request for member ‘device’ in > something not a structure or union > portaudiobackend.c:102:24: error: request for member ‘device’ in > something not a structure or union > portaudiobackend.c:105:21: error: request for member ‘device’ in > something not a structure or union > portaudiobackend.c:108:64: error: request for member ‘device’ in > something not a structure or union > portaudiobackend.c:115:3: warning: implicit declaration of function > ‘Pa_GetHostApiInfo’ [-Wimplicit-function-declaration] > portaudiobackend.c:115:48: error: ‘PaDeviceInfo’ has no member named ‘hostApi’ > portaudiobackend.c:118:20: error: request for member ‘channelCount’ in > something not a structure or union > portaudiobackend.c:119:20: error: request for member ‘sampleFormat’ in > something not a structure or union > portaudiobackend.c:119:48: error: ‘paNonInterleaved’ undeclared (first > use in this function) > portaudiobackend.c:119:48: note: each undeclared identifier is > reported only once for each function it appears in > portaudiobackend.c:120:20: error: request for member > ‘suggestedLatency’ in something not a structure or union > portaudiobackend.c:120:74: error: request for member ‘device’ in > something not a structure or union > portaudiobackend.c:121:20: error: request for member > ‘hostApiSpecificStreamInfo’ in something not a structure or union > portaudiobackend.c:125:34: error: ‘stream_callback’ undeclared (first > use in this function) > portaudiobackend.c:125:23: warning: passing argument 2 of > ‘Pa_OpenStream’ makes integer from pointer without a cast [enabled by > default] > /usr/include/portaudio.h:325:9: note: expected ‘PaDeviceID’ but > argument is of type ‘void *’ > portaudiobackend.c:125:23: warning: passing argument 3 of > ‘Pa_OpenStream’ makes integer from pointer without a cast [enabled by > default] > /usr/include/portaudio.h:325:9: note: expected ‘int’ but argument is > of type ‘int *’ > portaudiobackend.c:125:23: warning: passing argument 5 of > ‘Pa_OpenStream’ makes pointer from integer without a cast [enabled by > default] > /usr/include/portaudio.h:325:9: note: expected ‘void *’ but argument > is of type ‘unsigned int’ > portaudiobackend.c:125:23: warning: passing argument 8 of > ‘Pa_OpenStream’ makes integer from pointer without a cast [enabled by > default] > /usr/include/portaudio.h:325:9: note: expected ‘PaSampleFormat’ but > argument is of type ‘void *’ > portaudiobackend.c:125:23: error: too few arguments to function > ‘Pa_OpenStream’ > /usr/include/portaudio.h:325:9: note: declared here > portaudiobackend.c: At top level: > portaudiobackend.c:33:15: warning: ‘nframes_to_seconds’ defined but > not used [-Wunused-function] > make[2]: *** [libaudiobackend_a-portaudiobackend.o] Error 1 > make[2]: Leaving directory `/home/carl/denemo-0.9.4-rc2/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/carl/denemo-0.9.4-rc2' > make: *** [all] Error 2 > > I am puzzled as to why this error should occur. > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
