openxrlab / xrslam

OpenXRLab Visual-inertial SLAM Toolbox and Benchmark
Apache License 2.0
455 stars 55 forks source link

Compiler Problem #52

Open gongchenyear opened 1 month ago

gongchenyear commented 1 month ago

When I use clang 18.1.8 compile this project, it will encounter errors like following pictures. image image But when I use GNU 9.4.0 compile this project, it will not generate this problem, and it builds completely. image image I wonder if this is a compiler issue or a bug in the code, and my ubuntu distro is 20.04, WSL2.