To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85380
Issue #|85380
Summary|xmlfilter02: BIG MESS
Component|xml
Version|680m234
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P1
Subcomponent|code
Assigned to|ihi
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Fri Jan 18 21:12:40 +0000
2008 -------
OK, instead of filing million issues, here are them all in one issue.
1. cws was marked as private thus it was not possible to work on it before
properly
2. cws contained new modules thus it was not possible to tinderbox it
3. authors did not setup the aliases beforehand thus we have to wait anyway
4. cws is not WaE clean on 64bit platforms
5. repeated build command rebuilds almost everything in module writerfilter
6. flex source and also its result are checked in:
paveljanik:~/.ooo/ooo_SRC680_m243_src/writerfilter/source/rtftok pavel$ ls -al
RTFScanner.{cxx,lex}
-rw-r--r-- 1 pavel pavel 42772 Mar 8 2007 RTFScanner.cxx
-rw-r--r-- 1 pavel pavel 6855 Mar 8 2007 RTFScanner.lex
paveljanik:~/.ooo/ooo_SRC680_m243_src/writerfilter/source/rtftok pavel$
7. flex is not able to compile the file at all:
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m243_src/writerfilter/source/rtftok>
dmake
flex -+ -SRTFScanner.skl -oRTFScanner.cxx RTFScanner.lex
flex: fatal internal error, bad line in skeleton file
dmake: Error code 1, while making 'RTFScanner.cxx'
dmake: 'RTFScanner.cxx' removed.
---* tg_merge.mk *---
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m243_src/writerfilter/source/rtftok>
8. authors misuse EXTERNAL_WARNINGS_NOT_ERRRORS variable to not error on
warnings
9. some files contain inappropriate header lines:
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m243_src/writerfilter/source/rtftok>
head -3 FlexLexer.h
/**
Copyright 2005 Sun Microsystems, Inc.
*/
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m243_src/writerfilter/source/rtftok>
10. it sometimes failes in parallel builds:
/home/oo/BuildDir/ooo_SRC680_m243_src/solver/680/unxlngi6.pro/bin/xsltproc
valuesimpl.xsl
../../unxlngi6.pro/misc/model_preprocessed.xml >
../../unxlngi6.pro/misc/OOXMLvalues.cxx
/home/oo/BuildDir/ooo_SRC680_m243_src/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:
153: error: 'Token_t' has not been declared
/home/oo/BuildDir/ooo_SRC680_m243_src/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:
191: error: 'Token_t' does not name a type
/home/oo/BuildDir/ooo_SRC680_m243_src/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:
192: error: 'Token_t' does not name a type
/home/oo/BuildDir/ooo_SRC680_m243_src/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:
350: error: 'Token_t' does not name a type
Patch for WaE:
http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Patches/SRC680/iFIXME-xmlfilter02-
BIG_MESS.diff
I'm testing it on all my platforms now.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]