Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Centos 6.9,如何安装gdbus codegen?_Centos_Centos6_Centos6.5 - Fatal编程技术网

Centos 6.9,如何安装gdbus codegen?

Centos 6.9,如何安装gdbus codegen?,centos,centos6,centos6.5,Centos,Centos6,Centos6.5,我很难在Centos 6上编译cups-filters-1.14.0。现在,在安装了几个小时的依赖项之后,我发现: gdbus-codegen \ --interface-prefix org.cups.cupsd \ --c-namespace Cups \ --generate-c-code cups-notifier \ utils/org.cups.cupsd.Notifier.xml mak

我很难在Centos 6上编译
cups-filters-1.14.0
。现在,在安装了几个小时的依赖项之后,我发现:

gdbus-codegen \
            --interface-prefix org.cups.cupsd \
            --c-namespace Cups \
            --generate-c-code cups-notifier \
            utils/org.cups.cupsd.Notifier.xml
make: gdbus-codegen: Command not found
make: *** [cups-notifier.c] Error 127
如何安装
gdbus codegen

您是否安装了“glib2”和“glib2-devel”?请检查以下内容: