You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by shzh zhao <ao...@gmail.com> on 2012/05/29 03:52:28 UTC

This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2 on Korean Windows due to special character ]

Hi All,

This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2
on Korean Windows due to special character ]
https://issues.apache.org/ooo/show_bug.cgi?id=93433

I build Aoo at Windows XP in Chinese language,
The following error occurred in libxml2 while I was building AOO.

----------------------------------------
testapi.c
..\testapi.c : warning C4819: The file contains a character that cannot be
repre
sented in the current code page (949). Save the file in Unicode format to
preven
t data loss
..\testapi.c(294) : error C2001: newline in constant
..\testapi.c(295) : error C2143: syntax error : missing ')' before 'return'
NMAKE : fatal error U1077: 'c:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe' :
return code
'0x2'
Stop.
----------------------------------------

in the attachment,there are patches for this issue,I thinks it should be
integrated in AOO at first.
*


mailto: *aoo.zhaoshzh@gmail.com <https://google.com/profiles>
<https://google.com/profiles>

Re: This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2 on Korean Windows due to special character ]

Posted by zhangjf <zh...@apache.org>.
The below message is also pasted into bug 93433.

The patch there is a little bit out of date. it is for libxml2 2.6.31,
while latest used version is 2.7.6 in AOO3.4. I will try to generate a
latest version of patch.

And the libxml2 patch only helps to build English version under DBCS
environment. But to build AOO DBCS version, for ex Simplified Chinese
version, you still need the English build environment.

On Tue, May 29, 2012 at 10:48 AM, Peng Chen <ch...@gmail.com> wrote:
> +1, I met this build break in Chinese language too.
>
> 2012/5/29 Chao Huang <ch...@gmail.com>
>
>> +1  I also met this build break on Windows XP in Chinese language. I had to
>> add ' manually.
>>
>> 2012/5/29 shzh zhao <ao...@gmail.com>
>>
>> > Hi All,
>> >
>> > This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2
>> > on Korean Windows due to special character ]
>> > https://issues.apache.org/ooo/show_bug.cgi?id=93433
>> >
>> > I build Aoo at Windows XP in Chinese language,
>> > The following error occurred in libxml2 while I was building AOO.
>> >
>> > ----------------------------------------
>> > testapi.c
>> > ..\testapi.c : warning C4819: The file contains a character that cannot
>> be
>> > repre
>> > sented in the current code page (949). Save the file in Unicode format to
>> > preven
>> > t data loss
>> > ..\testapi.c(294) : error C2001: newline in constant
>> > ..\testapi.c(295) : error C2143: syntax error : missing ')' before
>> 'return'
>> > NMAKE : fatal error U1077: 'c:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe' :
>> > return code
>> > '0x2'
>> > Stop.
>> > ----------------------------------------
>> >
>> > in the attachment,there are patches for this issue,I thinks it should be
>> > integrated in AOO at first.
>> > *
>> >
>> >
>> > mailto: *aoo.zhaoshzh@gmail.com <https://google.com/profiles>
>> > <https://google.com/profiles>
>> >
>>
>>
>>
>> --
>> Best regards,
>> Chao Huang
>>

Re: This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2 on Korean Windows due to special character ]

Posted by Peng Chen <ch...@gmail.com>.
+1, I met this build break in Chinese language too.

2012/5/29 Chao Huang <ch...@gmail.com>

> +1  I also met this build break on Windows XP in Chinese language. I had to
> add ' manually.
>
> 2012/5/29 shzh zhao <ao...@gmail.com>
>
> > Hi All,
> >
> > This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2
> > on Korean Windows due to special character ]
> > https://issues.apache.org/ooo/show_bug.cgi?id=93433
> >
> > I build Aoo at Windows XP in Chinese language,
> > The following error occurred in libxml2 while I was building AOO.
> >
> > ----------------------------------------
> > testapi.c
> > ..\testapi.c : warning C4819: The file contains a character that cannot
> be
> > repre
> > sented in the current code page (949). Save the file in Unicode format to
> > preven
> > t data loss
> > ..\testapi.c(294) : error C2001: newline in constant
> > ..\testapi.c(295) : error C2143: syntax error : missing ')' before
> 'return'
> > NMAKE : fatal error U1077: 'c:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe' :
> > return code
> > '0x2'
> > Stop.
> > ----------------------------------------
> >
> > in the attachment,there are patches for this issue,I thinks it should be
> > integrated in AOO at first.
> > *
> >
> >
> > mailto: *aoo.zhaoshzh@gmail.com <https://google.com/profiles>
> > <https://google.com/profiles>
> >
>
>
>
> --
> Best regards,
> Chao Huang
>

Re: This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2 on Korean Windows due to special character ]

Posted by Chao Huang <ch...@gmail.com>.
+1  I also met this build break on Windows XP in Chinese language. I had to
add ' manually.

2012/5/29 shzh zhao <ao...@gmail.com>

> Hi All,
>
> This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2
> on Korean Windows due to special character ]
> https://issues.apache.org/ooo/show_bug.cgi?id=93433
>
> I build Aoo at Windows XP in Chinese language,
> The following error occurred in libxml2 while I was building AOO.
>
> ----------------------------------------
> testapi.c
> ..\testapi.c : warning C4819: The file contains a character that cannot be
> repre
> sented in the current code page (949). Save the file in Unicode format to
> preven
> t data loss
> ..\testapi.c(294) : error C2001: newline in constant
> ..\testapi.c(295) : error C2143: syntax error : missing ')' before 'return'
> NMAKE : fatal error U1077: 'c:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe' :
> return code
> '0x2'
> Stop.
> ----------------------------------------
>
> in the attachment,there are patches for this issue,I thinks it should be
> integrated in AOO at first.
> *
>
>
> mailto: *aoo.zhaoshzh@gmail.com <https://google.com/profiles>
> <https://google.com/profiles>
>



-- 
Best regards,
Chao Huang

Re: This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2 on Korean Windows due to special character ]

Posted by lin yuan <yu...@gmail.com>.
Agree. This fix is very useful to build AOO on the  *locale with multibyte
character set* such as Chinese, Korea and Janpanese.

2012/5/29 shzh zhao <ao...@gmail.com>

> Hi All,
>
> This bug should be integrated in Aoo [Bug 93433 - build breaks in libxml2
> on Korean Windows due to special character ]
> https://issues.apache.org/ooo/show_bug.cgi?id=93433
>
> I build Aoo at Windows XP in Chinese language,
> The following error occurred in libxml2 while I was building AOO.
>
> ----------------------------------------
> testapi.c
> ..\testapi.c : warning C4819: The file contains a character that cannot be
> repre
> sented in the current code page (949). Save the file in Unicode format to
> preven
> t data loss
> ..\testapi.c(294) : error C2001: newline in constant
> ..\testapi.c(295) : error C2143: syntax error : missing ')' before 'return'
> NMAKE : fatal error U1077: 'c:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe' :
> return code
> '0x2'
> Stop.
> ----------------------------------------
>
> in the attachment,there are patches for this issue,I thinks it should be
> integrated in AOO at first.
> *
>
>
> mailto: *aoo.zhaoshzh@gmail.com <https://google.com/profiles>
> <https://google.com/profiles>
>


Lin Yuan