我在cmdmgrTutorial这个资料夹里面make时
产生了以下的error message:
sys_cmd.cpp: In member function ‘virtual bool CommonNs::SysCdCmd::exec(int,
char**)’:
sys_cmd.cpp:136:23: error: ‘chdir’ was not declared in this scope
sys_cmd.cpp:144:26: error: ‘chdir’ was not declared in this scope
上网google了发现是要include <unistd.h>这个header
include之后就可以顺利compile了
但是其他人好像都没有这个问题
想要请问为什么会发生这个状况
谢谢~