To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=60696
------- Additional comments from [EMAIL PROTECTED] Fri Oct 6 03:35:34 -0700 2006 ------- > The problem is that to support all possible > variables you have to write a lot of code - or you can link against sal and > use the existing functionality there (perhaps sal could be linked > statically?!). I already link to sal statically (see desktop/unx/source/makefile.mk) to get the md5 digest. Unfortunately, using more is not possible - once I use part of the code that accesses OUString/rtl_ustring, all the conversion tables get in and I end up with >2M stripped binary (I've tried that already) which is not an option for a lightweight (quick)starter. So - I have to copy the functionality I'm afraid. > Another missing feature is that you need to evaluate the command line as it > might contain a value for the "UserInstallation" variable that overwrites the > value from bootstraprc. OK. Anything more I should be aware of, please? --------------------------------------------------------------------- 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]
