[Libreoffice-commits] core.git: Changes to 'refs/changes/71/1171/2'

2014-09-29 Thread Jeremy Brown

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/changes/29/1029/1'

2014-09-29 Thread Jeremy Brown

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] Add/modify locales language list entries for Congolese lan...

2012-11-26 Thread Jeremy Brown (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1171

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/1171/1

Add/modify locales  language list entries for Congolese languages

Change-Id: I9f65022cee5dc0201ab45192b3731115ba50f27d
---
M i18npool/Library_localedata_others.mk
M i18npool/inc/i18npool/lang.h
M i18npool/source/isolang/isolang.cxx
A i18npool/source/localedata/data/axk_CG.xml
A i18npool/source/localedata/data/beq_CG.xml
A i18npool/source/localedata/data/bkw_CG.xml
A i18npool/source/localedata/data/bvx_CG.xml
A i18npool/source/localedata/data/dde_CG.xml
M i18npool/source/localedata/data/ebo_CG.xml
A i18npool/source/localedata/data/iyx_CG.xml
A i18npool/source/localedata/data/kkw_CG.xml
A i18npool/source/localedata/data/kng_CG.xml
A i18npool/source/localedata/data/ldi_CG.xml
A i18npool/source/localedata/data/mdw_CG.xml
A i18npool/source/localedata/data/mkw_CG.xml
A i18npool/source/localedata/data/ngz_CG.xml
A i18npool/source/localedata/data/njx_CG.xml
A i18npool/source/localedata/data/njy_CG.xml
A i18npool/source/localedata/data/puu_CG.xml
A i18npool/source/localedata/data/sdj_CG.xml
A i18npool/source/localedata/data/tek_CG.xml
A i18npool/source/localedata/data/tsa_CG.xml
A i18npool/source/localedata/data/vif_CG.xml
A i18npool/source/localedata/data/xku_CG.xml
A i18npool/source/localedata/data/yom_CG.xml
M i18npool/source/localedata/localedata.cxx
M svtools/source/misc/langtab.src
27 files changed, 7,861 insertions(+), 28 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/1171
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f65022cee5dc0201ab45192b3731115ba50f27d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Jeremy Brown jeremy.r.br...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#36324 fdo#42929 - option to ingore system input language...

2012-11-11 Thread Jeremy Brown (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1029

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/1029/1

fdo#36324 fdo#42929 - option to ingore system input language changes

Created a new checkbox on the Langauges options page:
[] Ignore system input language

This is unchecked by default so that the current behavior remains the
default, i.e. newly entered text will be flagged as whatever the
current system input language is.

When checked however, this instructs LibreOffice to ignore the system
language (on Windows for example, the language from the Language Bar)
when determining the language for newly entered text. This is handled in
the lcl_isNonDefaultLanguage method of sw/source/ui/docvw/edtwin.cxx.

The option is also saved in registrymodifications.xcu

There are two main use cases:
1. This allows someone to use a single international keyboard on
Windows to type in multiple languages, (e.g. English, French, Spanish)
without changing the system keyboard. The person is then responsible for
setting the language for each word or run of text themselves in
LibreOffice. This seems to be the preferred workflow for some
translators and some educators developing language materials.

2. This allows someone writing in a minority language that is not
represented in one of Windows' locale options to still be able to type
in LibreOffice in their language using a keyboard tagged for another
language. Once they set the language in LibreOffice (e.g. to Teke-Eboo
[ebo_CG]), they can type with a keyboard as being for Swahili but
still succeed in entering new text in their language. This allows
spell-checking to work properly without them having to select each new
word they enter and reset the language of that word to Teke-Eboo (as is
currently the case).

Change-Id: I86248f5865b69048eb1f3e427a8c03b093138796
---
M cui/source/options/optgdlg.cxx
M cui/source/options/optgdlg.hrc
M cui/source/options/optgdlg.hxx
M cui/source/options/optgdlg.src
M officecfg/registry/schema/org/openoffice/Setup.xcs
M sw/source/ui/docvw/edtwin.cxx
M unotools/inc/unotools/syslocaleoptions.hxx
M unotools/source/config/syslocaleoptions.cxx
8 files changed, 135 insertions(+), 34 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/1029
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86248f5865b69048eb1f3e427a8c03b093138796
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Jeremy Brown jeremy.r.br...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [PATCH] #fdo36324 #fdo42929 - option to ignore system input language changes

2012-11-11 Thread Jeremy Brown
Please ignore this patch. I've submitted it via gerrit instead.

Jeremy


On Thu, Nov 8, 2012 at 7:46 PM, Jeremy Brown jeremy.r.br...@gmail.comwrote:

 Hi,

 I wanted to check if anyone had seen this and had a chance to look it over.

 Thanks,

 Jeremy

 On 11/2/12, Jeremy Brown jeremy.r.br...@gmail.com wrote:
  Hi,
 
  This is an enhancement to deal with the following issues:
 
  https://bugs.freedesktop.org/show_bug.cgi?id=36324
  https://bugs.freedesktop.org/show_bug.cgi?id=42929
 
 
  Files modified:
  cui\source\options\optgdlg.cxx
  cui\source\options\optgdlg.hrc
  cui\source\options\optgdlg.hxx
  cui\source\options\optgdlg.src
  officecfg\registry\schema\org\openoffice\Setup.xcs
  sw\source\ui\docvw\edtwin.cxx
  unotools\source\config\syslocaleoptions.cxx
  unotools\inc\unotools\syslocaleoptions.hxx
 
  Changes made:
  Created a new checkbox on the Languages options page:
  [] Ignore system input language
  This is unchecked by default so that the current behavior is the default
 -
  i.e. newly entered text will be flagged as the whatever the current
 system
  input language is.
 
  When checked however, this instructs LibreOffice to ignore the system
  language (on Windows for example, the language from the Language Bar)
  when determining the language for newly entered text. This is handled in
  the lcl_isNonDefaultLanguage method of sw\source\ui\docvw\edtwin.cxx.
 
  The option is also saved in registrymodifications.xcu
 
  There are two main use cases:
  1. This allows someone to use a single international keyboard on
  Windows to type in multiple languages, (e.g. English, French, and
  Spanish) without changing the system keyboard. The person is then
  responsible for setting the language of each word or run of text
  themselves using the Tools-Lanuage-For Selection/For Paragraph/For
  all Text menu items. This seems to be the preferred workflow for some
  translators and some educators developing language materials.
 
  2. This allows someone writing in a minority language that is not
  represented in one of Windows' locale options to still be able to
  type in their language using a keyboard in another language. Once
  they set the language in LibreOffice (to Teke-Eboo [ebo_CG] for example),
  they can type with a keyboard tagged as being for English or French,
  but still succeed in entering new text in their language. This allows
  spell-checking to work properly, without them having to select each new
  word they enter and reset the language of that word to Teke-Eboo, as is
  currently the case.
 
  I tried to follow the code for the DecimalSeparatorAsLocale checkbox
  on the language page as I made this patch. Hopefully I've done all
  right.
 
  It's been tested on Windows 7. I think there is no expected behavior
  change on most Linux distros because if I understand right, those
  systems don't report a language to LibreOffice.
 
  Thanks,
 
  Jeremy
 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Submit patch, be patient

2012-11-08 Thread Jeremy Brown
http://wiki.documentfoundation.org/Development/Patch_Handling_Guidelines#Be_patient_while_waiting_for_review

Reading the wiki page on submitting patches, it says that after
submitting patches, we should be patient.

Be patient while waiting for review.
While many core developers are paid to work on this project full-time
or nearly so, our increasing number of committers and patch reviewers
do this in their precious spare time. So, please be patient when your
patch does not get reviewed right away.

I am wondering if you have been submitting patches for a long time
could give an average timeline of how long it usually takes for a
patch to be reviewed, and how long it is good to be patient for before
wondering if something went wrong or your patch was missed, e.g. 1
week, 1 month, 3 months, ...

Part of being patient is having reasonable expectations.

Jeremy
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [PATCH] #fdo36324 #fdo42929 - option to ignore system input language changes

2012-11-08 Thread Jeremy Brown
Hi,

I wanted to check if anyone had seen this and had a chance to look it over.

Thanks,

Jeremy

On 11/2/12, Jeremy Brown jeremy.r.br...@gmail.com wrote:
 Hi,

 This is an enhancement to deal with the following issues:

 https://bugs.freedesktop.org/show_bug.cgi?id=36324
 https://bugs.freedesktop.org/show_bug.cgi?id=42929


 Files modified:
 cui\source\options\optgdlg.cxx
 cui\source\options\optgdlg.hrc
 cui\source\options\optgdlg.hxx
 cui\source\options\optgdlg.src
 officecfg\registry\schema\org\openoffice\Setup.xcs
 sw\source\ui\docvw\edtwin.cxx
 unotools\source\config\syslocaleoptions.cxx
 unotools\inc\unotools\syslocaleoptions.hxx

 Changes made:
 Created a new checkbox on the Languages options page:
 [] Ignore system input language
 This is unchecked by default so that the current behavior is the default -
 i.e. newly entered text will be flagged as the whatever the current system
 input language is.

 When checked however, this instructs LibreOffice to ignore the system
 language (on Windows for example, the language from the Language Bar)
 when determining the language for newly entered text. This is handled in
 the lcl_isNonDefaultLanguage method of sw\source\ui\docvw\edtwin.cxx.

 The option is also saved in registrymodifications.xcu

 There are two main use cases:
 1. This allows someone to use a single international keyboard on
 Windows to type in multiple languages, (e.g. English, French, and
 Spanish) without changing the system keyboard. The person is then
 responsible for setting the language of each word or run of text
 themselves using the Tools-Lanuage-For Selection/For Paragraph/For
 all Text menu items. This seems to be the preferred workflow for some
 translators and some educators developing language materials.

 2. This allows someone writing in a minority language that is not
 represented in one of Windows' locale options to still be able to
 type in their language using a keyboard in another language. Once
 they set the language in LibreOffice (to Teke-Eboo [ebo_CG] for example),
 they can type with a keyboard tagged as being for English or French,
 but still succeed in entering new text in their language. This allows
 spell-checking to work properly, without them having to select each new
 word they enter and reset the language of that word to Teke-Eboo, as is
 currently the case.

 I tried to follow the code for the DecimalSeparatorAsLocale checkbox
 on the language page as I made this patch. Hopefully I've done all
 right.

 It's been tested on Windows 7. I think there is no expected behavior
 change on most Linux distros because if I understand right, those
 systems don't report a language to LibreOffice.

 Thanks,

 Jeremy

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] #fdo36324 #fdo42929 - option to ignore system input language changes

2012-11-02 Thread Jeremy Brown
Hi,

This is an enhancement to deal with the following issues:

https://bugs.freedesktop.org/show_bug.cgi?id=36324
https://bugs.freedesktop.org/show_bug.cgi?id=42929


Files modified:
cui\source\options\optgdlg.cxx
cui\source\options\optgdlg.hrc
cui\source\options\optgdlg.hxx
cui\source\options\optgdlg.src
officecfg\registry\schema\org\openoffice\Setup.xcs
sw\source\ui\docvw\edtwin.cxx
unotools\source\config\syslocaleoptions.cxx
unotools\inc\unotools\syslocaleoptions.hxx

Changes made:
Created a new checkbox on the Languages options page:
[] Ignore system input language
This is unchecked by default so that the current behavior is the default -
i.e. newly entered text will be flagged as the whatever the current system
input language is.

When checked however, this instructs LibreOffice to ignore the system
language (on Windows for example, the language from the Language Bar)
when determining the language for newly entered text. This is handled in
the lcl_isNonDefaultLanguage method of sw\source\ui\docvw\edtwin.cxx.

The option is also saved in registrymodifications.xcu

There are two main use cases:
1. This allows someone to use a single international keyboard on
Windows to type in multiple languages, (e.g. English, French, and
Spanish) without changing the system keyboard. The person is then
responsible for setting the language of each word or run of text
themselves using the Tools-Lanuage-For Selection/For Paragraph/For
all Text menu items. This seems to be the preferred workflow for some
translators and some educators developing language materials.

2. This allows someone writing in a minority language that is not
represented in one of Windows' locale options to still be able to
type in their language using a keyboard in another language. Once
they set the language in LibreOffice (to Teke-Eboo [ebo_CG] for example),
they can type with a keyboard tagged as being for English or French,
but still succeed in entering new text in their language. This allows
spell-checking to work properly, without them having to select each new
word they enter and reset the language of that word to Teke-Eboo, as is
currently the case.

I tried to follow the code for the DecimalSeparatorAsLocale checkbox
on the language page as I made this patch. Hopefully I've done all
right.

It's been tested on Windows 7. I think there is no expected behavior
change on most Linux distros because if I understand right, those
systems don't report a language to LibreOffice.

Thanks,

Jeremy


0001-Fix-fdo36324-fdo42929-option-to-ignore-system-input-.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Windows build failing in instsetoo_native, makecab.exe

2012-10-27 Thread Jeremy Brown
I found the files it is complaining about under /tmp/ooopackaing/...

The problem is that it is creating files with no permissions. e.g.
D:\Dev\cygwin\tmp\ooopackaging\i_106601351284799\wntmsci12.pro\LibreOffice_Dev\native\zip\en-US\00\basicsrvdepot_zip\CommonLang.xba
has no read/write/execute permissions set for anyone.

I opened a second Cygwin window and cd'd to /tmp. When the build got
to the part right before it executes makecab.exe in the first windows,
I had the second cygwin window execute:
chmod -R a=rwx ooopackaging

After that, the build process finished and said it was successful.

Is there some reason this would be happening for me? Other people seem
to be making Windows builds without this problem, right?

After the build ran, although there was an installer at:
instsetoo_native\wntmsci12.pro\LibreOffice_Dev\native\install\en-US\LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
when I tried to install it, it failed with the following error:

Error 1935.An error occurred during the installation of assembly.
'cli_cppuhelper,publicKeyToken=ce2cb7e279207b93,version=1.0.22.0,culture=neutral,processorArchitecture=x86'.
Please refer to Help and Support for more infor...

It looks like other people are getting that error too though, so maybe
this is as far as I can get until that is resolved...?
( https://bugs.freedesktop.org/show_bug.cgi?id=55290 )
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Windows build help: failed to load dynamic library

2012-10-21 Thread Jeremy Brown
I'm still struggling to get a first successful build of LibreOffice on
Windows 7 (64bit).

Currently I'm getting errors like this in tail_build

[build LNK] CppunitTest/itest_i18npool_test_ordinalsuffix.lib
Failed to load dynamic library: D:/Dev/libo/libo/workdir/wntmsci12.pro/LinkTarge
t/CppunitTest/test_i18npool_test_languagetag.dll
The specified module could not be found.
Error: a unit test failed, please do one of:
export DEBUGCPPUNIT=TRUE# for exception catching
export GDBCPPUNITTRACE=gdb --args # for interactive debugging
export VALGRIND=memcheck# for memory checking
and retry.
make[2]: *** [D:/Dev/libo/libo/workdir/wntmsci12.pro/CppunitTest/i18npool_test_l
anguagetag.test] Error 1
make[2]: Leaving directory `/cygdrive/d/Dev/libo/libo/tail_build'
make[1]: *** [tail_build] Error 2
make[1]: Leaving directory `/cygdrive/d/Dev/libo/libo'
make: *** [tail_build] Error 2


The file does exist though:
workdir/wntmsci12.pro/LinkTarget/CppunitTest/test_i18npool_test_languagetag.dll


I don't know what I should do next. I've been flailing around trying
different things but I just keep getting this error. I thought that
since it was an error on an i18npool file, I should make
i18npool.clean and then make i18npool but when I do that, at the end I
get some strange (to me) stuff at the bottom, ending with an error:


[build LNK] CppunitTest/itest_i18npool_test_languagetag.lib
localedata_zu_ZA.cxx
   Creating library D:/Dev/libo/libo/workdir/wntmsci12.pro/LinkTarget/Library/it
extconv_dict.lib and object D:/Dev/libo/libo/workdir/wntmsci12.pro/LinkTarget/Li
brary/itextconv_dict.exp
[build CUS] i18npool/localedata
   Creating l[build LNK] Library/ilocaledata_en.libib
rary D:/Dev/libo/libo/workdir/wntmsci12.pro/LinkTarget/CppunitTest/itest_i18npoo
l_test_languagetag.lib and object D:/Dev/libo/libo/workdir/wntmsci12.pro/LinkTar
get/CppunitTest/itest_i18npool_test_languagetag.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; us
e /NODEFAULTLIB:library
test_languagetag.o : warning LNK4217: locally defined symbol ??0LanguageTag@@QAE
@G@Z (public: __thiscall LanguageTag::LanguageTag(unsigned short)) imported in f
unction public: void __thiscall `anonymous namespace'::TestLanguageTag::testAll
Tags(void) (?testAllTags@TestLanguageTag@?A0xb3415d4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ??0LanguageTag@@QAE
@ABULocale@lang@star@sun@com@@@Z (public: __thiscall LanguageTag::LanguageTag(st
ruct com::sun::star::lang::Locale const )) imported in function public: void _
_thiscall `anonymous namespace'::TestLanguageTag::testAllTags(void) (?testAllTa
gs@TestLanguageTag@?A0xb3415d4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ?isIsoODF@LanguageT
ag@@QBE_NXZ (public: bool __thiscall LanguageTag::isIsoODF(void)const ) imported
 in function public: void __thiscall `anonymous namespace'::TestLanguageTag::te
stAllTags(void) (?testAllTags@TestLanguageTag@?A0xb3415d4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ?isIsoLocale@Langua
geTag@@QBE_NXZ (public: bool __thiscall LanguageTag::isIsoLocale(void)const ) im
ported in function public: void __thiscall `anonymous namespace'::TestLanguageT
ag::testAllTags(void) (?testAllTags@TestLanguageTag@?A0xb3415d4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ?isValidBcp47@Langu
ageTag@@QBE_NXZ (public: bool __thiscall LanguageTag::isValidBcp47(void)const )
imported in function public: void __thiscall `anonymous namespace'::TestLanguag
eTag::testAllTags(void) (?testAllTags@TestLanguageTag@?A0xb3415d4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ??1LanguageTag@@QAE
@XZ (public: __thiscall LanguageTag::~LanguageTag(void)) imported in function p
ublic: void __thiscall `anonymous namespace'::TestLanguageTag::testAllTags(void)
 (?testAllTags@TestLanguageTag@?A0xb3415d4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ?getLanguageType@La
nguageTag@@QBEGXZ (public: unsigned short __thiscall LanguageTag::getLanguageTyp
e(void)const ) imported in function public: void __thiscall `anonymous namespac
e'::TestLanguageTag::testAllTags(void) (?testAllTags@TestLanguageTag@?A0xb3415d
4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ?getLocale@Language
Tag@@QBE?AULocale@lang@star@sun@com@@XZ (public: struct com::sun::star::lang::Lo
cale __thiscall LanguageTag::getLocale(void)const ) imported in function public
: void __thiscall `anonymous namespace'::TestLanguageTag::testAllTags(void) (?t
estAllTags@TestLanguageTag@?A0xb3415d4d@@QAEXXZ)
test_languagetag.o : warning LNK4217: locally defined symbol ?getBcp47@LanguageT
ag@@QBE?AVOUString@rtl@@XZ (public: class rtl::OUString __thiscall LanguageTag::
getBcp47(void)const ) imported in function public: void __thiscall `anonymous n
amespace'::TestLanguageTag::testAllTags(void) (?testAllTags@TestLanguageTag@?A0
xb3415d4d@@QAEXXZ)
test_languagetag.o : 

Re: Trying to build on Windows, multiple target patterns

2012-10-17 Thread Jeremy Brown
OK, thanks everyone for the various suggestions.

(I was already using the patched LibreOffice make but it was worth checking.)

I'm attaching the contents of iacc.lib.d:948
I was also sometimes getting the same error for ianimcore.lib.d:1:


I enabled the --disable-dependency-tracking option, and running make
again I then got error dialogs stating:

Microsoft Visual C++ Runtime Library
Runtime Error!
Program: D:\Dev\l...
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.

The errors in the build were:
Failed to load dynamic library: ...

for the following tests
workdir/wntmsci12.pro/LinkTarget/CppunitTest/test_i18npool_test_languagetag.dll
workdir/wntmsci12.pro/LinkTarget/CppunitTest/test_tools_test.dll
workdir/wntmsci12.pro/LinkTarget/CppunitTest/test_sot_test_sot.dll
workdir/wntmsci12.pro/LinkTarget/CppunitTest/test_svl_lngmisc.dll
workdir/wntmsci12.pro/LinkTarget/CppunitTest/test_basic_scanner.dll

The make process recommends:
Error: a unit test failed, please do one of:
export DEBUGCPPUNIT=TRUE# for exception catching
export GDBCPPUNITTRACE=gdb --args # for interactive debugging
export VALGRIND=memcheck# for memory checking

Are there any recommendations on which one I should try?

Is there anything else I should try to resolve the errors about dlls
failing to load?

(I'm also going through the wiki page Flavio linked to and trying to
make sure my Cygwin environment matches what he has, but I haven't
finished going through the list yet. I was using a Cygwin package set
based on what is at
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies,
but that has less packages that Flavio listed.)

Thanks,

Jeremy

On Tue, Oct 16, 2012 at 7:48 AM, Matúš Kukan matus.ku...@gmail.com wrote:
 My current problem is that I run make and it runs for a while and then
 dies in tail_build with an error like this:
 D:/Dev/libo/libo/workdir/wntmsci12.pro/Dep/LinkTarget/Library/iacc.lib.d:948:
 *** multiple target patterns. Stop.

 Oh, this one is probably new, related to
 changes in solenv/bin/concat-deps.c :
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=140281898f21f707582f395918e5234bdb67e435
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=d0bf1510632801e15f1f498320c90efb6d773d6e
 What is in 
 D:/Dev/libo/libo/workdir/wntmsci12.pro/Dep/LinkTarget/Library/iacc.lib.d
 ?


iacc.lib.d
Description: Binary data


ianimcore.lib.d
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [PATCH] i18npool Add locale data for ebo_CG and tyx_CG

2012-09-20 Thread Jeremy Brown
I hereby declare that:

All my contributions, past and future, to LibreOffice are licensed
under the terms of the MPL / LGPLv3+.

Jeremy Brown
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] i18npool Add locale data for ebo_CG and tyx_CG

2012-09-19 Thread Jeremy Brown
This patch adds locale data for Congolese languages Teke-Eboo (ebo_CG)
and Teke-Tyee (tyx_CG).

This is my first patch submission to LibreOffice or anywhere else so
let me know if there's something I haven't done right or should do
differently.  Thanks.

Jeremy


0001-Add-locale-files-for-ebo_CG-and-tyx_CG.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Problems with Windows build

2011-04-04 Thread Jeremy Brown
I'm trying to build on Windows Vista, following the directions at:

http://wiki.documentfoundation.org/Development/Native_Build#Partial_build
and
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies

When I run make for the first time, I get to a point where it tells me there
are possibly problems in libxml2, lpsolve, curl, or openssl.

The development wiki tells me I should issue commands like:
$ source *Env.Set.sh
$ cd libxml2
$ rm - r $INPATH ; deliver -delete
$ build

But those commands give me errors like these below:
$ source *Env.Set.sh
bash: *Env.Set.sh: No such file or directory

$ cd libxml2

$ rm -r $INPATH ; deliver -delete
rm: missing operand
Try `rm --help' for more information.
bash: deliver: command not found

$ build
bash: build: command not found

Could anyone give me any suggestions of Windows/Cygwin-specific commands I
should be using to build modules that report errors?

Thanks,
Jeremy
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice