To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314
                 Issue #|77314
                 Summary|OOF680_m16: merging stringlists strikes back
               Component|tools
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|code
             Assigned to|gh
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sun May 13 20:09:21 +0000 
2007 -------
Building OOF680_m16 with several GSI files merged in fails with:

StringList [ da ] = { < "< ingen >" ; > ; }; StringList [ mk ] = { < "< нема >" 
; > ; };
          ^
f640: "../../../unxlngi6.pro/misc/dbui/mmaddressblockpage.src", line 44: Error: 
syntax error

f256: Error: !! 1 Error found!!
Error starting rsc2 compiler
dmake:  Error code 1, while making '../../../unxlngi6.pro/srs/dbui.srs'

The merged src file contains:

#define  _ST_NONE_LIST              \
        StringList [de] =                \
        {                           \
            < "< leer >" ; > ;       \
        };                          \\
        StringList [ da ] = \
        {\
                 < "< ingen >" ; > ;\
        };\
        StringList [ mk ] = \
        {\
                 < "< нема >" ; > ;\
        };
        StringList [en-US]=    \
        {                           \
            < "< none >" ; > ;        \
        };

Two issues there:

1. double \\ after "de" StringList
2. missing \ after "mk" StringList's closing ;

---------------------------------------------------------------------
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]

Reply via email to