|
|
新版的gcc确实带来了一些问题,比如我的openoffice,看到有新的m11了,就编译,结果出错了,不过错误还比较简单,没复杂的地方。
如果有朋友编译的话,可以用一下这个补丁,应该没问题。
- diff -aur OOO310_m11/sw/source/core/doc/docbm.cxx OOO310_m11.new/sw/source/core/doc/docbm.cxx
- --- OOO310_m11/sw/source/core/doc/docbm.cxx 2009-04-26 03:05:02.000000000 +0800
- +++ OOO310_m11.new/sw/source/core/doc/docbm.cxx 2009-04-28 11:43:39.684101752 +0800
- @@ -63,6 +63,7 @@
- // --> OD 2007-10-23 #i81002#
- #include <ndtxt.hxx>
- // <--
- +#include <stdio.h>
-
- SV_IMPL_OP_PTRARR_SORT(SwBookmarks, SwBookmarkPtr)
-
- diff -aur OOO310_m11/sw/source/filter/ww8/WW8TableInfo.cxx OOO310_m11.new/sw/source/filter/ww8/WW8TableInfo.cxx
- --- OOO310_m11/sw/source/filter/ww8/WW8TableInfo.cxx 2009-04-26 03:04:38.000000000 +0800
- +++ OOO310_m11.new/sw/source/filter/ww8/WW8TableInfo.cxx 2009-04-28 11:46:24.967120225 +0800
- @@ -37,6 +37,7 @@
- #include "pam.hxx"
- #include "ndtxt.hxx"
- #include "dbgoutsw.hxx"
- +#include <stdio.h>
-
- namespace ww8
- {
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|