다음 오류를 해결하는 데 문제가 있습니다.
$ g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -fPIC -DPIC -o .libs/util.o
util.cc:23:10: fatal error: charconv: No such file or directory
정보:
$ uname -a
Linux run-6594505b5bdd472c40e6af6d-tpnhw 5.10.192-183.736.amzn2.x86_64 #1 SMP Wed Sep 6 21:15:41 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
$ gcc --version
gcc-10 (Ubuntu 10.3.0-1ubuntu1~18.04~1) 10.3.0
내가 포럼에서 본 유일한 제안은 gcc 및 g++ 버전과 관련이 있지만 이것들은 충분히 새로운 것 같습니다.
답변1
이것을 사용하십시오 :
> apt-get install apt-file
> apt-file update
# Now search dependency
> apt-file search charconv
설치하셔야 할 것 같아요libc++-[VERSION]-dev