To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86849
Issue #|86849
Summary|to-be-DEV300_m2: oox SMP issue
Component|xml
Version|1.0.0
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|rt
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Mar 9 19:16:42 +0000
2008 -------
While compiling oox/source/token/tokenmap.cxx:
cc1plus: warnings being treated as errors
../../unxlngx6.pro/misc/tokens.gperf:229: warning: missing initializer for
member
'oox::xmltoken::nToken'
The problem is that there was {"balan"} only! But it was solved by building in
-P1 mode 8)
To see it in real, rm -rf unxlng*pro there and:
[EMAIL PROTECTED]:~/BuildDir/ooo_DEV300_m2_src/oox/source/token> dmake -P8
/usr//bin//perl gentoken.pl tokens.txt ../../unxlngx6.pro/inc/tokens.hxx
../../unxlngx6.pro/inc/tokenwords.inc ../../unxlngx6.pro/misc/tokens.gperf
/usr//bin//perl gentoken.pl tokens.txt ../../unxlngx6.pro/inc/tokens.hxx
../../unxlngx6.pro/inc/tokenwords.inc ../../unxlngx6.pro/misc/tokens.gperf
/usr//bin//perl gentoken.pl tokens.txt ../../unxlngx6.pro/inc/tokens.hxx
../../unxlngx6.pro/inc/tokenwords.inc ../../unxlngx6.pro/misc/tokens.gperf
-------------
gperf --compare-strncmp ../../unxlngx6.pro/misc/tokens.gperf | sed -e
"s/(char\*)0/(char\*)0, 0/g"
>../../unxlngx6.pro/inc/tokens.inc
Caught SIGINT. Trying to quit ...
[EMAIL PROTECTED]:~/BuildDir/ooo_DEV300_m2_src/oox/source/token>
It is running the same command three times.
---------------------------------------------------------------------
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]