https://bugzilla.novell.com/show_bug.cgi?id=332246#c2
--- Comment #2 from Atsushi Enomoto <[EMAIL PROTECTED]> 2007-10-10 03:18:51 MST --- Actually I could run mkbundle-less version of the converter on Windows. Get zipXYZdll.zip from http://www.winimage.com/zLibDll/ (XYZ is a version number) and copy extracted zlibwapi.dll to source/Shell/OdfConverterTest. and run: MONO_PATH="../../Spreadsheet/Converter/;../../Presentation/Converter/;../../Word/Converter/;../../Common/OdfZipUtils;../../Common/OdfConverterLib;$MONO_PATH" mono OdfConverterTest.exe /ODS2XLSX /I t00001.ods /O t00001.xlsx /LEVEL 1 _Probably_ you can do similar hack on Linux, by having libzlib.so in PATH (or LD_LIBRARY_PATH or whatever) and creating OdfConverterTest.exe.config that includes a dllmap from "zlibwapi.dll" to "libzlib.so" or whatever (I'm writing this without checking actual files). Now time to dig into the real issue ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
