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


Today's Topics:

   1. [Bug 163585] GConf set on lists doesn't work (bugzilla-daemon bugzilla gnome org)
   2. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   3. [Bug 165121] New: offline gtkmm 2.4 docs lack glib documentation (bugzilla-daemon bugzilla gnome org)
   4. [Bug 88610] Need nice hierarchy picture (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 24 Jan 2005 14:37:30 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 163585] GConf set on lists doesn't work

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=163585
 gnomemm | gconfmm | Ver: 2.9





------- Additional Comments From Bryan Forbes  2005-01-24 14:37 -------
I was looking at the gconf internals and they use GPOINTER_TO_INT to convert a
GSList* of ints/bools to a Value list for storing (look at
gconf_value_list_from_primitive_list at
http://cvs.gnome.org/viewcvs/gconf/gconf/gconf-internals.c?rev=1.130&view=auto).
 I think the easiest way to do that would be to reverse that and call
GINT_TO_POINTER on our ints/bools.  I'm still not sure how to handle the doubles.

------- 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: Mon, 24 Jan 2005 15:15:49 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

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





------- Additional Comments From chris cvine freeserve co uk  2005-01-24 15:15 -------
On includes, see 'man 3 mkfifo'.  Why not just do the right (standards
conforming) thing, rather than depend on what the compiler/other headers may or
not include?  Deciding whether to include headers by seeing what error a
particular compiler may spew out is not a sound technique (that approach
probably caused the bug which started this).

On the fifo, the line:
  read_fd = open("testfifo", O_RDONLY | O_NONBLOCK);
needs to be changed to:
  read_fd = open("testfifo", O_RDONLY);

I can send a patch for this if you like (but it would contain a correction of
the headers).  However, I do not have the current CVS version of gtkmm
installed.  (Will you take one off gtkmm-2.5.5?)


------- 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: Mon, 24 Jan 2005 15:55:31 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 165121] New: offline gtkmm 2.4 docs lack glib documentation

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

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

           Summary: offline gtkmm 2.4 docs lack glib documentation
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: reference documentation
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: epsilon loiv torun pl
         QAContact: gtkmm-forge lists sourceforge net
                CC: all-bugs bugzilla gnome org


glib documentation is missing from the gtkmm 2.4 offline docs tarball

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


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 24 Jan 2005 17:29:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 88610] Need nice hierarchy picture

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

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

Marco Scholten changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #36253|0                           |1
        is obsolete|                            |



------- Additional Comments From Marco Scholten  2005-01-24 17:29 -------
Created an attachment (id=36486)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=36486&action=view)
Imagemap

widget_hierarchy.dia -> dia source file
gtkmm_logo_small.png -> logo used in dia source

These files should be placed in the documentation /reference/html/ directory:
widget_hierarchy.html
widget_hierarchy.png

Imagemap with links to reference documentation.
If these should go in another directory just say so and i will change it (takes
just one find/replace operation)


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact 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]