On Tue, Sep 24, 2013 at 05:32:57PM +0200, Ralf Mardorf wrote:
On Tue, 2013-09-24 at 17:01 +0200, Joël Krähemann
wrote:
ags_0.3.15-0 doesn't build.
$ make
gcc -g -c main.c -o main.o -I../ `pkg-config --cflags alsa glib-2.0 gobject-2.0 gdk-2.0
gdk-pixbuf-xlib-2.0 gmodule-2.0 gtk+-2.0 libxml-2.0 sndfile libinstpatch-1.0`
main.c:21:35: fatal error: ags/audio/ags_channel.h: No such file or directory
#include <ags/audio/ags_channel.h>
^
compilation terminated.
make: *** [main.o] Error 1
$ ls
audio Documentation file lib license main.c main.h Makefile object README
widget X
Same result here. The file's there in the audio directory but it's looking in
ags/audio. Makefile adjustment required?
John