To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91613





------- Additional comments from [EMAIL PROTECTED] Mon Jul 14 09:41:32 +0000 
2008 -------

> The diff between m24 and to-be-m25 contains:
...

i guess that is irrelevant, because these variables are read only by the
xml2-config script in the solver, and nothing else (and they are now .EXPORTed
instead)


well, the configure script will pick the first xml2-config that it finds in the
PATH, so you have to make sure that that is the one from the solver. that is
just inherently how configure works: you cannot really make configure
independent of PATH (or, rather, you would be insane to try).

of course, i could put the solver bin directory in front of PATH in the
makefile; but be aware that no other external module that i have looked at
seemed to do that, so you would likely get breakage in some other configure
script sometime in the future anyway.
(btw, here in hamburg we use special script (setsolar/setcws) to set up build
environment, which sets up PATH correctly)
so, why do you see the need to put system directories ahead of the solver in 
PATH?

and if PATH is indeed the reason, then i introduced the change already in
DEV300m18, where i removed several duplicate xml2-config scripts that were
included in all external libraries depending on libxml2, for seemingly no reason
other that ooo's general predilection for wanton code duplication. it is just
with the libxslt upgrade in m25 that you see breakage, because now the new
libxslt depends on a new libxml2 that your system does not have.


---------------------------------------------------------------------
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]

Reply via email to