then mv -f ".deps/about.Tpo" ".deps/about.Po"; \
else rm -f ".deps/about.Tpo"; exit 1; \
fi
about.cc: In function `void init_about_window(...)':
about.cc:222: error: `gtk_timeout_add' undeclared (first use this function)
about.cc:222: error: (Each undeclared identifier is reported only once for each
function it appears in.)
make[3]: *** [about.o] 错误 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/d4x-2.5.0rc3/main/face'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/d4x-2.5.0rc3/main'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/d4x-2.5.0rc3'
make: *** [all] 错误 2
error: Bad exit status from /var/tmp/rpm-tmp.78109 (%build)
RPM build errors:
user max does not exist - using root
group max does not exist - using root
Bad exit status from /var/tmp/rpm-tmp.78109 (%build)
[root@fly fan]# rpm -q make
make-3.80-3
[root@fly fan]#
老兄看看d4x-2.5.0rc3-1.src.rpm安装是否有什么准备工作,是否有安装帮助,如
RPM build errors:
user max does not exist - using root
group max does not exist - using root
应该要先建max用户,