Hi Andreas,
got around my problem by disabling translations.
Finally, I got it installed. Though, scp2 needs patching and Python
modules have even on Mac OS X .so endings stated here:
scp2/source/python/file_python.scp:303:// pyuno.so even on Mac OS X,
because it is a python module
Is that still valid? Otherwise ignore my update patch for your patchset.
So, a patch for scp2 and an update patch for your patchset is attached.
I could not test the mailmerge extension since LO failed starting because
javaldx is not there for a java disabled build and unopkg could not initialize
UCB.
O, well, another day. I am too tired ... :-)
Regards,
Hanno
--- scp2/source/python/file_python.scp.orig 2011-04-21 23:27:12.454700359 +0200
+++ scp2/source/python/file_python.scp 2011-04-21 23:27:21.018700303 +0200
@@ -32,7 +32,7 @@
File gid_File_Lib_Pyuno
TXT_FILE_BODY;
#ifdef UNX
- Name = STRING(CONCAT2(libpyuno,UNXSUFFIX));
+ Name = STRING(CONCAT2(pyuno,UNXSUFFIX));
#else
Name = "pyuno.pyd";
#endif
--- pyuno-python3.diff.orig 2011-04-21 23:37:38.766700113 +0200
+++ pyuno-python3.diff 2011-04-21 23:38:45.798700273 +0200
@@ -638,17 +638,15 @@
index 1dd212e..81e79cf 100644
--- a/pyuno/prj/d.lst
+++ b/pyuno/prj/d.lst
-@@ -1,9 +1,8 @@
+@@ -1,8 +1,6 @@
mkdir: %_DEST%\bin%_EXT%\pyuno
mkdir: %_DEST%\lib%_EXT%\pyuno
-..\%__SRC%\lib\libpyuno.so %_DEST%\lib%_EXT%\libpyuno.so
-..\%__SRC%\lib\libpyuno.dylib %_DEST%\lib%_EXT%\libpyuno.dylib
..\%__SRC%\lib\pyuno.so %_DEST%\lib%_EXT%\pyuno.so
-+..\%__SRC%\lib\pyuno.dylib %_DEST%\lib%_EXT%\pyuno.dylib
..\%__SRC%\lib\pythonloader.uno.so %_DEST%\lib%_EXT%\pythonloader.uno.so
..\%__SRC%\lib\pythonloader.uno.dylib %_DEST%\lib%_EXT%\pythonloader.uno.dylib
- ..\%__SRC%\lib\unohelper.py %_DEST%\lib%_EXT%\pyuno\unohelper.py
diff --git a/pyuno/source/loader/makefile.mk b/pyuno/source/loader/makefile.mk
index 65ec811..76c3dc2 100644
--- a/pyuno/source/loader/makefile.mk
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice