[gtkmm] Gtkmm-forge digest, Vol 1 #489 - 1 msg



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.


Today's Topics:

   1. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: max quendi de
Date: Sat,  9 Aug 2003 23:58:51 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=93412

Changed by julian jabber org 

--- shadow/93412	Sat Aug  9 22:11:09 2003
+++ shadow/93412.tmp.25143	Sat Aug  9 23:58:51 2003
@@ -399,6 +399,35 @@
 Is that really the same patch that you used before?
 
 ------- Additional Comments From julian jabber org  2003-08-09 22:11 -------
 Sorry, was moving. No, it's not the same patch. It's the latest patch
 the Debian maintainer has.. maybe he removed the workaround in the new
 version. I'll look at the older version of the patch.
+
+------- Additional Comments From julian jabber org  2003-08-09 23:58 -------
+Ok, it works. This is the piece (the only piece) of the older debian
+patch that I used:
+
+--- gtkmm2.0-2.2.3.orig/glib/glibmm/ustring.h
++++ gtkmm2.0-2.2.3/glib/glibmm/ustring.h
+@@ -520,7 +520,11 @@
+ 
+ //! @}
+ 
++#if __GNUC__ == 3 && __GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ == 0
++public:
++#else
+ private:
++#endif
+ 
+ #ifndef DOXYGEN_SHOULD_SKIP_THIS
+ 
+@@ -533,6 +537,9 @@
+ 
+ #endif /* DOXYGEN_SHOULD_SKIP_THIS */
+ 
++#if __GNUC__ == 3 && __GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ == 0
++private:
++#endif
+   std::string string_;
+ };
+



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



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