hermann wrote: > Oh, shi* that's a funktion comes with Gtk+2.14, I have replace > (all :"-)) of them with, I have belive, . . . . > > > You can replace line 468 in /src/GtkFastMeter.cpp > > GdkWindow* window = gtk_widget_get_window(GTK_WIDGET(fm)); > > with > > GdkWindow* window = GTK_WIDGET(fm)->window; > > that will do it for Gtk+2.12 > > please let me know when you run in more issues, > > regards hermann
Thank you :) it did build and the GUI is fine. I need to go shopping now, sorry, no time to test it on 64 Studio 3.0-beta3 now. It seems to be fine. I like the GUI. Cheers, Ralf spinymouse-s...@64studio:/usr/src/jcgui-0.4/src$ gedit GtkFastMeter.cpp spinymouse-s...@64studio:/usr/src/jcgui-0.4/src$ cd .. spinymouse-s...@64studio:/usr/src/jcgui-0.4$ ./waf configure [snip] spinymouse-s...@64studio:/usr/src/jcgui-0.4$ ./waf build [snip] Compilation finished successfully (00:00:03) spinymouse-s...@64studio:/usr/src/jcgui-0.4$ sudo ./waf install * installing pixmaps/Jc_Gui.png as /usr/local/share/pixmaps/Jc_Gui.png * installing pixmaps/Jc_Gui-warn.png as /usr/local/share/pixmaps/Jc_Gui-warn.png * installing pixmaps/gxjc_on.png as /usr/local/share/pixmaps/gxjc_on.png * installing pixmaps/gxjc_off.png as /usr/local/share/pixmaps/gxjc_off.png * installing pixmaps/jc_on.png as /usr/local/share/pixmaps/jc_on.png * installing pixmaps/jc_off.png as /usr/local/share/pixmaps/jc_off.png * installing Jc_Gui.desktop as /usr/local/share/applications/Jc_Gui.desktop * installing build/default/src/Jc_Gui as /usr/local/bin/Jc_Gui Compilation and installation finished successfully (00:00:00) spinymouse-s...@64studio:/usr/src/jcgui-0.4$ jackd -Rdalsa -dhw:0 -r96000 -p512 -n2 -Xseq jackdmp 1.9.3 [snip] spinymouse-s...@64studio:/usr/src/jcgui-0.4$ Jc_Gui Preset List Building *** 0 presets found Jack init *** The jack sample rate is 96000/sec Jack init *** The jack buffer size is 512/frames ... Jack Server *** Connected to Jack Server _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
