[Libreoffice] o3tl/cow_wrapper.hxx not found

Tor Lillqvist tml at iki.fi
Fri Sep 9 01:06:36 PDT 2011


> --- a/solenv/gbuild/platform/windows.mk
> +++ b/solenv/gbuild/platform/windows.mk
> @@ -234,10 +234,10 @@ endef
>  endif
>
>  # Helper class
> -gb_Helper_SRCDIR_NATIVE := $(shell cygpath -m $(SRCDIR) | $(gb_AWK)
> -- '{ print tolower(substr($$0,1,1)) substr($$0,2) }')
> -gb_Helper_WORKDIR_NATIVE := $(shell cygpath -m $(WORKDIR) | $(gb_AWK)
> -- '{ print tolower(substr($$0,1,1)) substr($$0,2) }')
> -gb_Helper_OUTDIR_NATIVE := $(shell cygpath -m $(OUTDIR) | $(gb_AWK)
> -- '{ print tolower(substr($$0,1,1)) substr($$0,2) }')
> -gb_Helper_REPODIR_NATIVE := $(shell cygpath -m $(REPODIR) | $(gb_AWK)
> -- '{ print tolower(substr($$0,1,1)) substr($$0,2) }')
> +gb_Helper_SRCDIR_NATIVE := $(shell cygpath -m $(SRCDIR))
> +gb_Helper_WORKDIR_NATIVE := $(shell cygpath -m $(WORKDIR))
> +gb_Helper_OUTDIR_NATIVE := $(shell cygpath -m $(OUTDIR))
> +gb_Helper_REPODIR_NATIVE := $(shell cygpath -m $(REPODIR))

Interesting. I wonder if this then again breaks the situation for
which those awks were added, see
http://openoffice.org/bugzilla/show_bug.cgi?id=116349

--tml


More information about the LibreOffice mailing list