解决方案:
修改scheduler模块下的auth.c源码,将其中的cups_crypt(…),定义及实现、以及调用的地方注释掉即可。
ubuntu18.04上编译 cups2.2.7时报错:auth.c:2022:5: error: unknown type name ‘_cups_md5_state_t’; did you mea
于 2023-05-09 18:58:06 首次发布
解决方案:
修改scheduler模块下的auth.c源码,将其中的cups_crypt(…),定义及实现、以及调用的地方注释掉即可。