You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing such a project with us.
When I run the Replica command, I keep encountering the c++ compilation problem such as:
/root/miniconda3/envs/monosdf/lib/gcc/x86_64-conda-linux-gnu/14.1.0/include/c++/cstdlib:253:22: error: 'strtof' has not been declared in '__gnu_cxx'
253 | using ::__gnu_cxx::strtof;
| ^~~~~~
/root/miniconda3/envs/monosdf/lib/gcc/x86_64-conda-linux-gnu/14.1.0/include/c++/cstdlib:254:22: error: 'strtoll' has not been declared in '__gnu_cxx'
254 | using ::__gnu_cxx::strtoll;
| ^~~~~~~
Can you provide the python, gpu and c++ env information for us?
I had modified the src/backend.py file for several times, but it doesn't work
The text was updated successfully, but these errors were encountered:
Hi project manager,
Thank you for sharing such a project with us.
When I run the Replica command, I keep encountering the c++ compilation problem such as:
/root/miniconda3/envs/monosdf/lib/gcc/x86_64-conda-linux-gnu/14.1.0/include/c++/cstdlib:253:22: error: 'strtof' has not been declared in '__gnu_cxx'
253 | using ::__gnu_cxx::strtof;
| ^~~~~~
/root/miniconda3/envs/monosdf/lib/gcc/x86_64-conda-linux-gnu/14.1.0/include/c++/cstdlib:254:22: error: 'strtoll' has not been declared in '__gnu_cxx'
254 | using ::__gnu_cxx::strtoll;
| ^~~~~~~
Can you provide the python, gpu and c++ env information for us?
I had modified the src/backend.py file for several times, but it doesn't work
The text was updated successfully, but these errors were encountered: