On 12.01.2014 06:58, Juande Manjon wrote:
The build finished successfully but it takes longer in Windows. Now,
I'm going to start investigating this issue
https://issues.apache.org/ooo/show_bug.cgi?id=118533, regarding to an
import problem with some .docx files. I have read the Windows
Debugging wiki and I would like to know which modules are required to
build and debug the import process, also any tip about debugging in
Windows is welcome.


The *.docx import filter code is found in module writerfilter. Please consider that some portion of the import code is also generated by the compile process.

Do not hesitate to ask further questions - general ones or specific to issue 118533.


By the way, in my local developer build of a recent trunk version no crash occurs anymore, but the document is not imported with reported message "General input/output error"


Best regards, Oliver.

Juande

From: juande.man...@outlook.com To: dev@openoffice.apache.org
Subject: RE: building help Date: Wed, 8 Jan 2014 04:56:56 +0000




I've checked out the code on weekend, now I've updated from trunk and
the build is going forward but still compiling. I'll let you know as
soon as it's done.

Juande

From: armin_le_gr...@me.com Subject: Re: building help Date: Tue, 7
Jan 2014 21:43:17 -0700 To: dev@openoffice.apache.org



Am 07.01.2014 um 19:20 schrieb Tyler Kavanaugh
<tw...@kc.rr.com>:



On 1/7/2014 7:48 PM, Armin Le Grand wrote: hi Juande,

please update the sc module, Herbert has already fixed this, I
stumbled myself on monday.
Are you saying that this is an error which isn't present in the
head revision on trunk?

Yes, as far as I know. I built a version based on todays trunk (in
a newly created branch) with no problem. I stumbled above the same
on monday afternoon.


-- ALG (iPad)

Am 07.01.2014 um 18:10 schrieb Juande Manjon
<juande.man...@outlook.com>:

This is the first time that I have tried to build in windows,
and I am following the wiki build step by step for Windows
and I have the following error message in my build.

What could I do to fix this issue?

Thanks, Juande


Entering
/cygdrive/c/source/aoo-trunk/main/sc/source/filter/excel

Compiling: sc/source/filter/excel/xestream.cxx
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(32)
: warning C4627 : '#include <rtl/random.h>': skipped when
looking for precompiled header use Add directive to
'precompiled_sc.hxx' or rebuild precompiled header
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(33)
: warning C4627 : '#include <sax/fshelper.hxx>': skipped when
looking for precompiled header use

Add directive to 'precompiled_sc.hxx' or rebuild precompiled
header
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(34)
: warning C4627 : '#include <unotools/streamwrap.hxx>':
skipped when looking for precompiled hea der use Add
directive to 'precompiled_sc.hxx' or rebuild precompiled
header
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(54)
: error C2039: 'OStreamWrapper' : is not a member of 'utl'
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(54)
: error C2873: 'OStreamWrapper' : symbol cannot be used in a
using-declaration
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587)
: error C2065: 'rtlRandomPool' : undeclared identifier
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587)
: error C2146: syntax error : missing ';' before identifier
'aRandomPool'
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587)
: error C2065: 'aRandomPool' : undeclared identifier
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587)
: error C3861: 'rtl_random_createPool': identifier not found
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(588)
: error C2065: 'aRandomPool' : undeclared identifier
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(588)
: error C3861: 'rtl_random_addBytes': identifier not found
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(589)
: error C2065: 'aRandomPool' : undeclared identifier
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(589)
: error C3861: 'rtl_random_getBytes': identifier not found
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(590)
: error C2065: 'aRandomPool' : undeclared identifier
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(590)
: error C3861: 'rtl_random_destroyPool': identifier not
found
C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(827)
: error C2061: syntax error : identifier 'OStreamWrapper'
dmake:  Error code 2, while making
'../../../wntmsci12.pro/slo/xestream.obj'

1 module(s): sc need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/sc/so urce/filter/excel

When you have fixed the errors in that module you can resume
the build by runnin g:

build --all:sc

---------------------------------------------------------------------


To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail:
dev-h...@openoffice.apache.org

---------------------------------------------------------------------


To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


---------------------------------------------------------------------


To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to