coldcoffee 发表于 2006-4-26 11:04:00

e17编译有问题。

我下载的是CVS版,先编译了libs下的edb、eet、imlib2都很顺利,没有问题,但在编译 evas里,有以下提示:
./autogen.sh --prefix=/usr
Running aclocal...
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: src/modules/engines/software_x11/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/software_xcb/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/fb/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/buffer/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/software_qtopia/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/directfb/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/gl_x11/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/cairo_x11/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/xrender_x11/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally
automake: src/modules/engines/xrender_xcb/Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally

就过不去了,应该怎么办?

linky_fan 发表于 2006-4-27 20:51:09


Makefile.am: warning: automake does not support module_la_LDFLAGS being defined conditionally

automake版本低了, 或是那个文件得自己patch

月下刀客 发表于 2006-5-25 10:17:00

en,编译e17的automake至少要达到1.7版以上。

另外,编译evas,需要比较多的库文件支持,包括x11的相关libs,不知装全了没有。

coldcoffee 发表于 2006-5-25 19:06:43

en,编译e17的automake至少要达到1.7版以上。

另外,编译evas,需要比较多的库文件支持,包括x11的相关libs,不知装全了没有。

我用的是debian,能说得具体些吗?

linky_fan 发表于 2006-5-28 09:48:42

configure应该会有报告缺少某某库,某某软件的.

无双TM 发表于 2006-6-3 08:54:02

debian下可以看它的debian/control里面写的依赖信息

我在桌面美化版新发了个e17 auto install script贴子
可以自动生成deb包然后安装方便管理
不过还没有试过(编译e时报edje错误) 正在重装系统准备测试中

coldcoffee 发表于 2006-6-3 17:46:19

debian下可以看它的debian/control里面写的依赖信息

我在桌面美化版新发了个e17 auto install script贴子
可以自动生成deb包然后安装方便管理
不过还没有试过(编译e时报edje错误) 正在重装系统准备测试中

我给你加油,你要快快写,写好后告诉我一下。先谢了。

无双TM 发表于 2006-6-5 22:47:14

发了:)

coldcoffee 发表于 2006-6-6 08:37:30

发了:)
发了?给个地址吧!!!

coldcoffee 发表于 2006-6-6 11:21:03

发了:)
写详细的教程吧,安了好几次都是失败了。
页: [1]
查看完整版本: e17编译有问题。