onsdag december 2 2009 16.14.21 skrev Adriano Petrosillo:
...
gtkui.c: In function ‘widget_set_backing_store_
callback’:
gtkui.c:2101: error: ‘group’ undeclared (first use in this function)
gtkui.c:2101: error: (Each undeclared identifier is reported only once
gtkui.c:2101: error: for each function it appears in.)
make[2]: *** [gtkui.o] Error 1
make[2]: Leaving directory `/home/keysschool/zynaddsubfx/phasex-0.12.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/keysschool/zynaddsubfx/phasex-0.12.0'
make: *** [all] Error 2
You do not write wich gtk version you have, but I had a similar on Fedora 10
(gtk 2.14.) with Phasex 0.12.0. My workaround was this:
Change the line 2100 src/gtkui.c so it looks like this:
#if GTK_MINOR_VERSION >= 15
Good luck!
Jostein