To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=60119 Issue #:|60119 Summary:|Use --with-system-zlib by default on MacOSX when |compiling Component:|porting Version:|680 Platform:|Macintosh URL:| OS/Version:|Mac OS X Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|MacOSX Assigned to:|ericb Reported by:|mox
------- Additional comments from [EMAIL PROTECTED] Fri Jan 6 02:15:00 -0800 2006 ------- I have successfully built OOo 2.0.1 using --with-system-zlib. The program ran just fine, I was able to open for example .odt files. This is a very good candidate for enabling by default on MacOSX builds, because the library exists in the default system (both Tiger and Panther). There was one small fix that I had to make, though. I added to hwpfilter/source/hgzip.h, the line: #undef Z_PREFIX below the #ifdef SYSTEM_ZLIB -line. This fixes the library interfaces to have the same _Inflate32 etc names that are found in the system library (instead of _z_Inflate32...) --------------------------------------------------------------------- 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]
