On Sat, 2014-01-04 at 17:46 +0100, Federico Bruni wrote: > 2014/1/4 Richard Shann <[email protected]> > gtkdoc-scan --module=denemo --ignore-headers="" > ${_source_dir} > /bin/bash: line 4: gtkdoc-scan: command not found > > # apt-file search gtkdoc-scan
hmm, I don't seem to have apt-file let alone gtkdoc-scan ... > gtk-doc-tools: /usr/bin/gtkdoc-scan > > > that package is not installed in your system? > I don't have it installed.. it's a new dependency? Well, I guess only for developers? > > > BTW, I get this error when I run make: > > > mv -f .deps/palettestorage.Tpo .deps/palettestorage.Po > gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I../include > -I../libs/libsffile -I../pixmaps -DPREFIX=\"/usr/local\" -DBINDIR= > \"/usr/local/bin\" -DLOCALEDIR=\"/usr/local/share/locale\" > -DSYSCONFDIR=\"/usr/local/etc/denemo/\" -DPKGDATADIR= > \"/usr/local/share/denemo/\" -DDATAROOTDIR=\"/usr/local/share/\" > -DPKGNAME=\"denemo\" -DG_LOG_DOMAIN=\"Denemo\" -g -O2 > -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 -I/usr/include/libdrm > -I/usr/include/freetype2 -pthread -lgthread-2.0 -lglib-2.0 > -lsndfile -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread > -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 > -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz > -I/usr/include/freetype2 -I/usr/include/pixman-1 > -I/usr/include/libpng12 -I/usr/include/libdrm -pthread > -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 > -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 > -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz > -I/usr/include/freetype2 -I/usr/include/pixman-1 > -I/usr/include/libpng12 -I/usr/include/libdrm -pthread > -I/usr/include/gtk-3.0 -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/at-spi2-atk/2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz > -I/usr/include/freetype2 -I/usr/include/pixman-1 > -I/usr/include/libpng12 -I/usr/include/libdrm > -I/usr/include/evince/3.0 -DUSE_EVINCE -D_HAVE_FLUIDSYNTH_ > -D_HAVE_RUBBERBAND_ -D_HAVE_PORTAUDIO_ -pthread > -D_HAVE_PORTMIDI_ -D_HAVE_X11_ -MT sourceaudio.o -MD -MP > -MF .deps/sourceaudio.Tpo -c -o sourceaudio.o sourceaudio.c > sourceaudio.c: In function ‘generate_note_onsets’: > sourceaudio.c:48:3: error: unknown type name > ‘aubio_onsetdetection_type’ > aubio_onsetdetection_type type_onset = aubio_onset_kl; This would imply that the aubio.h is not getting found for sourceaudio.c #include <aubio/aubio.h> is how it is included - what config flags are you using - you need aubio for that stuff... Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
