Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Peter,

On Tuesday, 2011-08-30 14:36:01 -0400, Peter Foley wrote:

[ build ALL ] top level modules: i18npool
[ build ALL ] loaded modules: i18npool
[ build RDB ] i18npool_test_breakiterator
awk: cmd. line:1: $R/^<\?xml version.*$R/ { next; } { 
gsub($R/vnd.sun.star.expand:\$OOO_BASE_DIR\$R/program$R/, 
"vnd.sun.star.expand:$OOO_BASE_DIR",$0); 
gsub($R/vnd.sun.star.expand:\$BRAND_BASE_DIR\$R/program$R/, 
"vnd.sun.star.expand:$BRAND_BASE_DIR",$0); print; }
awk: cmd. line:1:    ^ syntax error
awk: cmd. line:1: $R/^<\?xml version.*$R/ { next; } { 
gsub($R/vnd.sun.star.expand:\$OOO_BASE_DIR\$R/program$R/, 
"vnd.sun.star.expand:$OOO_BASE_DIR",$0); 
gsub($R/vnd.sun.star.expand:\$BRAND_BASE_DIR\$R/program$R/, 
"vnd.sun.star.expand:$BRAND_BASE_DIR",$0); print; }
awk: cmd. line:1:      ^ backslash not last character on line
make: *** [/libreoffice/workdir/unxlngx6.pro/RdbTarget/i18npool_test_breakiterator.rdb] Error 1

I'm getting the above build error which seems to be caused by $R being 
added to the awk regex expression by gb_Helper_abbreviate_dirs.

Apparently you're the only one getting this error, so I wonder what may
be different on your system? I doubt this is a general
"gb_Helper_abbreviate_dirs always inserts $R before /" problem. Which
platform are you on? I presume winmingw, because that (and windows)
defines gb_Helper_abbreviate_dirs_native to something different than the
general gb_Helper_abbreviate_dirs:

solenv/gbuild/Helper.mk:define gb_Helper_abbreviate_dirs
solenv/gbuild/platform/solaris.mk:gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
solenv/gbuild/platform/winmingw.mk:define gb_Helper_abbreviate_dirs_native
solenv/gbuild/platform/ios.mk:gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
solenv/gbuild/platform/windows.mk:define gb_Helper_abbreviate_dirs_native
solenv/gbuild/platform/macosx.mk:gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
solenv/gbuild/platform/unxgcc.mk:gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)


  Eike

-- 
 PGP/OpenPGP/GnuPG encrypted mail preferred in all private communication.
 Key ID: 0x293C05FD - 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

Attachment: signature.asc
Description: Digital signature


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.