[proaudio] ERROR: media-sound/ghostess-20061127 failed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Hi all,
Ghostess doesn't seem to like "jackmidi" (with jack-audio-connection-kit-9999,
I did not try with earlier versions of jack). Ghostess compiles fine
without "jackmidi" use-flag, but does not compile if I activate it, here's
the log :
[...]
ghostess.c: In function ‘audio_callback’:
ghostess.c:235: error: too many arguments to
function ‘jack_midi_get_event_count’
ghostess.c:261: error: too many arguments to function ‘jack_midi_event_get’
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT
-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/directfb -I/usr/include/libpng12 -O2 -march=athlon-xp -pipe -I/usr/include/alsa -Wall -MT
ghostess-gui_callbacks.o -MD -MP -MF ".deps/ghostess-gui_callbacks.Tpo" -c -o
ghostess-gui_callbacks.o `test -f 'gui_callbacks.c' ||
echo './'`gui_callbacks.c; \
then
mv -f ".deps/ghostess-gui_callbacks.Tpo" ".deps/ghostess-gui_callbacks.Po";
else rm -f ".deps/ghostess-gui_callbacks.Tpo"; exit 1; fi
make[2]: *** [ghostess-ghostess.o] Error 1
[...]
T.