Skip to content
New issue

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

Compilation Error with fmt Library During Build Process #483

Open
shingszelam opened this issue Jan 9, 2025 · 0 comments
Open

Compilation Error with fmt Library During Build Process #483

shingszelam opened this issue Jan 9, 2025 · 0 comments

Comments

@shingszelam
Copy link

When I use the following command to compile:

cmake --build build --config RelWithDebInfo -j

I encountered an error related to 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant