Re: VS 2022 version 17.9.1 has a bug preventing building cli_ure

2024-03-23 Thread Oliver Brinzing
> Am 23.03.2024 um 14:37 schrieb Mike Kaganski : > > On 23.03.2024 18:29, Oliver Brinzing wrote: >> i decided to install a complete new cygwin environment as described in: >> https://wiki.documentfoundation.org/Development/BuildingOnWindows >> but now, the

Re: VS 2022 version 17.9.1 has a bug preventing building cli_ure

2024-03-23 Thread Oliver Brinzing
Am 23.03.2024 um 00:04 schrieb Christian Lohmaier: Hi *, On Thu, Mar 21, 2024 at 8:58 PM Oliver Brinzing wrote: […] Configuring OpenSSL version 3.0.13 for target VC-WIN64A Using os-specific seed configuration /cygdrive/d/sources/libo-core/workdir/UnpackedTarball/openssl/crypto/sha

Re: VS 2022 version 17.9.1 has a bug preventing building cli_ure

2024-03-21 Thread Oliver Brinzing
Am 20.03.2024 um 06:01 schrieb Mike Kaganski: On 24.02.2024 21:50, Mike Kaganski wrote: After upgrading my VS v.17.9.0 to v.17.9.1, building cli_ure started to fail like this: LINK : error LNK2034: metadata inconsistent with COFF symbol table: symbol

lo master debug build aborts on OUString NULL check in strtmpl.hxx/newFromStr

2022-08-13 Thread Oliver Brinzing
Hi, with lo master debug build: OUString x; OUString test = ((x==NULL) || (x.getLenght()==0) ) ? OUString("a") : OUString("b"); will abort lo: template void newFromStr( IMPL_RTL_STRINGDATA** ppThis, const

Re: current master windows build break: sw/source/core/crsr/bookmrk.cxx(721): error C2039: "isMobilePhone" ist kein Member von "comphelper::LibreOfficeKit".

2020-05-10 Thread Oliver Brinzing
all clear, after another git pull it worked Am 10.05.2020 um 09:15 schrieb Oliver Brinzing: Hi, I tried to build current master but build breaks: Microsoft Visual Studio Professional 2019 - Version 16.5.4 [...] [CXX] sw/source/core/crsr/crstrvl1.cxx [CXX] sw/source/core/crsr

current master windows build break: sw/source/core/crsr/bookmrk.cxx(721): error C2039: "isMobilePhone" ist kein Member von "comphelper::LibreOfficeKit".

2020-05-10 Thread Oliver Brinzing
Hi, I tried to build current master but build breaks: Microsoft Visual Studio Professional 2019 - Version 16.5.4 [...] [CXX] sw/source/core/crsr/crstrvl1.cxx [CXX] sw/source/core/crsr/DateFormFieldButton.cxx [CXX] sw/source/core/crsr/DropDownFormFieldButton.cxx [CXX]

How to access a form control event via beanshell script?

2020-04-13 Thread Oliver Brinzing
Hi, is it possible to submit a form control event to a beanshell script located inside a document? with python it should work like this: def pushMe( event ): textBoxModel = event.Source.getModel().getParent().TextBox Regards Oliver ___

Re: current master windows build break: ninja: build stopped: subcommand failed.

2020-03-29 Thread Oliver Brinzing
Hi, I just made a new build and noticed that it was working again: Version: 7.0.0.0.alpha0+ (x64) Build ID: 179bcf810809efb8ec1b4658e5f30d3a75513315 CPU threads: 12; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win; Locale: de-DE (de_DE); UI-Language: en-US Calc: threaded Regards

Re: current master windows build break: ninja: build stopped: subcommand failed.

2020-03-26 Thread Oliver Brinzing
Hi Is there anything I could do to help analyze the problem? Unfortunately, my knowledge of the build system is limited... Best Regards Oliver Am 25.03.2020 um 12:22 schrieb Luboš Luňák: On Wednesday 25 of March 2020, Thorsten Behrens wrote: Luboš Luňák wrote: There's no actual error

Re: current master windows build break: ninja: build stopped: subcommand failed.

2020-03-26 Thread Oliver Brinzing
Hi Is there anything I could do to help analyze the problem? Unfortunately, my knowledge of the build system is limited... Best Regards Oliver Am 25.03.2020 um 12:22 schrieb Luboš Luňák: On Wednesday 25 of March 2020, Thorsten Behrens wrote: Luboš Luňák wrote: There's no actual error

current master windows build break: ninja: build stopped: subcommand failed.

2020-03-24 Thread Oliver Brinzing
Hi, I tried to build current master but build breaks always (even after a clean and new configure - see below) with: [...] Hinweis: Einlesen der Datei: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.24.28314\include\vcruntime_startup.h Hinweis: Einlesen der

Re: Signature process in LibreOffice 6.3

2020-02-07 Thread Oliver Brinzing
Hi Steve, you added a new file into the zip package *after* signing the document. I *guess* (did not check the source code) LO checks all files inside the zip package during opening and if it finds a changed file or a file which is not listed in "documentsignatures.xml" it will invalidate the

Re: Perhaps crash in debug build

2020-01-16 Thread Oliver Brinzing
Hi Regina, >>> Start a Writer document. Insert a control element "push button". While it is still selected click >>> on "Control properties" in the context menu. seems to be: Bug 129943 - CRASH: when right click on a form control (Push Button) and select "Control Properties..." Regards

Re: ESC meeting 2019-08-29 minutes

2019-08-29 Thread Oliver Brinzing
Hi, + Most pressing bugs: Old: Fixed: are there any plans to fix Bug 121963 - button flashing - mouse wheel zooming breaks ? https://bugs.documentfoundation.org/show_bug.cgi?id=121963 It's still reproducible with LO 6.3.1.1 and LO master. at the moment these kind of

Re: windows master build stops at: [MOD] scp2

2019-07-12 Thread Oliver Brinzing
Hi, Tentative fix: https://gerrit.libreoffice.org/#/c/75495/ Regression from the recent NSS security update. For whatever reason Jenkins passed… seems to be fixed, a new clean build just finished :-) Version: 6.4.0.0.alpha0+ (x64) Build ID: b11ea5e9c37b19f0d60a4075146668954a7bf728 CPU

Re: windows master build stops at: [MOD] scp2

2019-07-12 Thread Oliver Brinzing
dules nss and firebird Am 12.07.2019 um 10:50 schrieb Regina Henschel: Hi, Oliver Brinzing schrieb am 11-Jul-19 um 20:38: Hi, are there any known building issues at the moment? my windows x64 master build with VS 2017 15.9.12  stops reproducible at: [MOD] scp2 there is no error message... a full bu

windows master build stops at: [MOD] scp2

2019-07-11 Thread Oliver Brinzing
Hi, are there any known building issues at the moment? my windows x64 master build with VS 2017 15.9.12 stops reproducible at: [MOD] scp2 there is no error message... a full build after clean did not help. Regards Oliver cd /cygdrive/d/sources/libo-core ./g checkout master ./g fetch --tags

Re: configure fails for lo 6.1.6 - Windows SDK... configure: error: Some (all?) Windows SDK files not found

2019-04-21 Thread Oliver Brinzing
Hi, i was able to solve the configure problem by patching the lo 6.1.6 "configure.ac": detect: NET Framework 4.7.2 line 5156: for ver in 4.7.2 4.7.1 4.7 4.6.2 4.6.1; do line 5190: for ver in 4.7.2 4.7.1 4.7 4.6.2 4.6.1 4.6; do detect Windows SDK 10.0.17763 line 5251 elif test

Re: configure fails for lo 6.1.6 - Windows SDK... configure: error: Some (all?) Windows SDK files not found

2019-04-21 Thread Oliver Brinzing
Hi, Which Windows SDK version did you use? installed Windows SDKs are: 10.0.17134.0 10.0.17763.0 btw: registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft/Microsoft SDKs\Windows" is not available Regards Oliver Windows Registry Editor Version 5.00

configure fails for lo 6.1.6 - Windows SDK... configure: error: Some (all?) Windows SDK files not found

2019-04-21 Thread Oliver Brinzing
Hi, building LO master/6.2.3 works fine. now i tried to build LO 6.1.6 but failed during configure: > checking for Windows SDK... configure: error: Some (all?) Windows SDK files not found, > please check if all needed parts of the Windows SDK are installed. > Error running configure at

Re: minutes of ESC call ...

2019-04-04 Thread Oliver Brinzing
Hi, + 6.1.6 rc1: April 9 next week > + Most pressing bugs: Could someone please take a look at issue crash: use of "com.sun.star.ui.dialogs.FolderPicker" service from java seems to cause crashes https://bugs.documentfoundation.org/show_bug.cgi?id=123502 it affects windows 7/10 and

Re: Calc recalculate bugs

2019-03-22 Thread Oliver Brinzing
Hi Eike, Hi Dennis, thanks a lot for start fixing these bugs :-) and there is at least another one: https://bugs.documentfoundation.org/show_bug.cgi?id=120270 btw: are there any plans to backport these fixes to the 6.1 branch? Regards Oliver Am 22.03.2019 um 17:36 schrieb Dennis Francis: Hi

Re: Windows build failure - C1076 / C1060

2018-12-15 Thread Oliver Brinzing
seems to be resolved, was able to build: Version: 6.3.0.0.alpha0+ (x64) Build ID: 21b81b07b01e4482a80ced8dcdf48c480031c3c8 CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: de-DE (de_DE); UI-Language: en-US Calc: threaded Am 15.12.2018 um 11:18 schrieb Oliver Brinzing

Windows build failure - C1076 / C1060

2018-12-15 Thread Oliver Brinzing
Hi, trying to build master today on windows (vs 2017 15.9.3) breaks with: [CXX] sc/source/ui/view/reffact.cxx [CXX] sc/source/ui/view/scextopt.cxx [CXX] sc/source/ui/view/select.cxx [CXX] sc/source/ui/view/selectionstate.cxx [CXX] sc/source/ui/view/spelldialog.cxx [CXX]

debug build breaks in sw/source/filter/html/svxcss1.cxx(3166): error C2065: "CSS1PropEntryCompare"

2018-10-20 Thread Oliver Brinzing
Hi, i have a build break building master: 190a1394c2dd2aa338559c99a23ec3c62d29a2eb. [...] [CXX] sw/source/filter/html/wrthtml.cxx [CXX] sw/source/filter/writer/writer.cxx D:/sources/libo-core/sw/source/filter/html/svxcss1.cxx(3166): error C2065: "CSS1PropEntryCompare": nicht deklarierter

Re: Unittest fail because of 125% screen resolution on Windows 10

2018-10-06 Thread Oliver Brinzing
Hi Regina, > if I set my PC to 100% screen resolution, the unit tests work. If I set my PC to 125%, unit tests > fail. 125% results in 120dpi, that is below the threshold for scaling. if have win10 with 125% (120DPI / 1920x1080) and can build lo master without build breaks:

Re: Error on First Run in Windows: Solar Mutex not owned

2018-08-12 Thread Oliver Brinzing
Hi, with a recent build (win10 x64 Version: 6.2.0.0.alpha0+ (x64) Build ID: d19482e191b8839f3b552e3b6e5e91ead70d565f) i get several errors at first start (if the user profile is *empty*) i noticed: the folder " 'instdir/user/extensions" seems to cause the problem. lo will start without errors

Re: java service with get/set methods will fail with ""illegal object given!"

2018-07-13 Thread Oliver Brinzing
Hi, > Can you submit a bug for this at ? at the moment i can't provide a simple example. noticed, the problem seems to occur only in a special environment. Regards Oliver ___ LibreOffice mailing list

java service with get/set methods will fail with ""illegal object given!"

2018-07-09 Thread Oliver Brinzing
Hi, i have a java service which is called from basic macro as seen below. it works with aoo415, but will fail with lo 5.4.7.2: module org { module test { interface XMeta { interface com::sun::star::lang::XServiceInfo;

LO 546 x64 - SDK Example DocumentLoader.cxx crashes with Execption in mscx_uno.dll

2018-04-23 Thread Oliver Brinzing
Hi, are there any known problems with the DocumentLoader Example from https://api.libreoffice.org/examples/cpp/DocumentLoader and LO x64? i compiled with vs2015 and was able to execute successful with LO 546 x86. compiled with x64 SDK (/D "WIN32" /D "WNT" /D "CPPU_ENV=mscx" and linked with:

Re: How to check Uno objects types with Basic macro ?

2017-12-21 Thread Oliver Brinzing
Hi Patric, I'm using basic macros with LibreOffice 5.4.2.2. I would like to check that > a basic Object is a document Section. I find out XTypeProvider interface you can use something like this: Sub Main If hasUnoInterfaces(ThisComponent, "com.sun.star.sheet.XSpreadsheetDocument")

Re: configure/disable crashreporter ?

2017-04-27 Thread Oliver Brinzing
Hi Thorsten >Yep, that is currently hard-coded to thanks for checking, i added an enhancement: add an option to configure crashreporter https://bugs.documentfoundation.org/show_bug.cgi?id=107471 Regards Oliver ___ LibreOffice mailing list

configure/disable crashreporter ?

2017-04-25 Thread Oliver Brinzing
Hi, in our enterprise environment client computers are not connected to the internet. so we started to remove all internet related elements, e.g. "MoreDictionaries" via "org.openoffice.Office.Commands/Execute/Disable" or REMOVE=gm_o_Onlineupdate from msi install. but i cannot find a setting

building master breaks during CppunitTest_sc_statistical_functions_test with JRE Out of Memory Error

2017-04-16 Thread Oliver Brinzing
Hi, i noticed a reproducible build break when building lo master 5.4.0.0.alpha0+ (32bit) (Build ID: c2511f27768341e33b452429b6dac38efa039804) on Win10 (build 1703, 64bit, 8GB, vs 2015 sp3). adding log and hs_err_pid.log. # Out of Memory Error (allocation.cpp:390), pid=7496,

Re: LO 5.3.2.2: msi silent install: UI_LANGS property seems not to work as expected

2017-04-11 Thread Oliver Brinzing
Hi, > the Parameter ADDLOCAL=ALL overwrite the other parameter yes, this seems to be true, so I decided to add all features and remove the unnecessary dictionaries and language packs: msiexec /qb /passive /i %product%.msi /L*V lo_install.log INSTALLLOCATION="C:\Program Files

LO 5.3.2.2: msi silent install: UI_LANGS property seems not to work as expected

2017-04-10 Thread Oliver Brinzing
Hi, i tried to do a silent msi install, selecting only a few ui languages: > https://wiki.documentfoundation.org/Deployment_and_Migration > With LibreOffice 3.5.5 and higher, language selection works as follows. > msiexec /i Lib_.msi UI_LANGS=en_US,de msiexec /qb /passive /i

Re: How to pack a proper zip file with Basic

2017-03-19 Thread Oliver Brinzing
Hi Heiko, following code works for me to create a new zip archive and add a file Regards Oliver OPTION EXPLICIT Sub Test() Dim oZipArchive as Variant Dim aArg As New com.sun.star.beans.NamedValue Dim SURL as String Dim sFile as String

Re: OpenCL enabled by default after OS reinstall causing Unit Test Failure

2016-12-12 Thread Oliver Brinzing
Hi, What makes you think there is anything OpenCL-related in there? it's not the first time OpenCL seems to break builds, for example: https://lists.freedesktop.org/archives/libreoffice/2016-June/074434.html https://lists.freedesktop.org/archives/libreoffice/2015-August/069814.html Oliver

Re: OpenCL enabled by default after OS reinstall causing Unit Test Failure

2016-12-12 Thread Oliver Brinzing
Hi, > After disabled the failing Unit Tests, I > discovered that the new binaries enable OpenCL by default, where as in my > old binary I cannot even enable OpenCL. > Did something change in new Cygwin/LODE env that's causing OpenCL to be > enabled now? could you please tell me how to disable

Re: Build Problem with Lode

2016-12-11 Thread Oliver Brinzing
Hi Jason, >> C:\cygwin\lode\dev\core\workdir\UnpackedTarball\xml2\win32\configure.js(181, 2) Microsoft JScript > runtime error: Automation server can't create object i cannot confirm your build problems, but building current master with a fresh lode setup (win 10 64bit, vs2013) fails for me

build break in CppunitTest.mk:101: recipe for target 'xmlsecurity_pdfsigning.test' failed

2016-12-04 Thread Oliver Brinzing
Hi, i tried to build current master on win 10 with vs 2013 32 bit any hints ? Oliver [CUT] xmlsecurity_signing [CUT] xmlsecurity_pdfsigning warn:sal.rtl:4524:2044:sal/rtl/bootstrap.cxx:379: couldn't open file: file:///D:/sources/core/workdir/LinkTarget/Executable/cppunittester.i ni

Re: Order of menu items

2016-06-30 Thread Oliver Brinzing
Hi Jan, > In Linux LO respects this order and arranges the menu items in order. > In Windows, it doesn't. i use "m001", "m002", etc. to sort my menu entries. Regards Oliver ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Open web page from dialog

2016-06-12 Thread Oliver Brinzing
Hi Jan, I found some examples: http://www.programcreek.com/java-api-examples/index.php?api=com.sun.star.awt.XControl Maybe this can help Regards Oliver Am 12.06.2016 um 19:36 schrieb Jan Rheinländer : > > Hi Fernand, > > thank you for the tip with

master build fails in unit tests - CppunitTest_sc_bugfix_test / CppunitTest_sc_filters_test

2016-05-01 Thread Oliver Brinzing
Hi, i get a build error when building current master Oliver --- [BIN] sc [CUT] sc_bugfix_test [CUT] sc_filters_test [CUT] sc_rangelst_test [CUT] sc_mark_test [CUT] sc_tiledrendering [CUT] sccomp_lpsolver [CUT] sd_export_tests [CUT] sd_tiledrendering

Re: Can Java Scripts no longer been called from basic macro ?

2016-04-14 Thread Oliver Brinzing
ript\HelloWorld\helloworld.js" but in de UI i can also not sea the Java libraries maybe i must enabling something in the options to handle java ? Greetz On 14/04/2016 19:03, Oliver Brinzing wrote: Hi, this will work in LO 4 and LO 5: OPTION EXPLICIT Sub oJavaScriptMacro Dim oMSPF a

Re: Can Java Scripts no longer been called from basic macro ?

2016-04-14 Thread Oliver Brinzing
Hi, this will work in LO 4 and LO 5: OPTION EXPLICIT Sub oJavaScriptMacro Dim oMSPF as Object Dim oSP as Object Dim oScript as Object oMSPF = GetDefaultContext.getValueByName("/singletons/com.sun.star.script.provider.theMasterScriptProviderFactory") oSP =

Re: Avoid opening the Spreadsheet file when use OpenOffice UNO API to load it

2016-02-03 Thread Oliver Brinzing
Hi William, If execute the next line, the related file will be opened automatically, but we do not want to open it. What we want is change value for some cells and work as background. do you want to load the file "hidden"? something like this should work: PropertyValue[] mProps = new

[Bug 93151] "Expand references when new columns/rows are inserted" broken for named ranges

2016-01-25 Thread Oliver Brinzing
Hi, is there a chance to get this bug fixed in lo5.1? https://bugs.documentfoundation.org/show_bug.cgi?id=93151 To be honest this bug prevents me from migrating to lo5, cause we have several spreadsheets which depend on this feature. Regards Oliver

Re: Build error on branch libreoffice-5-0-4

2016-01-04 Thread Oliver Brinzing
Hi, i cannot confirm build problems with lo 5.0.4.2 (win10/VS 2013). i followed instructions given at: https://wiki.documentfoundation.org/Development/BuildingOnWindows my cygwin PATH looks like: PATH='/usr/local/bin:/usr/bin:cygdrive/c/WINDOWS/System32/ [...] build settings:

build break in sources/core/sc/qa/unit/ucalc_formula.cxx(823) : error : Assertion

2015-12-11 Thread Oliver Brinzing
Hi, i tried to build lo master last weekend (win 1064bit) but failed - yesterday i tried again, i did a clean before, but got same error: D:/sources/core/sc/qa/unit/ucalc_formula.cxx(823) : error : Assertion Test name: Test::testFormulaHashAndTag assertion failed - Expression: false -

Re: add libreoffice extension when "Save" LibreOffice Calc

2015-09-16 Thread Oliver Brinzing
Hi, > Anyone who knows how to invoke the code when saving the document? Thanks a > lot! register a global event broadcaster could help: https://wiki.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Document_Events Regards Oliver ___ LibreOffice

Re: Revert of 93cd7b78c29c11ccc87c19c845c6617acb834630

2015-09-04 Thread Oliver Brinzing
Hi Markus, > I had to revert 93cd7b78c29c11ccc87c19c845c6617acb834630 to get the gbuild that's fine, I knew that it was not a clean solution > If you need some help finding a solution that works with all backends feel free to poke me. a friend of mine is working on a better patch for the vs

Oliver Brinzing license statement

2015-08-22 Thread Oliver Brinzing
Hi, All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards Oliver ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: how to register at gerrit?

2015-08-22 Thread Oliver Brinzing
Hi, ok, finally i managed to register using a Launchpad openID ... Regards Oliver ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

how to register at gerrit?

2015-08-21 Thread Oliver Brinzing
Hi i try to register a gerrit account with an existing stackexchange openid: - open: https://gerrit.libreoffice.org/ - enter: https://openid.stackexchange.com [X] Remember me [Sign In] - after redirection i login with username/password result:

Re: vs 2013 integration - class view/code assist

2015-08-21 Thread Oliver Brinzing
Hi And to add to Markus's response, it'd be great to have patches that improve things. So feel free to submit your fixes. i think i have a small patch for vs 2013 ide integration - maybe someone can verify? if one starts vs 2013 the first time after running /opt/lo/bin/make

Re: Build Error -1073740940

2015-08-18 Thread Oliver Brinzing
Hi Michael, very odd... do you still have this problem? no, i am pretty sure my anti virus tool caused the problems. after disabling the Identity Protection Service (caused up to 50% cpu usage during builds!) and adding cygwin/source folders to the exclude list, i can even build lo 5.0.1 with

vs 2013 integration - class view/code assist

2015-08-18 Thread Oliver Brinzing
Hi, i managed to build a debug version of lo 5.0.1. after running /opt/lo/bin/make vs2013-ide-integration i have 392 projects in Solution Explorer, but it seems, only a few projects are included. for example Library swui (i played with core\sw\source\ui\misc\bookmark.cxx) has no class view

Re: Debug build breaks in unit test

2015-08-13 Thread Oliver Brinzing
Hi Regina, warn:editeng.uno:1112:364:editeng/source/uno/unofield.cxx:369: Id service unknown: 12 warn:editeng.uno:1112:364:editeng/source/uno/unofield.cxx:369: Id service unknown: 2 warn:xmloff:1112:364:xmloff/source/style/impastpl.cxx:432: Adding duplicate family graphic with mismatching

Re: Debug build breaks in unit test

2015-08-10 Thread Oliver Brinzing
Hi, my build has finished after 7 hours (Win 7 64Bit Core I5 8GB / PARALLELISM=1) with success :-) VS 2013 Integration works too i had 3 build breaks at all: - [ LNK ] Executable/python.exe [ BIN ] pyuno [ MOD ] pyuno make[1]: ***. Stop. Makefile:250: recipe for target 'build'

Re: Debug build breaks in unit test

2015-08-09 Thread Oliver Brinzing
Hi Regina, - https://wiki.documentfoundation.org/Development/BuildingOnWindows#System_PATH_causing_weird_build_breakage - BitDefender / other Anti-Virus / security tools breaking the build i told my anti virus not to scan c:\cygwin\* and c:\sources\* still working ... Regards Oliver

Re: Debug build breaks in unit test

2015-08-09 Thread Oliver Brinzing
Hi Regina C:/cygwin/opt/lo/bin/make -j 4 -rs -f C:/LO_buildDebug/core/Makefile.gbuild all have you tried with PARALLELISM=1: /opt/lo/bin/make gb_COLOR=1 PARALLELISM=1 C:/cygwin/opt/lo/bin/make -j 1 -rs -f D:/sources/libo-core/Makefile.gbuild all [...] i just started a new build

Re: Build Error -1073740940

2015-08-09 Thread Oliver Brinzing
Hi, So.. don't do that do not use --enable-verbose (for the reason stated at the top of this post.. it is broken) ok, i removed --enable-verbose, but now i am getting build errors again, for example: C:/cygwin/opt/lo/bin/make -j 4 -rs -f C:/sources/libo-core/Makefile.gbuild all [ C

Re: Build Error -1073740940

2015-08-08 Thread Oliver Brinzing
Hi Regina, Makefile:250: recipe for target 'build' failed make: *** [build] Error -1073740940 i just started to build LO 5 on Win7 64Bit with VS2013 and have same build problems first unpacking external source libreoffice-translations-5.0.0.5.tar failed with an error D could not resolved.