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
#error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#195
Open
Xbotgo-Justin1 opened this issue
Jan 7, 2022
· 1 comment
(base) [jianming_ge@localhost build]$ make ..
(base) [jianming_ge@localhost build]$ cmake ..
-- cuda found TRUE
-- Building shared library with GPU support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/build
(base) [jianming_ge@localhost build]$ pwd
/home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/build
(base) [jianming_ge@localhost build]$ make
[ 16%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/./warpctc_generated_ctc_entrypoint.cu.o
nvcc warning : The -std=c++14 flag is not supported with the configured host compiler. Flag will be ignored.
In file included from /usr/include/c++/4.8.2/tuple:35:0,
from /home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/include/detail/cpu_ctc.h:3,
from /home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/src/ctc_entrypoint.cu:7:
/usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: 错误:#error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the
^
CMake Error at warpctc_generated_ctc_entrypoint.cu.o.cmake:206 (message):
Error generating
/home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/build/CMakeFiles/warpctc.dir/src/./warpctc_generated_ctc_entrypoint.cu.o
The text was updated successfully, but these errors were encountered:
(base) [jianming_ge@localhost build]$ make ..
(base) [jianming_ge@localhost build]$ cmake ..
-- cuda found TRUE
-- Building shared library with GPU support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/build
(base) [jianming_ge@localhost build]$ pwd
/home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/build
(base) [jianming_ge@localhost build]$ make
[ 16%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/./warpctc_generated_ctc_entrypoint.cu.o
nvcc warning : The -std=c++14 flag is not supported with the configured host compiler. Flag will be ignored.
In file included from /usr/include/c++/4.8.2/tuple:35:0,
from /home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/include/detail/cpu_ctc.h:3,
from /home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/src/ctc_entrypoint.cu:7:
/usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: 错误:#error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the
^
CMake Error at warpctc_generated_ctc_entrypoint.cu.o.cmake:206 (message):
Error generating
/home/jianming_ge/software/warp-ctc-pytorch_bindings/warp-ctc-pytorch_bindings/build/CMakeFiles/warpctc.dir/src/./warpctc_generated_ctc_entrypoint.cu.o
The text was updated successfully, but these errors were encountered: