To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66667





------- Additional comments from [EMAIL PROTECTED] Mon Jul  3 02:19:27 -0700 
2006 -------
So - I dislike the patch :-)
This -looks- like a FreeBSD dlsym bug to me - at least; I don't have a
specification to hand but my man page says:

[snip]
       The function dlsym() takes a "handle" of a dynamic library returned by
dlopen() and the null-terminated symbol name, returning  the  address  where
that  symbol is loaded into memory.  If the symbol is not found, in the
specified library or any of the libraries that were automatically loaded by
dlopen() when that library was loaded, dlsym() returns NULL.
[snip]

ie. the oslModule handle that is passed on Linux, and that (correctly) resolves
the gdk_ symbol is in fact not a handle to Gtk+ at all - but to the gtk+
vclplugin itself - a dependant of which is gtk+ and hence gdk.

So - I'd really rather sort out the platform issue here, rather than hard-code a
library name when none was required previously.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to