我正在尝试使用g ++和使用CERN ROOT Framework编译C ++代码。编译时我收到了以下错误消息。
In file included from /usr/include/root/TObject.h:31:0,
from /usr/include/root/TNamed.h:26,
from /usr/include/root/TDirectory.h:25,
from /usr/include/root/TDirectoryFile.h:25,
from /usr/include/root/TFile.h:25,
from neutralino_root.cpp:13:
/usr/include/root/Rtypes.h:36:68: fatal error: strlcpy.h: No such file or directory
#include <strlcpy.h> // part of string.h on systems that have it
^
compilation terminated.
有没有人知道,为什么找不到“strlcpy.h”? 感谢帮助, 西蒙