|
下载最新版本的gxine-0.5.8.tar.bz2
解压后,
./configure --prefix=/usr/出错:
checking whether gcc supports ?: with no middle operand... yes
checking how to specify C99 with GNU extensions for gcc... -std=gnu99
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking whether -R must be followed by a space... neither works
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: looking for the Spidermonkey Javascript library in various places.
configure: trying mozjs via pkgconfig xulrunner-js
checking for JS... Package xulrunner-js was not found in the pkg-config search p ath.
Perhaps you should add the directory containing `xulrunner-js.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xulrunner-js' found
no
no
configure: trying libjs via pkgconfig
checking for JS... Package libjs was not found in the pkg-config search path.
Perhaps you should add the directory containing `libjs.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libjs' found
no
no
configure: trying smjs
checking for smjs/jsapi.h... no
configure: trying js, includes in /usr/include/js
checking for js/jsapi.h... no
configure: trying js, includes in /usr/include/js-1.5
checking for js-1.5/jsapi.h... no
configure: trying js, includes in /usr/include
checking for jsapi.h... no
configure: trying mozjs via pkgconfig mozilla-js
checking for JS... Package mozilla-js was not found in the pkg-config search pat h.
Perhaps you should add the directory containing `mozilla-js.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozilla-js' found
no
no
configure: trying mozjs via pkgconfig firefox-js
checking for JS... Package firefox-js was not found in the pkg-config search pat h.
Perhaps you should add the directory containing `firefox-js.pc'
to the PKG_CONFIG_PATH environment variable
No package 'firefox-js' found
no
no
configure: trying mozjs, includes in /usr/include/mozilla/js
checking for mozilla/js/jsapi.h... no
configure: trying mozjs, includes in /usr/include/firefox/js
checking for firefox/js/jsapi.h... no
configure: trying mozjs, includes in /usr/include/firefox/js
checking for firefox-1.5/js/jsapi.h... no
configure: error: libjs not found
 |
|