morningman commented on a change in pull request #6943:
URL: https://github.com/apache/incubator-doris/pull/6943#discussion_r737246023
##########
File path: docs/zh-CN/installing/compilation.md
##########
@@ -106,6 +106,14 @@ under the License.
$ sh build.sh
```
+ >**注意:**
+ >
+ >如果你使用的是 `build-env-1.4.1` 这个环境,第一次编译的时候要使用如下命令:
+ >
+ >`sh build.sh --clean --be --fe --ui ` 这种方式
+ >
+
>这是因为旧版thrift生成的代码带boost依赖文件部分文件,在新版的thrift里没有锁依赖的文件,需要清理掉重新生成依赖,需要加上--clean参数
Review comment:
```suggestion
> 这是因为1.4.1 版本镜像升级了 thrift(0.9 -> 0.13),需要通过 --clean 命令强制使用新版本的 thrift
生成代码文件,否则会出现不兼容的代码。
```
##########
File path: docs/zh-CN/installing/compilation.md
##########
@@ -106,6 +106,14 @@ under the License.
$ sh build.sh
```
+ >**注意:**
+ >
+ >如果你使用的是 `build-env-1.4.1` 这个环境,第一次编译的时候要使用如下命令:
+ >
+ >`sh build.sh --clean --be --fe --ui ` 这种方式
Review comment:
```suggestion
> `sh build.sh --clean --be --fe --ui`
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]