001、問題, make編譯報錯如下:
utilseq.h:92:30: error: ‘Iefp’ is not a class or namespace
002、感覺像是c++版本低造成的
測試一下,將gcc編譯器有4.8 升級到 11, 問題解決。
升級方法:https://www.cnblogs.com/liujiaxin2018/p/16744442.html
(base) [root@pc1 src]# gcc --version gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9) Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
。