To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=60099
------- Additional comments from [EMAIL PROTECTED] Sun Jan 8 18:01:49 -0800 2006 ------- ericb->pjanik macosxpython does not work : libpython2.3.dylib is built, but put in unxmacxp.pro/misc/build/Python-2.3.4,instead of in unxmacxp.pro/misc/build/python-inst/lib -> so not found when product are delivered All modules are .so (ok) No libpython2.3.dylib delivered in solver makes instsetoo_native break. I have not found how fix in same time modules and libpython, and as a workaround, I have modified python/prj/d.lst path : --- d.lst 2005-02-24 15:08:08.000000000 +0100 +++ d_new.lst 2006-01-09 02:54:12.000000000 +0100 @@ -63,7 +63,7 @@ symlink: %_DEST%\lib%_EXT%\libpython2.3.so.1.0 %_DEST%\lib%_EXT%\libpython2.3.so # MacOS X -..\%__SRC%\misc\build\python-inst\lib\libpython2.3.dylib %_DEST%\lib%_EXT%\libpython2.3.dylib +..\%__SRC%\misc\build\Python-2.3.4\libpython2.3.dylib %_DEST%\lib%_EXT%\libpython2.3.dylib # WINDOWS ONLY ! ..\%__SRC%\misc\build\pyconfig.h %_DEST%\inc%_EXT%\python\pyconfig.h With that workaround, build is completed. Not investigated more because it's late -> I'll continue later --------------------------------------------------------------------- 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]
