免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4869 | 回复: 9
打印 上一主题 下一主题

T-bag请进,有关gtk编译的问题,麻烦你了。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-01-21 15:03 |只看该作者 |倒序浏览
10可用积分
移植gtk真是个漫长的过程,现在其他都编译好了,就剩下gtk+这个包了。
出现了这个问题,找不到pango的库,我看了一下lpango-1.0 的库是有的,但是lpangocairo-1.0没有。不知道是不是编译pango的时候没有生成这个库。可是我明明配置pango时,enable-pangocairo的啊。

checking Pango flags... -D_REENTRANT -DPNG_NO_MMX_CODE -I/home/zzl/gtk_dfb/target/include/pango-1.0 -I/home/zzl/gtk_dfb/target/include/cairo -I/home/zzl/gtk_dfb/target/include/freetype2 -I/home/zzl/gtk_dfb/target/include -I/home/zzl/gtk_dfb/target/include/directfb -I/home/zzl/gtk_dfb/target/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0   -L/home/zzl/gtk_dfb/target/lib -L/lib -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure: error:
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org



=========================================================
以下是完全的代码
GLIB_GENMARSHAL=/usr/bin/glib-genmarshal PKG_CONFIG=/usr/bin/pkg-config CC=arm-linux-gcc ./configure --host=arm-linux --build=i386-linux --prefix=$PREFIX --with-gdktarget=directfb --without-libtiff --disable-glibtest --disable-largefile --without-libjpeg --without-libpng --without-libpanggocario
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-linux-strip... arm-linux-strip
checking build system type... i386-pc-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for native Win32... no
checking for arm-linux-gcc... arm-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gcc accepts -g... yes
checking for arm-linux-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-linux-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by arm-linux-gcc... /usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld
checking if the linker (/usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld) is GNU ld... yes
checking for /usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/src/buildroot/build_arm/staging_dir/bin/arm-linux-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... arm-linux-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for arm-linux-g++... arm-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-g++ accepts -g... yes
checking dependency style of arm-linux-g++... gcc3
checking how to run the C++ preprocessor... arm-linux-g++ -E
checking for arm-linux-g77... no
checking for arm-linux-f77... no
checking for arm-linux-xlf... no
checking for arm-linux-frt... no
checking for arm-linux-pgf77... no
checking for arm-linux-cf77... no
checking for arm-linux-fort77... no
checking for arm-linux-fl32... no
checking for arm-linux-af77... no
checking for arm-linux-f90... no
checking for arm-linux-xlf90... no
checking for arm-linux-pgf90... no
checking for arm-linux-pghpf... no
checking for arm-linux-epcf90... no
checking for arm-linux-gfortran... no
checking for arm-linux-g95... no
checking for arm-linux-f95... no
checking for arm-linux-fort... no
checking for arm-linux-xlf95... no
checking for arm-linux-ifort... no
checking for arm-linux-ifc... no
checking for arm-linux-efc... no
checking for arm-linux-pgf95... no
checking for arm-linux-lf95... no
checking for arm-linux-ftn... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to autoconf@gnu.org.
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/src/buildroot/build_arm/staging_dir/bin/arm-linux-nm -B output from arm-linux-gcc object... ok
checking for objdir... .libs
checking for arm-linux-ar... arm-linux-ar
checking for arm-linux-ranlib... arm-linux-ranlib
checking for arm-linux-strip... (cached) arm-linux-strip
checking if arm-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-gcc option to produce PIC... -fPIC
checking if arm-linux-gcc PIC flag -fPIC works... yes
checking if arm-linux-gcc static flag -static works... yes
checking if arm-linux-gcc supports -c -o file.o... yes
checking whether the arm-linux-gcc linker (/usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by arm-linux-g++... /usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld
checking if the linker (/usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld) is GNU ld... yes
checking whether the arm-linux-g++ linker (/usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld) supports shared libraries... yes
checking for arm-linux-g++ option to produce PIC... -fPIC
checking if arm-linux-g++ PIC flag -fPIC works... yes
checking if arm-linux-g++ static flag -static works... yes
checking if arm-linux-g++ supports -c -o file.o... yes
checking whether the arm-linux-g++ linker (/usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/src/buildroot/build_arm/staging_dir/arm-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for nm... /usr/src/buildroot/build_arm/staging_dir/bin/arm-linux-nm -B
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for library containing strerror... none required
checking for arm-linux-gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... yes
checking Whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for indent... indent
checking for lstat... yes
checking for mkstemp... yes
checking for flockfile... yes
checking for getc_unlocked... yes
checking for _NL_TIME_FIRST_WEEKDAY... no
checking for _NL_MEASUREMENT_MEASUREMENT... no
checking for _NL_PAPER_HEIGHT... no
checking for _NL_PAPER_WIDTH... no
checking for sigsetjmp... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for HP-UX... no
checking for extra flags for POSIX compliance... none needed
checking pkg-config is at least version 0.7... yes
checking for GLIB - version >= 2.12.0... yes (version 2.12.3)
checking for bind_textdomain_codeset... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for mallinfo... yes
checking for getresuid... yes
checking for uid_t in sys/types.h... yes
checking for fd_set... yes, found in sys/types.h
checking for wchar.h... yes
checking for wctype.h... yes
checking for iswalnum... yes
checking if iswalnum() and friends are properly defined... yes
checking for uxtheme.h... no
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking whether to build gmodulized gdk-pixbuf... yes
checking whether dynamic modules work... yes
checking pixbuf loaders to build...
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... (cached) void
checking for x86 platform... no
checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource
checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
checking for DirectFB... found
checking Pango flags... -D_REENTRANT -DPNG_NO_MMX_CODE -I/home/zzl/gtk_dfb/target/include/pango-1.0 -I/home/zzl/gtk_dfb/target/include/cairo -I/home/zzl/gtk_dfb/target/include/freetype2 -I/home/zzl/gtk_dfb/target/include -I/home/zzl/gtk_dfb/target/include/directfb -I/home/zzl/gtk_dfb/target/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0   -L/home/zzl/gtk_dfb/target/lib -L/lib -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure: error:
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org

论坛徽章:
0
2 [报告]
发表于 2009-01-21 16:45 |只看该作者
这个问题,估计就是因为没有生成pangocairo库的原因。
现在问题是:为啥没有生成该库呢?

论坛徽章:
5
摩羯座
日期:2014-07-22 09:03:552015元宵节徽章
日期:2015-03-06 15:50:392015亚冠之大阪钢巴
日期:2015-06-12 16:01:352015年中国系统架构师大会
日期:2015-06-29 16:11:2815-16赛季CBA联赛之四川
日期:2018-12-17 14:10:21
3 [报告]
发表于 2009-01-21 16:50 |只看该作者
pangocairo这个lib我也忘记是cario还是 pango生成的了
你在pc 上静态生成一下看看是哪个生成的,然后按照他的makefile的信息自己做一套makefile就可以了
之前我就是这么帮你做的简单版本的

论坛徽章:
5
摩羯座
日期:2014-07-22 09:03:552015元宵节徽章
日期:2015-03-06 15:50:392015亚冠之大阪钢巴
日期:2015-06-12 16:01:352015年中国系统架构师大会
日期:2015-06-29 16:11:2815-16赛季CBA联赛之四川
日期:2018-12-17 14:10:21
4 [报告]
发表于 2009-01-21 16:54 |只看该作者
还有阿
你在做什么呢?
嵌入式中用pango,cario似乎会比较慢
前段时间你不是用DirectFB来着吗?
Gtk+DFB不是挺不错的吗?

论坛徽章:
0
5 [报告]
发表于 2009-01-22 08:40 |只看该作者

回复 #4 T-bagwell 的帖子

我是做gtk+fb的啊。
我看到帖子好像都要用到pango,cario啊。

没有它们,gtk编译都通不过。

====================================
你在pc 上静态生成一下看看是哪个生成的,然后按照他的makefile的信息自己做一套makefile就可以了
之前我就是这么帮你做的简单版本的
========================================
这个我不是很明白啊。

论坛徽章:
5
摩羯座
日期:2014-07-22 09:03:552015元宵节徽章
日期:2015-03-06 15:50:392015亚冠之大阪钢巴
日期:2015-06-12 16:01:352015年中国系统架构师大会
日期:2015-06-29 16:11:2815-16赛季CBA联赛之四川
日期:2018-12-17 14:10:21
6 [报告]
发表于 2009-01-22 09:10 |只看该作者

你那有交叉编译好的freetype,fontconfig没 ?
我这边以前有,后来都删掉了
编译最后链接的时候你肯定需要这么两个库
编译pango的时候是必须依赖的

[ 本帖最后由 T-bagwell 于 2009-1-22 09:14 编辑 ]

论坛徽章:
0
7 [报告]
发表于 2009-01-22 15:06 |只看该作者
这两个库都有的。
没搞定,唉,明天就回老家了,看来得等到春节过后了。

谢谢T-bag

论坛徽章:
5
摩羯座
日期:2014-07-22 09:03:552015元宵节徽章
日期:2015-03-06 15:50:392015亚冠之大阪钢巴
日期:2015-06-12 16:01:352015年中国系统架构师大会
日期:2015-06-29 16:11:2815-16赛季CBA联赛之四川
日期:2018-12-17 14:10:21
8 [报告]
发表于 2009-01-22 15:15 |只看该作者
原帖由 zealane 于 2009-1-22 15:06 发表
这两个库都有的。
没搞定,唉,明天就回老家了,看来得等到春节过后了。

谢谢T-bag


两个库都有就好办了
年后再弄吧
我们一会也下班了
明天休息一天,后天回家,呵呵

论坛徽章:
0
9 [报告]
发表于 2009-01-23 13:18 |只看该作者
gif还是jpeg阿,默认是静态的,要编译成动态共享的才行

论坛徽章:
5
摩羯座
日期:2014-07-22 09:03:552015元宵节徽章
日期:2015-03-06 15:50:392015亚冠之大阪钢巴
日期:2015-06-12 16:01:352015年中国系统架构师大会
日期:2015-06-29 16:11:2815-16赛季CBA联赛之四川
日期:2018-12-17 14:10:21
10 [报告]
发表于 2009-01-23 17:29 |只看该作者
原帖由 prolj 于 2009-1-23 13:18 发表
gif还是jpeg阿,默认是静态的,要编译成动态共享的才行

必须是share的吗?能说说为什么吗
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP