Chinaunix首页 | 论坛 | 博客
  • 博客访问: 223047
  • 博文数量: 71
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 1025
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-25 19:00
文章分类

全部博文(71)

文章存档

2009年(2)

2008年(69)

我的朋友

分类:

2008-03-25 12:58:50

[root@localhost bluez-utils-3.22]# CC=arm-linux-gcc ./configure --host=arm-linux --prefix=/usr/local/arm/3.3.2 --enable-audio

checking for DBUS... yes
checking for DBUS_GLIB... Requested 'dbus-glib-1 > 0.60' but version of dbus-glib is 0.22
no
checking for dbus_watch_get_unix_fd in -ldbus-1... no
checking for ALSA... Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alsa' found
no
checking for GSTREAMER... Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
no
checking for OPENOBEX... Package openobex was not found in the pkg-config search path.
Perhaps you should add the directory containing `openobex.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openobex' found
no
checking for OPENSYNC... Package opensync-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `opensync-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opensync-1.0' found
no
checking for HAL... Package hal was not found in the pkg-config search path.
Perhaps you should add the directory containing `hal.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hal' found
no
checking for USB... Package libusb was not found in the pkg-config search path.
Perhaps you should add the directory containing `libusb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libusb' found
no
checking for usb_get_busses in -lusb... no
checking for usb_interrupt_read in -lusb... no
checking for XML_ParserCreate_MM in -lexpat... no
checking expat.h usability... no
checking expat.h presence... no
checking for expat.h... no
checking for inotify_init in -lc ... no
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for SNDFILE... Package sndfile was not found in the pkg-config search path.
Perhaps you should add the directory containing `sndfile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sndfile' found
no
...................
虽然有这些错误,但编译是成功的


添加了几个库后:

checking for DBUS_GLIB... Requested 'dbus-glib-1 > 0.60' but version of dbus-glib is 0.22
no
checking for dbus_watch_get_unix_fd in -ldbus-1... no
checking for ALSA... yes
checking for GSTREAMER... Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
no
checking for OPENOBEX... yes
checking for OPENSYNC... Package opensync-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `opensync-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opensync-1.0' found
no
checking for HAL... Package hal was not found in the pkg-config search path.
Perhaps you should add the directory containing `hal.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hal' found
no


阅读(2473) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-08-10 19:23:48

能告诉我你添加的是哪几个库吗