config_host doesn't set $PATH

Korrawit Pruegsanusak detective.conan.1412 at gmail.com
Wed Feb 8 02:38:46 PST 2012


Hello Norbert,

On Wed, Feb 8, 2012 at 17:07, Korrawit Pruegsanusak
<detective.conan.1412 at gmail.com> wrote:
> Anyway, it doesn't set $PATH - the environment variables - like
> Env.host.sh did in the past, at least in cygwin.

Sorry. The $PATH is already in config_host.mk, but it's missing some
directories.
Here's the diff between $PATH in Env.host.sh and config_host.mk:

$ diff -u path_line pathnew_line
--- path_line   2012-02-08 17:32:40.000000000 +0700
+++ pathnew_line        2012-02-08 17:31:52.000000000 +0700
@@ -1,10 +1,6 @@
 PATH=.
 /cygdrive/d/libo/solenv/bin
 /cygdrive/d/libo/solenv/wntmsci12/bin
-/cygdrive/c/PROGRA~1/MICROS~1.0/VC/bin
-/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0A/Bin
-/cygdrive/c/WINDOWS/MICROS~1.NET/FRAMEW~1/v3.5
-/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0A/bin
 /cygdrive/c/PROGRA~1/MICROS~1.0/Common7/IDE
 /usr/local/bin
 /usr/bin

Note: I split them into many lines to have more readable diff, and
it's missing 3 directories.
Not sure whether there are all needed, but IMHO the
    /cygdrive/c/PROGRA~1/MICROS~1.0/VC/bin
is at least needed.

Could you please have a look? Thanks again :-)

Best Regards,
-- 
Korrawit Pruegsanusak


More information about the LibreOffice mailing list