[gtkmm] Gtkmm-forge digest, Vol 1 #362 - 5 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 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   2. [Bug 107802] New - Configure script for gtkmm 2.2.0 should check for atk 1.2 (bugzilla-daemon widget gnome org)
   3. [Bug 107584] Changed - Bonboui Hello example segfault (bugzilla-daemon widget gnome org)
   4. [Bug 107584] Changed - Bonboui Hello example segfault (bugzilla-daemon widget gnome org)
   5. [Bug 107584] Changed - Bonboui Hello example segfault (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Fri,  7 Mar 2003 02:47: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 murrayc usa net 

--- shadow/98312	Thu Mar  6 04:13:32 2003
+++ shadow/98312.tmp.18403	Fri Mar  7 02:47:24 2003
@@ -1,13 +1,13 @@
 Bug#: 98312
 Product: gtkmm
 Version: 2.0
 OS: Windows
 OS Details: MinGW 2.0 / Cygwin
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: naofumi yasufuku net               
 TargetMilestone: ---
@@ -574,6 +574,9 @@
 $1
 _POP()
 
 ---------
 
 I'm deeply sorry but of course this error did not show up on WIN32 !
+
+------- Additional Comments From murrayc usa net  2003-03-07 02:47 -------
+Wonderful. Applied.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  7 Mar 2003 04:11:09 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107802] New - Configure script for gtkmm 2.2.0 should check for atk 1.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=107802

Changed by sarrazip sympatico ca 

--- shadow/107802	Fri Mar  7 04:11:09 2003
+++ shadow/107802.tmp.21283	Fri Mar  7 04:11:09 2003
@@ -0,0 +1,26 @@
+Bug#: 107802
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: RedHat 8.0
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: sarrazip sympatico ca               
+TargetMilestone: ---
+URL: 
+Summary: Configure script for gtkmm 2.2.0 should check for atk 1.2
+
+The configure script for gtkmm 2.2.0 succeeded but 'make' failed
+on tools/extra_defs_gen/generate_defs_gtk.cc because the identifier
+ATK_TYPE_NO_OP_OBJECT was unknown.
+
+I found this identifier in /usr/include/atk-1.0/atk/atknoopobject.h
+and guessed that things might work better if I had atk-1.2 instead.
+I installed atk 1.2.2 and the compilation error disappeared.
+
+Perhaps the configure script could require atk 1.2 if this is
+indeed a requirement of gtkmm 2.2.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  7 Mar 2003 13:17:47 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107584] Changed - Bonboui Hello example segfault

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

Changed by mxpxfifws yahoo com 

--- shadow/107584	Thu Mar  6 11:02:10 2003
+++ shadow/107584.tmp.14190	Fri Mar  7 13:17:47 2003
@@ -49,6 +49,17 @@
 ------- Additional Comments From mxpxfifws yahoo com  2003-03-04 16:27 -------
 all my libraries are the latest anoncvs
 
 ------- Additional Comments From murrayc usa net  2003-03-06 11:02 -------
 My first step would be to comment parts of the example out until I had
 a simple-as-possible-but-still-crashing example.
+
+------- Additional Comments From mxpxfifws yahoo com  2003-03-07 13:17 -------
+Ok, I isolated the problem to line 43 of hellowindow.cc of the hello
+example.  I made my own application (a slimmed down version of the
+hello example) to demonstrate this.  Compile it with this command:
+g++ -ggdb *.cc `pkg-config libgnomeuimm-2.0 --cflags --libs` -o test
+
+then run test and click the WM's X.  It will segfault.
+
+This example takes all comments out of the hello example and brings in
+no XML.  The culprit line is line 11.  Hope this helps!



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  7 Mar 2003 13:22:41 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107584] Changed - Bonboui Hello example segfault

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

Changed by mxpxfifws yahoo com 

--- shadow/107584	Fri Mar  7 13:17:47 2003
+++ shadow/107584.tmp.16565	Fri Mar  7 13:22:41 2003
@@ -60,6 +60,11 @@
 g++ -ggdb *.cc `pkg-config libgnomeuimm-2.0 --cflags --libs` -o test
 
 then run test and click the WM's X.  It will segfault.
 
 This example takes all comments out of the hello example and brings in
 no XML.  The culprit line is line 11.  Hope this helps!
+
+------- Additional Comments From mxpxfifws yahoo com  2003-03-07 13:22 -------
+Created an attachment (id=14841)
+Here's the test case....
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  7 Mar 2003 13:24:07 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107584] Changed - Bonboui Hello example segfault

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

Changed by mxpxfifws yahoo com 

--- shadow/107584	Fri Mar  7 13:22:41 2003
+++ shadow/107584.tmp.17237	Fri Mar  7 13:24:07 2003
@@ -65,6 +65,9 @@
 no XML.  The culprit line is line 11.  Hope this helps!
 
 ------- Additional Comments From mxpxfifws yahoo com  2003-03-07 13:22 -------
 Created an attachment (id=14841)
 Here's the test case....
 
+
+------- Additional Comments From mxpxfifws yahoo com  2003-03-07 13:24 -------
+save the attachment as hello_isolated.tar.gz




--__--__--

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