Hi Stuart, just noticed that I wrote Carlos last time, sorry.
On Sunday 17 December 2006 09:59, Werner Hoch wrote: > On Sunday 17 December 2006 02:42, Stuart Brorson wrote: > > I just grabbed the latest gEDA/gaf out of CVS and tried to build > > it. My build failed with this error: > > > > /usr/local/src/geda/gaf/gschem/src/x_autonumber.c:1082: undefined > > reference to `gtk_combo_box_get_active_text' > > I take a look at it and write a workaround. > Can't imaging that we really need this function. It can be replaced with two lines: widget = gtk_bin_get_child(GTK_BIN(widget)); text = g_strdup(gtk_entry_get_text( GTK_ENTRY(widget))); Stuart, which distribution have you used for testing with GTK2.4? Or is there a simple test that shows, whether we used newer GTK funtcions? Regards Werner _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
