[gtkmm] Gtkmm-forge digest, Vol 1 #777 - 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 154973] New:  - Too few arguments for template std::reverse_iterator in gtk/gtkmm/treeiter.h (bugzilla-daemon bugzilla gnome org)
   2. [Bug 154829]  - Wont build - no cout in namespace std (bugzilla-daemon bugzilla gnome org)
   3. [Bug 147342]  - Call to set_manage in a wrapped window in bonobo related stuff (bugzilla-daemon bugzilla gnome org)
   4. [Bug 142758]  - Add Gtk::ComboBoxEntry::get_entry() (bugzilla-daemon bugzilla gnome org)
   5. [Bug 151863]  - Gtk::Screen::get_default() needs to take a reference (bugzilla-daemon bugzilla gnome org)
   6. [Bug 148012]  - gtk_style_new() not wrapped (bugzilla-daemon bugzilla gnome org)
   7. [Bug 148012]  - gtk_style_new() not wrapped (bugzilla-daemon bugzilla gnome org)
   8. [Bug 154111]  - Bad links on Documentation Web Site (bugzilla-daemon bugzilla gnome org)
   9. [Bug 147342]  - managed child widget not deleted when used with bonobo_control_new() (bugzilla-daemon bugzilla gnome org)
  10. [Bug 154829]  - Wont build - no cout in namespace std (bugzilla-daemon bugzilla gnome org)
  11. [Bug 154829]  - Wont build - no cout in namespace std (bugzilla-daemon bugzilla gnome org)
  12. [Bug 78670]  - Complete work on C++ bindings in libgda (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 09:57:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154973] New:  - Too few arguments for template std::reverse_iterator in gtk/gtkmm/treeiter.h

http://bugzilla.gnome.org/show_bug.cgi?id=154973
gtkmm | build | Ver: 2.4

           Summary: Too few arguments for template std::reverse_iterator in
                    gtk/gtkmm/treeiter.h
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: SunOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: joel it uu se


Compiling gtkmm-2.4.5 (gtk/gtkmm/celllayout.cc) with Sun Studio 8 fails with

"/it/sw/X11/src/libraries/Gtk/gtkmm-2.4.5/gtk/gtkmm/treeiter.h", line 352:
Error: Too few arguments for template std::reverse_iterator.
"/it/sw/X11/src/libraries/Gtk/gtkmm-2.4.5/gtk/gtkmm/treeiter.h", line 354:
Error: Too few arguments for template std::reverse_iterator.

Copying the ifdefs from treepath.h seems to fix the problem
(GLIBMM_HAVE_SUN_REVERSE_ITERATOR).


*** gtk/gtkmm/treeiter.h~       2004-09-02 17:15:53.913660000 +0200
--- gtk/gtkmm/treeiter.h        2004-10-09 15:44:31.910416000 +0200
***************
*** 349,357 ****
--- 349,367 ----
    typedef unsigned int  size_type;
    typedef int           difference_type;
    typedef Gtk::TreeIter iterator;
+ #ifndef GLIBMM_HAVE_SUN_REVERSE_ITERATOR
    typedef std::reverse_iterator<iterator> reverse_iterator;
+ #else
+   typedef std::reverse_iterator<iterator, std::random_access_iterator_tag,
+                                 int, int&, int*, ptrdiff_t> reverse_iterator;
+ #endif
    typedef Gtk::TreeIter const_iterator; //TODO: Make it a real const_iterator.
+ #ifndef GLIBMM_HAVE_SUN_REVERSE_ITERATOR
    typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
+ #else
+   typedef std::reverse_iterator<const_iterator, std::random_access_iterator_tag,
+                                 int, const int&, const int*, ptrdiff_t>
const_reverse_iterator;
+ #endif
  
    iterator begin();
    const_iterator begin() const;

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 13:06:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154829]  - Wont build - no cout in namespace std

http://bugzilla.gnome.org/show_bug.cgi?id=154829
gtkmm | build | Ver: 2.4





------- Additional Comments From murrayc murrayc com  2004-10-09 13:06 -------
This is the problem:

generate_defs_gtk.cc:22:60: glibmm_generate_extra_defs/generate_extra_defs.h: No
such file or directory

and it's very strange, because the file should be there.

Is this from a tarball or cvs?

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 13:09:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 147342]  - Call to set_manage in a wrapped window in bonobo related stuff

http://bugzilla.gnome.org/show_bug.cgi?id=147342
gtkmm | general | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.2                         |2.4



------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 15:48:17 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 142758]  - Add Gtk::ComboBoxEntry::get_entry()

http://bugzilla.gnome.org/show_bug.cgi?id=142758
gtkmm | general | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From murrayc murrayc com  2004-10-09 15:48 -------
Done.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 15:48:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 151863]  - Gtk::Screen::get_default() needs to take a reference

http://bugzilla.gnome.org/show_bug.cgi?id=151863
gtkmm | general | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From murrayc murrayc com  2004-10-09 15:47 -------
Committed to HEAD.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 15:54:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 148012]  - gtk_style_new() not wrapped

http://bugzilla.gnome.org/show_bug.cgi?id=148012
gtkmm | general | Ver: 2.4





------- Additional Comments From murrayc murrayc com  2004-10-09 15:54 -------
Created an attachment (id=32432)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=32432&action=view)
create.patch


------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 7
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 15:55:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 148012]  - gtk_style_new() not wrapped

http://bugzilla.gnome.org/show_bug.cgi?id=148012
gtkmm | general | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From murrayc murrayc com  2004-10-09 15:55 -------
Done in HEAD. The patch is attached, to show how it's done.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 8
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 16:09:14 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154111]  - Bad links on Documentation Web Site

http://bugzilla.gnome.org/show_bug.cgi?id=154111
gtkmm | reference documentation | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From murrayc murrayc com  2004-10-09 16:09 -------
Fixed, apart from the MSVC_Net2003 link, because I think someone is working on
the  project files for gtkmm 2.4 now.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 9
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 16:22:42 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 147342]  - managed child widget not deleted when used with bonobo_control_new()

http://bugzilla.gnome.org/show_bug.cgi?id=147342
gtkmm | general | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Call to set_manage in a     |managed child widget not
                   |wrapped window in bonobo    |deleted when used with
                   |related stuff               |bonobo_control_new()



------- Additional Comments From murrayc murrayc com  2004-10-09 16:22 -------
I wish we could test this use of bonobo_control_new() without involving Nautilus.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 10
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 18:20:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154829]  - Wont build - no cout in namespace std

http://bugzilla.gnome.org/show_bug.cgi?id=154829
gtkmm | build | Ver: 2.4





------- Additional Comments From microcamers hotmail com  2004-10-09 18:20 -------
It's from a tarball

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 11
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 18:26:43 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154829]  - Wont build - no cout in namespace std

http://bugzilla.gnome.org/show_bug.cgi?id=154829
gtkmm | build | Ver: 2.4





------- Additional Comments From microcamers hotmail com  2004-10-09 18:26 -------
Sorry for the extra post:

cwin cwin gtkmm-2.4.5 $ find -name "*generate*"
./tools/extra_defs_gen/.deps/generate_defs_gtk.Po
./tools/extra_defs_gen/generate_defs_gtk.cc

and i've tried 2.4.4 and have the same problem

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 12
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  9 Oct 2004 20:26:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 78670]  - Complete work on C++ bindings in libgda

http://bugzilla.gnome.org/show_bug.cgi?id=78670
libgda | c++ bindings | Ver: unspecified

rodrigo gnome-db org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From rodrigo gnome-db org  2004-10-09 20:26 -------
All this is now in libgdamm

------- You are receiving this mail because: -------
You are on the CC list for the bug.



--__--__--

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