Re: jvmfwk brokeness in m103 and m104
Florian Heckl <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
Hello, > Well, the changes in macro is essential for MACOSX, > otherwise OtherInfo::getLibraryPaths() becomes broken and > causes compilation error in testtools with improper > UNO_JAVA_JFW_JREHOME and so. I can confirm this with my m103 build here. However my fix is slightly different (see attached). Best regards, Florian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
otherjre.diff
(application/octet-stream, 530 B)
--- plugins/sunmajor/pluginlibotherjre.cxx 2005-05-19 09:41:06.000000000 +0200
+++ plugins/sunmajor/pluginlibotherjre_.cxx 2005-05-19 09:40:48.000000000 +0200
@@ -100,10 +100,10 @@
#elif UNX
#ifdef MACOSX
"/../../../JavaVM"
-#endif
+#else
#if defined(LINUX) && defined(POWERPC)
"/bin/classic/libjvm.so",
- "/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so" // for Blackdown PPC
+ "/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so", // for Blackdown PPC
"/lib/" JFW_PLUGIN_ARCH "/classic/libjvm.so" // for Blackdown PPC
#else