Gtkmm-forge digest, Vol 1 #901 - 1 msg



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 172748] New: Glib::Module does not support glib's G_MODULE_BIND_LOCAL flag (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue,  5 Apr 2005 18:26:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 172748] New: Glib::Module does not support glib's G_MODULE_BIND_LOCAL flag

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=172748
 glibmm | general | Ver: 2.6.x

           Summary: Glib::Module does not support glib's G_MODULE_BIND_LOCAL
                    flag
           Product: glibmm
           Version: 2.6.x
          Platform: Other
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: sigsegv prodigy net
                CC: all-bugs bugzilla gnome org


Version details: Appears in earlier version of Glibmm as well
Distribution/Version: This bug affects all systems using dlopen()

The enum Glib::ModuleFlags does not have a MODULE_BIND_LOCAL entry that 
coresponds with glib's G_MODULE_BIND_LOCAL flag.  Without it modules are always 
loaded RTLD_GLOBAL.  Work around is to use code like the following:

Glib::Module module(moduleName, Glib::ModuleFlags(2));

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