denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Error during make when building Denemo


From: Nick Payne
Subject: [Denemo-devel] Error during make when building Denemo
Date: Fri, 04 Jul 2014 21:52:06 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Hi

I'm attempting to build Denemo from source on Linux Mint 17 amd64. I downloaded the Denemo source using the git clone command shown on page http://denemo.org/downloads-page/ and then installed the build dependencies using the apt-get install command shown on page http://denemo.org/hacking-sources/. When I execute the build commands, running ./autogen.sh completes successfully, as does running ../configure from the bin directory, but when I run make, it successfully compiles quite a number of files but then fails with the following:

gcc -DHAVE_CONFIG_H -I. -I../../src -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 -pthread -D_WITH_AUBIO_4_ -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/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 -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 -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/evince/3.0 -DUSE_EVINCE -D_HAVE_FLUIDSYNTH_ -D_HAVE_RUBBERBAND_ -D_HAVE_PORTAUDIO_ -pthread -D_HAVE_PORTMIDI_ -D_HAVE_X11_ -MT pitchrecog.o -MD -MP -MF .deps/pitchrecog.Tpo -c -o pitchrecog.o `test -f 'audio/pitchrecog.c' || echo '../../src/'`audio/pitchrecog.c ../../src/audio/pitchrecog.c:453:19: fatal error: audio.h: No such file or directory
 #include <audio.h>
                   ^
compilation terminated.
make[2]: *** [pitchrecog.o] Error 1
make[2]: Leaving directory `/home/nick/source/denemo/bin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nick/source/denemo/bin'
make: *** [all] Error 2

Regards

Nick Payne



reply via email to

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