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





------- Additional comments from [EMAIL PROTECTED] Wed Oct 26 09:06:41 -0700 
2005 -------
The code in build 680 milestone 135 alters some of the lines changed by the 
patch 
i54458_psprint_source_patch.diff, breaking the compatability with Mac OS X/gcc 
4 again.

I'm now getting "error: cannot convert '_oslModule**' to '_oslModule*' for 
argument '1' to 'void 
osl_unloadModule(_oslModule*)'" and "error: cannot convert '_oslModule**' to 
'_oslModule*' for 
argument '1' to 'void osl_getSymbol(_oslModule*)'"  messages.

The difference seems to be that the code in v 1.13 of fontconfig.cxx casts 
m_plib to oslModule* and not 
_oslModule* as it does in the patch attached to this issue. On other platforms 
this cast has the effect of 
casting void* to void** which may cause issues elsewhere.

I believe that the correct thing to do would be to change all instances of the 
cast from (oslModule*) to 
(oslModule)


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