[gtkmm] Re: Desperately trying to build gtkmm 1.2



Murray Cumming wrote:

make _should_ regenerate it when it sees that the source code is newer
than the generated source.


The attached patch did the job.  Thanks for your help!

--
========================================================================
Ian Pilcher                                        i pilcher comcast net
========================================================================
--- src/editable.gen_h-orig	2004-08-16 09:28:39.296251843 -0500
+++ src/editable.gen_h	2004-08-16 09:28:59.706486824 -0500
@@ -147,7 +147,7 @@
 namespace Gtk
 {
 
-  string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
+  string Editable::get_chars (int start_pos, int end_pos) const
   {
       gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
       string ret_val = chars;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]