wesleywong1995
wesleywong1995
> /usr/bin/ld: CMakeFiles/type_print.dir/type_print.cpp.o: in function `recursive_dump_type_info(CXType)': type_print.cpp:(.text+0x113): undefined reference to `clang_isConstQualifiedType' /usr/bin/ld: type_print.cpp:(.text+0x13e): undefined reference to `clang_isVolatileQualifiedType' /usr/bin/ld: type_print.cpp:(.text+0x164): undefined reference to `clang_getPointeeType' /usr/bin/ld: type_print.cpp:(.text+0x194): undefined reference to `clang_isConstQualifiedType' /usr/bin/ld:...
使用脚本编译的时候joltphysics报错 平台:windows 复现:运行bat脚本必现 
测试环境,windows, unbuntu wsl。 在RawTypeDescriptorBuilder进行析构注册的时候desc_变量报空,是否是析构顺序的问题?