Re: [Re: [gtkmm] gcc-3.3 and gtkmm-2.2.1]



B. Bell wrote:
I won't be able to get to this until late monday, earlier if somebody
wants to send a patch.

I don't have a patch which implements the configure test but one which unconditionally gives you a working gtkmm2 on debian again.

BTW: Is hiding a typedef really worth the trouble of a configure check?

  Christof
--- /usr/include/gtkmm-2.0/glibmm/ustring.h.orig	2003-05-19 14:41:43.000000000 +0200
+++ /usr/include/gtkmm-2.0/glibmm/ustring.h	2003-05-19 14:43:45.000000000 +0200
@@ -520,7 +520,7 @@
 
 //! @}
 
-private:
+public:
 
 #ifndef DOXYGEN_SHOULD_SKIP_THIS
 
@@ -533,6 +533,7 @@
 
 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
+private:
   std::string string_;
 };
 


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