Re: [Re: [gtkmm] gcc-3.3 and gtkmm-2.2.1]
- From: Christof Petig <christof petig-baender de>
- To: "B. Bell" <bradleyb u washington edu>
- Cc: Murray Cumming Comneon com, olau hardworking dk, gtkmm-list gnome org, 192482 bugs debian org
- Subject: Re: [Re: [gtkmm] gcc-3.3 and gtkmm-2.2.1]
- Date: Mon, 19 May 2003 14:50:29 +0200
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]