[gtkmm] Gtkmm-forge digest, Vol 1 #282 - 12 msgs



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 93787] Changed - Outputting ustring with operator << converts implicitly (bugzilla-daemon widget gnome org)
   2. [Bug 93787] Changed - Outputting ustring with operator << converts implicitly (bugzilla-daemon widget gnome org)
   3. [Bug 97571] Changed - There is no i18n chapter in "Programming with gtkmm" (bugzilla-daemon widget gnome org)
   4. [Bug 97571] Changed - Book: Internationalisation and Translation chapter is incomplete (bugzilla-daemon widget gnome org)
   5. [Bug 93787] Changed - Outputting ustring with operator << converts implicitly (bugzilla-daemon widget gnome org)
   6. [Bug 98312] New - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   7. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   8. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   9. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  10. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  11. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  12. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 11 Nov 2002 15:06:09 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 93787] Changed - Outputting ustring with operator << converts implicitly

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=93787

Changed by olau hardworking dk 

--- shadow/93787	Sun Nov 10 18:12:21 2002
+++ shadow/93787.tmp.27133	Mon Nov 11 15:06:08 2002
@@ -504,6 +504,19 @@
 me what conversions need to be done or why - really, I don't know yet.
 
 Also, I suspect that these conversions are only really necessary when
 using non-utf8 locales. Or maybe I'm wrong. It would be nice to tell
 people exactly when (at runtime) they will hit the problem that you
 are telling them how to solve.
+
+------- Additional Comments From olau hardworking dk  2002-11-11 15:06 -------
+I've tried refactoring the notice. Hope this is better. The reason I
+didn't give an example but just refered to the reference documentation
+is that the one given there is slightly complex:
+
+ std::ostringstream output;
+ output.imbue(std::locale("")); // use the user's locale for this str
+ output << percentage << " % done";
+ label->set_text(Glib::locale_to_utf8(output.str()));
+
+I don't know why the second line is necessary. But I've just
+copy-yanked it all now.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 11 Nov 2002 15:07:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 93787] Changed - Outputting ustring with operator << converts implicitly

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=93787

Changed by olau hardworking dk 

--- shadow/93787	Mon Nov 11 15:06:08 2002
+++ shadow/93787.tmp.27307	Mon Nov 11 15:07:14 2002
@@ -517,6 +517,11 @@
  output.imbue(std::locale("")); // use the user's locale for this str
  output << percentage << " % done";
  label->set_text(Glib::locale_to_utf8(output.str()));
 
 I don't know why the second line is necessary. But I've just
 copy-yanked it all now.
+
+------- Additional Comments From olau hardworking dk  2002-11-11 15:07 -------
+Created an attachment (id=12234)
+Second try on a patch to "Programming with gtkmm".
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: 
Date: Mon, 11 Nov 2002 17:25:22 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97571] Changed - There is no i18n chapter in "Programming with gtkmm"

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=97571

Changed by murrayc usa net 

--- shadow/97571	Mon Nov  4 13:13:10 2002
+++ shadow/97571.tmp.32625	Mon Nov 11 17:25:22 2002
@@ -87,6 +87,12 @@
 
 http://mail.gnome.org/archives/gnome-i18n/2002-November/msg00028.html
 
 The "pitfalls" section could probably be shared almost completely with
 his work (I don't know yet, though, I haven't had the time to read
 it). I'll take a look at it soon.
+
+------- Additional Comments From murrayc usa net  2002-11-11 17:25 -------
+As a first step to explaining the build files changes for i18n, I
+think we should change gtkmm_hello so that it doesn't use
+GNOME-specific stuff - so that means no intltools. Alternatively we
+need to say why it's a good idea to use intltools everywhere.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: 
Date: Mon, 11 Nov 2002 17:25:58 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97571] Changed - Book: Internationalisation and Translation chapter is incomplete

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=97571

Changed by murrayc usa net 

--- shadow/97571	Mon Nov 11 17:25:22 2002
+++ shadow/97571.tmp.32673	Mon Nov 11 17:25:58 2002
@@ -9,13 +9,13 @@
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: olau hardworking dk               
 TargetMilestone: ---
 URL: 
-Summary: There is no i18n chapter in "Programming with gtkmm"
+Summary: Book: Internationalisation and Translation chapter is incomplete
 
 I've written the missing i18n chapter. The result can be seen here:
 
   http://www.cs.auc.dk/~olau/ch17.html
 
 I've included



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: 
Date: Mon, 11 Nov 2002 18:28:23 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 93787] Changed - Outputting ustring with operator << converts implicitly

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=93787

Changed by murrayc usa net 

--- shadow/93787	Mon Nov 11 15:07:14 2002
+++ shadow/93787.tmp.13412	Mon Nov 11 18:28:22 2002
@@ -522,6 +522,11 @@
 copy-yanked it all now.
 
 ------- Additional Comments From olau hardworking dk  2002-11-11 15:07 -------
 Created an attachment (id=12234)
 Second try on a patch to "Programming with gtkmm".
 
+
+------- Additional Comments From murrayc usa net  2002-11-11 18:28 -------
+That seems better, though I still don't really understand the problem.
+At least I know that I should worry whenever I use Glib::ustring with
+a std::[i|o]stream.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 12 Nov 2002 10:47:39 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] New - Build problem under MinGW 2.0 / Cygwin

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=98312

Changed by naofumi yasufuku net 

--- shadow/98312	Tue Nov 12 10:47:39 2002
+++ shadow/98312.tmp.6000	Tue Nov 12 10:47:39 2002
@@ -0,0 +1,17 @@
+Bug#: 98312
+Product: gtkmm
+Version: 2.0
+OS: Windows
+OS Details: MinGW 2.0 / Cygwin
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: naofumi yasufuku net               
+TargetMilestone: ---
+URL: 
+Summary: Build problem under MinGW 2.0 / Cygwin
+
+gtkmm-2.0.0 compilation fails under MinGW 2.0 / Cygwin environment.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 12 Nov 2002 10:56:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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=98312

Changed by naofumi yasufuku net 

--- shadow/98312	Tue Nov 12 10:47:39 2002
+++ shadow/98312.tmp.8113	Tue Nov 12 10:56:24 2002
@@ -12,6 +12,11 @@
 ReportedBy: naofumi yasufuku net               
 TargetMilestone: ---
 URL: 
 Summary: Build problem under MinGW 2.0 / Cygwin
 
 gtkmm-2.0.0 compilation fails under MinGW 2.0 / Cygwin environment.
+
+------- Additional Comments From naofumi yasufuku net  2002-11-12 10:56 -------
+Created an attachment (id=12253)
+gtkmm2-win32-mingw-2.0.patch
+



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Tue, 12 Nov 2002 11:02:12 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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=98312

Changed by naofumi yasufuku net 

--- shadow/98312	Tue Nov 12 10:56:24 2002
+++ shadow/98312.tmp.9378	Tue Nov 12 11:02:12 2002
@@ -9,14 +9,25 @@
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: naofumi yasufuku net               
 TargetMilestone: ---
 URL: 
+Cc: cgustin ibelgique com
 Summary: Build problem under MinGW 2.0 / Cygwin
 
 gtkmm-2.0.0 compilation fails under MinGW 2.0 / Cygwin environment.
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-12 10:56 -------
 Created an attachment (id=12253)
 gtkmm2-win32-mingw-2.0.patch
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-12 11:02 -------
+This patch adds
+
+1) -mms-bitfields g++ option for MinGW gcc3. This option is needed to
+compile GTK programs under Win32 platforms.
+
+2) --export-all-symbols ld option for MinGW ld. This option is needed
+to build DLL using the latest CVS head of libtool.
+



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Tue, 12 Nov 2002 11:02:57 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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=98312

Changed by naofumi yasufuku net 

--- shadow/98312	Tue Nov 12 11:02:12 2002
+++ shadow/98312.tmp.9452	Tue Nov 12 11:02:57 2002
@@ -28,6 +28,11 @@
 1) -mms-bitfields g++ option for MinGW gcc3. This option is needed to
 compile GTK programs under Win32 platforms.
 
 2) --export-all-symbols ld option for MinGW ld. This option is needed
 to build DLL using the latest CVS head of libtool.
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-12 11:02 -------
+Created an attachment (id=12254)
+gtkmm2-win32-macro.patch
+



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Tue, 12 Nov 2002 11:12:15 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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=98312

Changed by naofumi yasufuku net 

--- shadow/98312	Tue Nov 12 11:02:57 2002
+++ shadow/98312.tmp.11546	Tue Nov 12 11:12:14 2002
@@ -33,6 +33,24 @@
 
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-12 11:02 -------
 Created an attachment (id=12254)
 gtkmm2-win32-macro.patch
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-12 11:12 -------
+This patch solves Win32-specific macro problem.
+
+1) Glib::ThreadPriority enum in glib/glibmm/thread.h
+   THREAD_PRIORITY_NORMAL is previously defined as macro in
+   winbase.h
+
+2) Gdk::EventType enum in gdk/gdkmm/event.h
+   DELETE is previously defined as macro in winnt.h
+
+3) Gdk::Status enum in gdk/gdkmm/types.h
+   ERROR is previously defined as macro in wingdi.h
+
+4) Gdk::Stock::DELETE in gtk/gtkmm/stock.{h,cc}
+   DELETE is previously defined as macro in winnt.h
+
+



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Tue, 12 Nov 2002 11:41:02 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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=98312

Changed by naofumi yasufuku net 

--- shadow/98312	Tue Nov 12 11:12:14 2002
+++ shadow/98312.tmp.17743	Tue Nov 12 11:41:02 2002
@@ -51,6 +51,31 @@
    ERROR is previously defined as macro in wingdi.h
 
 4) Gdk::Stock::DELETE in gtk/gtkmm/stock.{h,cc}
    DELETE is previously defined as macro in winnt.h
 
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-12 11:41 -------
+Cedric, could you please try these patches?
+
+Personally I use the following versions of GNU autotools.
+
+  autoconf 2.52
+  automake 1.6.3
+  libtool  1.4e (latest CVS head)
+
+And I run configure under Cygwin environment like this
+
+  $ cp config.site c:/gtkmm/etc
+  $ env CXX='g++ -march=pentium' \
+        LDFLAGS='-Lc:/gtkmm/lib' \
+        AR=/usr/bin/ar \
+        ./configure \
+        --prefix=c:/gtkmm \
+        --disable-static \
+        --build=i386-pc-mingw32
+
+config.site is needed for the latest CVS libtool. Attached config.site
+settings are ripped from MinGW/etc/config.site.
+This might be unnecessary in the future libtool-1.5 release.
+



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Tue, 12 Nov 2002 11:41:37 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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=98312

Changed by naofumi yasufuku net 

--- shadow/98312	Tue Nov 12 11:41:02 2002
+++ shadow/98312.tmp.17900	Tue Nov 12 11:41:37 2002
@@ -76,6 +76,11 @@
         --build=i386-pc-mingw32
 
 config.site is needed for the latest CVS libtool. Attached config.site
 settings are ripped from MinGW/etc/config.site.
 This might be unnecessary in the future libtool-1.5 release.
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-12 11:41 -------
+Created an attachment (id=12255)
+config.site
+




--__--__--

_______________________________________________
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]