With CWS sb104 integrated in DEV300m42, LD_LIBRARY_PATH (DYLD_LIBRARY_PATH on Mac OS X) is no longer set in the build environment, see <http://www.openoffice.org/servlets/ReadMsg?list=interface-announce&msgNo=1202>. I tried to test my changes as thoroughly as I could, but of course broke some of the lesser obvious things.

If you encounter any problems building DEV300m42 on any Unix-like system that have to do with not finding some libraries, this is probably due to a still missing $(AUGMENT_LIBRARY_PATH) in some makefile.mk. That is, if there is a line

  foo -bar -baz

in a makefile and foo fails due to missing libraries, try

  $(AUGMENT_LIBRARY_PATH) foo -bar -baz

instead (and report your findings to me). Pending DEV300m43 masterfixes of this category are trunk/helpcontent2/makefile.pmk rev. 268436 and trunk/solenv/inc/pstrules.mk rev. 268456.

If you encounter any problems running on the command line of a Unix-like system tools built during building OOo, this is probably due to those tools still relying on the solver lib directory being on the LD_LIBRARY_PATH (one such case is cwslocalize). As a temporary workaround, try to execute the command with LD_LIBRARY_PATH set to include the solver lib directory (and report any problematic commands in addition to cwslocalize to me).

Thanks,
-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to