[問題] 找不到函數的函示庫vtysh
開發平台(Platform): (Ex: Win10, Linux, ...)
Win11下的Linux
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
WSL
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
我想寫一個能夠用vtysh command來記錄所有cmd
但是函示庫找不到用哪個
不知道我程式哪有問題
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
vtysh.c:2:10: fatal error: zebra.h: No such file or directory
2 | #include <zebra.h>
| ^~~~~~~~~
compilation terminated.
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
#include <stdio.h>
#include <zebra.h>
int main(int argc,char** argv)
{
char *cmd = argv[1];
vtysh_execute(cmd);
printf("%d , cmd: %s %s\n", argc, cmd, argv[2]);
return 0;
}
補充說明(Supplement):
--
有沒有準備好我不知道,
但我已經做了我最好的選擇。
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 36.225.15.64 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1669390562.A.911.html
推
11/25 23:43,
2年前
, 1F
11/25 23:43, 1F
出現一樣的錯誤結果
vtysh.c:2:10: fatal error: vtysh.h: No such file or directory
2 | #include <vtysh.h>
| ^~~~~~~~~
compilation terminated.
※ 編輯: devcc (36.225.15.64 臺灣), 11/25/2022 23:48:26
推
11/25 23:47,
2年前
, 2F
11/25 23:47, 2F
推
11/26 00:11,
2年前
, 3F
11/26 00:11, 3F
→
11/26 00:12,
2年前
, 4F
11/26 00:12, 4F
→
11/26 01:01,
2年前
, 5F
11/26 01:01, 5F
→
11/26 18:36,
2年前
, 6F
11/26 18:36, 6F
推
11/28 12:29,
2年前
, 7F
11/28 12:29, 7F
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章