缺少 xvar.h 头文件:我在哪里可以找到它?

缺少 xvar.h 头文件:我在哪里可以找到它?

我有一些最初为 Sun4/Solaris 编写的代码,它要求一个xvar.h头文件。注释说:

/*
    The xvar.h file defines the XVAR, XINTIT, ARRAY, and comma
    macros used to either define or declare variables.
*/
#include    "xvar.h"

我正在尝试编译它以在 Ubuntu 上运行(通过 WSL,使用 VSCode)。我安装了 X 子系统和 vcpkg“x11”,但它仍在要求提供该文件。

任何帮助都将不胜感激。

相关内容