目前共有6篇帖子。
字體大小:較小 - 100% (默認)  內容轉換:不轉換
 
點擊 回復
31 5
iotdb里面的libthrift.a是仓库自带的(pre-built Thrift library)
巨大八爪鱼
武林盟主 二十一級
回復
1樓 發表於:2026-6-22 11:39
#### Visual Studio 2017 or older
If you are using Visual Studio 2017 or older, the pre-built Thrift library is incompatible. You
will have to compile the thrift library manually:

1. Install the dependencies of Thrift:
* flex http://gnuwin32.sourceforge.net/packages/flex.htm
* bison http://gnuwin32.sourceforge.net/packages/bison.htm
* openssl https://slproweb.com/products/Win32OpenSSL.html

2. Clone the repository: https://github.com/apache/iotdb-bin-resources.

3. Enter the "iotdb-tools-thrift" folder in the cloned repository; use the following command to
   compile the thrift library:

`mvn install`

巨大八爪鱼
武林盟主 二十一級
回復
2樓 發表於:2026-6-22 11:40
iotdb-client/client-cpp/README.md的58-79行有编译thrift库的说明。
巨大八爪鱼
武林盟主 二十一級
回復
3樓 發表於:2026-6-22 11:41
oct1158@oct1158-ubuntu:~/Documents/Code/C/iotdb$ ls -l $(find . -name libthrift.a)
-rw-r--r-- 1 oct1158 oct1158 32115874 Nov  9  2023 ./iotdb-cpp/iotdb-client/client-cpp/target/client-cpp-2.0.7-SNAPSHOT-cpp-linux-x86_64/lib/libthrift.a
-rw-r--r-- 1 oct1158 oct1158 32115874 Jun 11  2023 ./iotdb-cpp/iotdb-client/client-cpp/target/thrift/lib/libthrift.a
-rw-r--r-- 1 oct1158 oct1158 32115874 Jun 11  2023 ./iotdb-cpp/iotdb-protocol/thrift-commons/target/thrift/lib/libthrift.a
-rw-r--r-- 1 oct1158 oct1158 24767486 Jun 11  2023 ./iotdb/iotdb-protocol/thrift-ainode/target/thrift/lib/libthrift.a
-rw-r--r-- 1 oct1158 oct1158 24767486 Jun 11  2023 ./iotdb/iotdb-protocol/thrift-commons/target/thrift/lib/libthrift.a
-rw-r--r-- 1 oct1158 oct1158 24767486 Jun 11  2023 ./iotdb/iotdb-protocol/thrift-confignode/target/thrift/lib/libthrift.a
-rw-r--r-- 1 oct1158 oct1158 24767486 Jun 11  2023 ./iotdb/iotdb-protocol/thrift-consensus/target/thrift/lib/libthrift.a
-rw-r--r-- 1 oct1158 oct1158 24767486 Jun 11  2023 ./iotdb/iotdb-protocol/thrift-datanode/target/thrift/lib/libthrift.a
oct1158@oct1158-ubuntu:~/Documents/Code/C/iotdb$
巨大八爪鱼
武林盟主 二十一級
回復
4樓 發表於:2026-6-22 11:47
巨大八爪鱼
武林盟主 二十一級
回復
5樓 發表於:2026-6-22 11:51

的确是自带的。

libiotdb_session.so和libthrift.a库都是自带的,都不是现编译出来的。

都在下载的client-cpp-2.0.7-SNAPSHOT-cpp-linux-x86_64.zip里面。

巨大八爪鱼
武林盟主 二十一級
回復
6樓 發表於:2026-6-22 15:00
下载thrift源码:https://dlcdn.apache.org/thrift/0.23.0/thrift-0.23.0.tar.gz
回覆帖子
內容:
用戶名: 您目前是匿名發表。
驗證碼:
看不清?換一張
(快捷鍵:Ctrl+Enter)
本帖信息
點擊數:31 回複數:5
作者:巨大八爪鱼
最後回覆:巨大八爪鱼
最後回復時間:2026-6-22 15:00
公告板