ground 发表于 2006-12-6 08:51:46

[求助]eva在bsd下编译

eva0.41,系统netbsd3,没有安装kde桌面,
安装了kdelibs,我的kdelibs 应该在/usr/pkg/lib/kde3/
两个问题:
1
./configure --with-qt-dir=/usr/pkg/qt3
提示我 no KDE headers installed.
如何指定我的kde位置,谢谢!

2
如果执行这句,能安装上,不过执行eva有错误。
./configure --perfix=`kde-config --prefix`--with-qt-dir=/usr/pkg/qt3
make &&make install 后,
执行eva,提示我 image resource cannot be loaded properly, check image directory please.

请朋友们帮忙,谢谢!

三翻领 发表于 2006-12-8 23:56:22

看看能不能先编译,不要install,然后进入src目录执行下./eva,看看能不能起来

ground 发表于 2006-12-9 09:01:08

看看能不能先编译,不要install,然后进入src目录执行下./eva,看看能不能起来

按你说的,出现如下错误:
Sorry, image resource cannot be loaded properly, check image directory please.

三翻领 发表于 2006-12-9 10:40:52

我估计你下载的源码有问题,我的blog有最新的cvs版下载,你试试。
0.4.1并不能确定所用的实际版本,最新cvs是11.5的

ground 发表于 2006-12-10 21:57:16

谢谢!

三翻领 发表于 2006-12-10 23:36:05

搞定?

ground 发表于 2006-12-12 15:49:14

这几天有点事情耽搁了,比我还急,多谢你了,完事一定回贴的!
是在这里下载吗?http://bbs.xsui.net/sanfanling/article.asp?id=78
下载后
./configure --prefix=`kde-config --prefix` --with-qt-dir=/usr/pkg/qt3
。。。
。。。
checking if src should be compiled... yes
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1204.
config.status: creating Makefile
config.status: WARNING:Makefile.in seems to ignore the --datarootdir setting
config.status: creating doc/Makefile
config.status: WARNING:doc/Makefile.in seems to ignore the --datarootdir setti
ng
config.status: creating doc/en/Makefile
config.status: WARNING:doc/en/Makefile.in seems to ignore the --datarootdir se
tting
...config.status: creating src/ui/Makefile
config.status: WARNING:src/ui/Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: executing depfiles commands
Good - your configure finished. Start make now
页: [1]
查看完整版本: [求助]eva在bsd下编译