[gtkmm] Gtkmm-forge digest, Vol 1 #508 - 4 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 121967] Changed - Functions not available on win32 (bugzilla-daemon widget gnome org)
   2. [Bug 121967] Changed - Functions not available on win32 (bugzilla-daemon widget gnome org)
   3. [Bug 122053] New - examples/book/notebook fails to compile w/GCC 3.3.2 (bugzilla-daemon widget gnome org)
   4. [Bug 122053] Changed - examples/book/notebook fails to compile w/GCC 3.3.2 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Sep 2003 03:57:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121967] Changed - Functions not available on win32

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

Changed by cgustin ibelgique com 

--- shadow/121967	Thu Sep 11 03:51:30 2003
+++ shadow/121967.tmp.12994	Thu Sep 11 03:57:48 2003
@@ -17,6 +17,17 @@
 Some classes and class methods are not available on win32 because the 
 corresponding functions are not DLL exported in the GTK+ library. Of 
 particular interest is the GTk::Clipboard class (gtk_clipboard_get_type is 
 not available on win32). In the gtkmm source code, these classes/methods 
 are commented out using the _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) 
 directive.
+
+------- Additional Comments From cgustin ibelgique com  2003-09-11 03:57 -------
+With the latest gtk+-2.2.4, many of these discrepancies were removed 
+in the C library. In particular gtk_clipboard_* functions are now DLL 
+exported. The following patch removes a bunch of 
+_GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) 
+directives. 
+There are still a few differences between the unix and win32 ports of 
+gtkmm, which are described in the README.win32 file, exclusively 
+related to atk. This should be fixed in the next release of atk (it's 
+already fixed in CVS). Atkmm will then be updated accordingly.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Sep 2003 03:59:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121967] Changed - Functions not available on win32

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

Changed by cgustin ibelgique com 

--- shadow/121967	Thu Sep 11 03:57:48 2003
+++ shadow/121967.tmp.13761	Thu Sep 11 03:59:37 2003
@@ -28,6 +28,11 @@
 _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) 
 directives. 
 There are still a few differences between the unix and win32 ports of 
 gtkmm, which are described in the README.win32 file, exclusively 
 related to atk. This should be fixed in the next release of atk (it's 
 already fixed in CVS). Atkmm will then be updated accordingly.
+
+------- Additional Comments From cgustin ibelgique com  2003-09-11 03:59 -------
+Created an attachment (id=19856)
+Add missing functions on win32.
+


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Sep 2003 17:36:30 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122053] New - examples/book/notebook fails to compile w/GCC 3.3.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=122053

Changed by btb debian org 

--- shadow/122053	Thu Sep 11 17:36:30 2003
+++ shadow/122053.tmp.25288	Thu Sep 11 17:36:30 2003
@@ -0,0 +1,53 @@
+Bug#: 122053
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: Debian unstable
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: btb debian org               
+TargetMilestone: ---
+URL: 
+Summary: examples/book/notebook fails to compile w/GCC 3.3.2
+
+Using the debian prerelease of gcc 3.3.2 (g++-3.3 1:3.3.2-0pre3) the
+notebook example fails with:
+
+In file included from /usr/include/gtkmm-2.0/gtkmm.h:85,
+                 from examplewindow.h:22,
+                 from examplewindow.cc:20:
+/usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const 
+   Gtk::Notebook_Helpers::Page& 
+   Gtk::Notebook_Helpers::PageIterator::operator*() const':
+/usr/include/gtkmm-2.0/gtkmm/notebook.h:822: error: `
+   Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of `
+   Gtk::Notebook_Helpers::Page'
+/usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const 
+   Gtk::Notebook_Helpers::Page* 
+   Gtk::Notebook_Helpers::PageIterator::operator->() const':
+/usr/include/gtkmm-2.0/gtkmm/notebook.h:828: error: `
+   Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of `
+   Gtk::Notebook_Helpers::Page'
+In file included from /usr/include/gtkmm-2.0/gtkmm.h:85,
+                 from examplewindow.h:22,
+                 from main.cc:20:
+/usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const 
+   Gtk::Notebook_Helpers::Page& 
+   Gtk::Notebook_Helpers::PageIterator::operator*() const':
+/usr/include/gtkmm-2.0/gtkmm/notebook.h:822: error: `
+   Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of `
+   Gtk::Notebook_Helpers::Page'
+/usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const 
+   Gtk::Notebook_Helpers::Page* 
+   Gtk::Notebook_Helpers::PageIterator::operator->() const':
+/usr/include/gtkmm-2.0/gtkmm/notebook.h:828: error: `
+   Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of `
+   Gtk::Notebook_Helpers::Page'
+
+Oddly enough, this error did _not_ occur with debian's previous version of
+g++-3.3 (1:3.3.2-0pre2), which gave the very similar problem reported in
+bug #121308


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Sep 2003 18:55:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122053] Changed - examples/book/notebook fails to compile w/GCC 3.3.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=122053

Changed by btb debian org 

--- shadow/122053	Thu Sep 11 17:36:30 2003
+++ shadow/122053.tmp.4022	Thu Sep 11 18:55:53 2003
@@ -48,6 +48,16 @@
    Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of `
    Gtk::Notebook_Helpers::Page'
 
 Oddly enough, this error did _not_ occur with debian's previous version of
 g++-3.3 (1:3.3.2-0pre2), which gave the very similar problem reported in
 bug #121308
+
+------- Additional Comments From btb debian org  2003-09-11 18:55 -------
+It may also be necessary to reopen of bug #117494 - it gives a
+different error now, though...
+
+treeiter.cc: In member function `const Gtk::TreeNodeChildren& 
+   Gtk::TreeRow::children() const':
+treeiter.cc:145: error: `Gtk::TreeIter' is an inaccessible base of `
+   Gtk::TreeNodeChildren'
+



--__--__--

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