使用Clion在C ++上构建错误

时间:2018-07-06 04:24:49

标签: c++ bitcoind

我试图在CLion IDE中运行qtum。但是会发生一些错误。 这是我的一些错误。

In file included from /usr/include/c++/8/cstdint:41,
                 from /usr/include/c++/8/bits/char_traits.h:501,
                 from /usr/include/c++/8/string:40,
                 from /usr/include/c++/8/stdexcept:39,
                 from /usr/include/c++/8/array:39,
                 from /usr/include/c++/8/tuple:39,
                 from /usr/include/c++/8/functional:54,
                 from /home/zephyr/qtum/src/bench/bench.h:8,
                 from /home/zephyr/qtum/src/bench/base58.cpp:5:
/home/xxx/qtum/src/leveldb/port/win/stdint.h:11:2: error: #error This file should only be included when compiling with MSVC.
 #error This file should only be included when compiling with MSVC.

如何包含这些文件?

0 个答案:

没有答案