We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use the following command to compile:
cmake --build build --config RelWithDebInfo -j
I encountered an error related to fmt.
fmt
Error message:
/home/dl/csl/lidar-nerf/tiny-cuda-nn-master/dependencies/fmt/include/fmt/format.h(2592): warning: constexpr constructor calls non-constexpr function "fmt::v11::basic_memory_buffer<T, SIZE, Allocator>::basic_memory_buffer(const Allocator &) [with T=fmt::v11::detail::bigint::bigit, SIZE=32UL, Allocator=fmt::v11::detail::allocator<fmt::v11::detail::bigint::bigit>]" gmake[1]: *** [CMakeFiles/Makefile2:136: CMakeFiles/tiny-cuda-nn.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2
Has anyone encountered a similar issue, and how can this be resolved?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use the following command to compile:
I encountered an error related to
fmt
.Error message:
Has anyone encountered a similar issue, and how can this be resolved?
The text was updated successfully, but these errors were encountered: