我需要知道为什么VS代码不编译ncurses.h。但是可以在终端ubuntu中编译。此消息出现在VS代码上。(.text+0xd):对initscr的未定义引用
我通过添加"- incurses "在"args"(tasks.json)
"args": [
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}",
"-lncurses" <--------- add the library ("-lncurses" ) here
],
代码运行器扩展配置在- 0
"code-runner.executorMap" {cd $dir &&$fileNameWithoutExt &&dir fileNameWithoutExt"美元;}