[gtkmm] Gtkmm-forge digest, Vol 1 #756 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #756 - 7 msgs
- Date: Sat, 04 Sep 2004 20:18:23 -0700
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 151863] New: - Gtk::Screen::get_default() needs to take a reference (bugzilla-daemon bugzilla gnome org)
2. [Bug 151863] - Gtk::Screen::get_default() needs to take a reference (bugzilla-daemon bugzilla gnome org)
3. [Bug 151863] - Gtk::Screen::get_default() needs to take a reference (bugzilla-daemon bugzilla gnome org)
4. [Bug 151870] New: - Problem compiling with gcc/g++ 3.4 (bugzilla-daemon bugzilla gnome org)
5. [Bug 151870] - Problem compiling with gcc/g++ 3.4 (bugzilla-daemon bugzilla gnome org)
6. [Bug 151872] New: - libglademm-2.2.0 not compiling with gcc/g++ 3.4 (bugzilla-daemon bugzilla gnome org)
7. [Bug 151872] - libglademm-2.2.0 not compiling with gcc/g++ 3.4 (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 4 Sep 2004 18:19:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 151863] New: - Gtk::Screen::get_default() needs to take a reference
http://bugzilla.gnome.org/show_bug.cgi?id=151863
gtkmm | general | Ver: 2.4
Summary: Gtk::Screen::get_default() needs to take a reference
Product: gtkmm
Version: 2.4
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: jbrandmeyer earthlink net
Since gdk_screen_get_default() returns a reference to a global object (or NULL),
the owning RefPtr must have its reference count must be incremented at
construction time.
This bug is similar to #147592.
------- 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, 4 Sep 2004 18:20:51 -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
------- Additional Comments From jbrandmeyer earthlink net 2004-09-04 18:20 -------
Created an attachment (id=31271)
--> (http://bugzilla.gnome.org/attachment.cgi?id=31271&action=view)
Patch to ChangeLog and gdk/src/screen.hg
This patch is against CVS HEAD
------- 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, 4 Sep 2004 18:30:50 -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
------- Additional Comments From jbrandmeyer earthlink net 2004-09-04 18:30 -------
Created an attachment (id=31273)
--> (http://bugzilla.gnome.org/attachment.cgi?id=31273&action=view)
Patch to ChangeLog and gdk/src/screen.hg
This patch is against the gtkmm-2-4 branch.
------- 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, 4 Sep 2004 20:36:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 151870] New: - Problem compiling with gcc/g++ 3.4
http://bugzilla.gnome.org/show_bug.cgi?id=151870
gnomemm | libgnomecanvasmm | Ver: 2.0
Summary: Problem compiling with gcc/g++ 3.4
Product: gnomemm
Version: 2.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: libgnomecanvasmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: denisleroy yahoo com
libgnomecanvasmm-2.0.1 doesn't compile with g++ 3.4. Please see attached patch.
------- 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, 4 Sep 2004 20:36:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 151870] - Problem compiling with gcc/g++ 3.4
http://bugzilla.gnome.org/show_bug.cgi?id=151870
gnomemm | libgnomecanvasmm | Ver: 2.0
------- Additional Comments From denisleroy yahoo com 2004-09-04 20:36 -------
Created an attachment (id=31276)
--> (http://bugzilla.gnome.org/attachment.cgi?id=31276&action=view)
gcc 3.4 compile fix
------- 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, 4 Sep 2004 20:43:27 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 151872] New: - libglademm-2.2.0 not compiling with gcc/g++ 3.4
http://bugzilla.gnome.org/show_bug.cgi?id=151872
gnomemm | libglademm | Ver: 2.2
Summary: libglademm-2.2.0 not compiling with gcc/g++ 3.4
Product: gnomemm
Version: 2.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: libglademm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: denisleroy yahoo com
A minor patch is required in line.h. See attached 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, 4 Sep 2004 20:43:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 151872] - libglademm-2.2.0 not compiling with gcc/g++ 3.4
http://bugzilla.gnome.org/show_bug.cgi?id=151872
gnomemm | libglademm | Ver: 2.2
------- Additional Comments From denisleroy yahoo com 2004-09-04 20:43 -------
Created an attachment (id=31277)
--> (http://bugzilla.gnome.org/attachment.cgi?id=31277&action=view)
gcc/g++ 3.4 compile fix
------- You are receiving this mail because: -------
You are the assignee 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]