|
—
本帖被 XChinux 执行加亮操作(2008-04-09)
—
下载下来源代码包之后,直接运行./configure, make, make install,可能会遇到如下问题: 1.出现如下提示 configure ends with the following message: NOTICE: Qt will not be built with XShape support. As a result, drag-and-drop in the Qt Designer will NOT work. We recommend that you enable XShape support by passing the -xshape switch to ./configure. 通过如下命令,安装“xlibs-dev”库,然后重新配置编译即可解决问题。 apt-get install xlibs-dev 这个“xlibs-dev”库需要上网安装吗?
|