* Bob Ham <rah(a)bash.sh> [Feb 08 03 12:44]:
Hi all,
Now supports jack. It needs the patchbay-facilitating jack functions
that are only in cvs atm, tho; there's been no tarball release with them
yet. And yes, it's still called "ALSA" patchbay :)
This looks great but I'm unable to compile:
if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -g -D_REENTRANT -fexceptions -I../../../src
-Wall -I/usr/include/gtkmm-2.0 -I/usr/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/ladcca-1.0 -DAPB_DESKTOP_PREFIX=\"/usr/share\" -g -O2 -MT
gtkmm_so-main-window.o -MD -MP -MF ".deps/gtkmm_so-main-window.Tpo" \
-c -o gtkmm_so-main-window.o `test -f 'main-window.cpp' || echo
'./'`main-window.cpp; \
then mv ".deps/gtkmm_so-main-window.Tpo"
".deps/gtkmm_so-main-window.Po"; \
else rm -f ".deps/gtkmm_so-main-window.Tpo"; exit 1; \
fi
/usr/include/sigc++-1.2/sigc++/object_slot.h: In function `SigC::Slot0<R>
SigC::slot(O1&, R (O2::*)()) [with R = void, O1 = SigC::Object, O2 =
APB::GTKmm::UI]':
main-window.cpp:119: instantiated from here
/usr/include/sigc++-1.2/sigc++/object_slot.h:62: conversion from `SigC::Object'
to non-scalar type `APB::GTKmm::UI' requested
/usr/include/sigc++-1.2/sigc++/object_slot.h:62: cannot initialize `
APB::GTKmm::UI&' from `SigC::Object'
make: *** [gtkmm_so-main-window.o] Error 1
--ant