哪个 scons 命令适合编译我的 godot 原生脚本项目?

Which scons command is good for compiling my godot native script project?

提问人:Bill'sPrograming 提问时间:6/15/2022 最后编辑:Bill'sPrograming 更新时间:8/5/2022 访问量:102

问:

我想为我的 Godot 项目使用 C++ 脚本,所以我正在尝试使用 scons 构建 godot-cpp 存储库。

enter image description here enter image description here

我必须使用哪个命令?

C++ 语法错误 scons godot

评论

0赞 Ted Lyngmo 6/15/2022
您是否正在以 C++17(或更高版本)模式进行编译?include/godot_cpp/core/memory.hpp#include <type_traits>
0赞 bdbaddog 6/15/2022
您是否遵循了 Godot 网站上的所有指示?docs.godotengine.org/en/stable/development/compiling/......
0赞 Bill'sPrograming 7/6/2022
是的,它是 C++17
0赞 Bill'sPrograming 7/6/2022
是 include/godot_cpp/core/memory.hpp #include <type_traits>
0赞 Bill'sPrograming 7/29/2022
是的,它是 C++17

答: 暂无答案