我在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了
但是其他人好像都沒有這個問題
想要請問為什麼會發生這個狀況
謝謝~