Google Gadgets for Linux.

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
suzhe
帖子: 25
注册时间: 2008-07-15 21:30

#46

帖子 suzhe »

看样子缺少合适的 spidermonkey 库。不过 xulrunner 里面应该带这个库啊,很奇怪。能方便把 config.log 文件贴上来么?另外,看看你装 xulrunner-1.9-dev 这个包了没?
zhuqin_83 写了:

代码: 全选

$ ./configure --prefix=/usr \
>                     --disable-libggadget-qt \
>                     --disable-qt-system-framework \
>                     --disable-qtwebkit-browser-element \
>                     --disable-qt-host \
>                     --disable-ltdl-install \
>                     --disable-static \
>                     --disable-update-mime-database \
>                     --disable-update-desktop-database \
>                     --enable-smjs-script-runtime \
>                     --enable-gtk-host \
>                     --enable-libggadget-gtk \
>                     --enable-gst-audio-framework \
>                     --enable-gst-mediaplayer-element \
>                     --enable-libggadget-dbus \
>                     --enable-gtkmoz-browser-element \
>                     --enable-gtk-system-framework \
>                     --enable-curl-xml-http-request \
>                     --enable-libxml2-xml-parser
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of 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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... 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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/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 zip... no
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for size_t... yes
checking size of int... 4
checking size of long int... 4
checking size of size_t... 4
checking size of double... 8
checking whether byte ordering is bigendian... no
checking for zlib version >= 1.2.3... yes (CPPFLAGS= -I/usr/include  LIBS=-lz  LDFLAGS=)
checking for pthread_create in -lpthread... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for QT4... no
checking for QT4WEBKIT... no
checking for QT4SCRIPT... no
checking for GTK2... yes
checking for GSTREAMER... yes
checking gst/video/gstvideosink.h usability... yes
checking gst/video/gstvideosink.h presence... no
configure: WARNING: gst/video/gstvideosink.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: gst/video/gstvideosink.h: proceeding with the compiler's result
checking for gst/video/gstvideosink.h... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.18.2
checking for libcurl >= version 7.15.0... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.4.0... yes (version 2.6.32)
checking for SpiderMonkey version >= 160... checking for PKGSMJS... no
checking for PKGSMJS... no
checking for PKGSMJS... no
checking for PKGSMJS... yes
no
checking for DBUS... yes
checking for dbus_watch_get_unix_fd... yes
checking for dbus_watch_get_fd... yes
checking for RSVG... yes
checking for GTKMOZEMBED... yes
checking for mkdtemp... yes
checking for tempnam... yes
checking for flex... no
checking for lex... no
checking for update-mime-database... /usr/bin/update-mime-database
checking for update-desktop-database... /usr/bin/update-desktop-database
configure: WARNING: Library qt-4.3 or above is not available, qt port won't be built
configure: WARNING: Library qtwebkit or qt-4.4 and above is needed to build qtwebkit_browser_element
configure: WARNING: Library qt-4.4 and above is needed to build qt_script_runtime
configure: WARNING: Library SpiderMonkey is not available, smjs-script-runtime extension won't be built.
configure: WARNING: Can't generate resource file bundle without zip command.
configure: WARNING: curl, libxml2 or spidermonkey are missing, which are required for gtk host.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating extensions/Makefile
config.status: creating extensions/dbus_script_class/Makefile
config.status: creating extensions/default_framework/Makefile
config.status: creating extensions/gtk_edit_element/Makefile
config.status: creating extensions/qt_edit_element/Makefile
config.status: creating extensions/gtkmoz_browser_element/Makefile
config.status: creating extensions/qtwebkit_browser_element/Makefile
config.status: creating extensions/gst_audio_framework/Makefile
config.status: creating extensions/gst_mediaplayer_element/Makefile
config.status: creating extensions/gtk_system_framework/Makefile
config.status: creating extensions/qt_system_framework/Makefile
config.status: creating extensions/linux_system_framework/Makefile
config.status: creating extensions/linux_system_framework/tests/Makefile
config.status: creating extensions/qt_script_runtime/Makefile
config.status: creating extensions/qt_script_runtime/tests/Makefile
config.status: creating extensions/smjs_script_runtime/Makefile
config.status: creating extensions/smjs_script_runtime/tests/Makefile
config.status: creating extensions/qt_xml_http_request/Makefile
config.status: creating extensions/curl_xml_http_request/Makefile
config.status: creating extensions/libxml2_xml_parser/Makefile
config.status: creating extensions/default_options/Makefile
config.status: creating extensions/default_options/tests/Makefile
config.status: creating extensions/google_gadget_manager/Makefile
config.status: creating extensions/google_gadget_manager/gadget_browser/Makefile
config.status: creating extensions/google_gadget_manager/tests/Makefile
config.status: creating ggadget/sysdeps.h
config.status: creating ggadget/Makefile
config.status: creating ggadget/tests/Makefile
config.status: creating ggadget/tests/test_modules/Makefile
config.status: creating ggadget/dbus/Makefile
config.status: creating ggadget/dbus/tests/Makefile
config.status: creating ggadget/qt/Makefile
config.status: creating ggadget/qt/tests/Makefile
config.status: creating ggadget/gtk/Makefile
config.status: creating ggadget/gtk/tests/Makefile
config.status: creating ggadget/js/Makefile
config.status: creating ggadget/js/tests/Makefile
config.status: creating hosts/Makefile
config.status: creating hosts/gtk/Makefile
config.status: creating hosts/qt/Makefile
config.status: creating resources/Makefile
config.status: creating third_party/Makefile
config.status: creating third_party/codesighs/Makefile
config.status: creating third_party/editline/Makefile
config.status: creating third_party/unzip/Makefile
config.status: creating unittest/Makefile
config.status: creating gadgets/Makefile
config.status: creating gadgets/analog_clock/Makefile
config.status: creating gadgets/digital_alarm_clock/Makefile
config.status: creating gadgets/igoogle/Makefile
config.status: creating gadgets/rss/Makefile
config.status: creating ggadget/libggadget-1.0.pc
config.status: creating ggadget/dbus/libggadget-dbus-1.0.pc
config.status: creating ggadget/gtk/libggadget-gtk-1.0.pc
config.status: creating ggadget/js/libggadget-js-1.0.pc
config.status: creating ggadget/qt/libggadget-qt-1.0.pc
config.status: creating xdg/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libltdl (/home/zhuqin/Software/compile/daily/google-gadgets-gtk-svn/src/google-gadgets1/libltdl)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--disable-libggadget-qt' '--disable-qt-system-framework' '--disable-qtwebkit-browser-element' '--disable-qt-host' '--disable-ltdl-install' '--disable-static' '--disable-update-mime-database' '--disable-update-desktop-database' '--enable-smjs-script-runtime' '--enable-gtk-host' '--enable-libggadget-gtk' '--enable-gst-audio-framework' '--enable-gst-mediaplayer-element' '--enable-libggadget-dbus' '--enable-gtkmoz-browser-element' '--enable-gtk-system-framework' '--enable-curl-xml-http-request' '--enable-libxml2-xml-parser' '--enable-ltdl-install=no' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of 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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... 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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/lib/libfakeroot 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

Build options:
  Version                       "0.10.0"
  Install prefix                /usr
  Install included libltdl      no
  Build shared libs             yes
  Build static libs             no
  Enable debug                  no
  Host type                     linux

 Libraries:
  GTK SVG Support               yes
  Build libggadget-gtk          yes
  Build libggadget-qt           no
  Build libggadget-dbus         yes

 Extensions:
  Build dbus-script-class       yes
  Build gtk-edit-element        yes
  Build gtkmoz-browser-element  yes
  Build qtwebkit-browser        no
  Build gst-audio-framework     yes
  Build gst-mediaplayer-element yes
  Build gtk-system-framework    yes
  Build qt-system-framework     no
  Build linux-system-framework  yes
  Build smjs-script-runtime     no
  Build qt-script-runtime       no
  Build curl-xml-http-request   yes
  Build qt-xml-http-request     no
  Build libxml2-xml-parser      yes

 Hosts:
  Build gtk host                no
  Build qt host                 no

configure: WARNING: Neither gtk host nor qt host will be built !!!
	      Nothing can be used to run Google Gadgets for Linux.
咋办?
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#47

帖子 jarryson »

等待zhuqin。不过arch里面一般是没有什么dev包的。什么都打包一起了,官方怎么打包就怎么打。

不过很有可能arch把spidermonkey从xulrunner里面分离了。就好像把ff的xulrunner分离出来一样
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#48

帖子 zhuqin_83 »

arch是没有dev这种包的。
附log。
附件
xulrunner.tar.gz
(4.2 KiB) 已下载 52 次
google-gadgets-gtk-svn-719-1-i686.log.tar.gz
(24.79 KiB) 已下载 61 次
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#49

帖子 jarryson »

irc上有人makepkg非svn版本是可以的。。。。说什么插件只有3个
suzhe
帖子: 25
注册时间: 2008-07-15 21:30

#50

帖子 suzhe »

zhuqin_83 写了:arch是没有dev这种包的。
附log。
我需要的是 configure 执行完后生成的 config.log 文件。

另外,看看你的/usr/lib/pkgconfig/ 目录里面有没有 *js* 文件,把结果贴上来。
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#51

帖子 zhuqin_83 »

js不存在。
log看附件。
附件
config.log.tar.gz
(60.47 KiB) 已下载 43 次
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#52

帖子 zhuqin_83 »

代码: 全选

$ yql|grep js
acroread /usr/share/acrobat/Reader/BeyondReader/CHS/Onramp/onramp.js
acroread /usr/share/acrobat/Reader/BeyondReader/ENU/Onramp/onramp.js
acroread /usr/share/acrobat/Reader/HowTo/CHS/terms.js
acroread /usr/share/acrobat/Reader/HowTo/ENU/terms.js
acroread /usr/share/acrobat/Reader/intellinux/mozilla/prefs.js
auctex /usr/share/emacs/site-lisp/auctex/style/jsarticle.el
auctex /usr/share/emacs/site-lisp/auctex/style/jsarticle.elc
auctex /usr/share/emacs/site-lisp/auctex/style/jsbook.el
auctex /usr/share/emacs/site-lisp/auctex/style/jsbook.elc
deluge /usr/share/deluge/plugins/WebUi/json_api.py
deluge /usr/share/deluge/plugins/WebUi/scripts/add_torrents_to_deluge.user.js
deluge /usr/share/deluge/plugins/WebUi/templates/advanced/static/deluge.js
emacs-cvs /usr/share/emacs/23.0.60/lisp/json.el.gz
emacs-cvs /usr/share/emacs/23.0.60/lisp/json.elc
emacs-cvs /usr/share/emacs/23.0.60/lisp/org/org-jsinfo.el.gz
emacs-cvs /usr/share/emacs/23.0.60/lisp/org/org-jsinfo.elc
firefox /usr/lib/firefox-3.0.1/components/FeedConverter.js
firefox /usr/lib/firefox-3.0.1/components/FeedWriter.js
firefox /usr/lib/firefox-3.0.1/components/WebContentConverter.js
firefox /usr/lib/firefox-3.0.1/components/aboutRobots.js
firefox /usr/lib/firefox-3.0.1/components/fuelApplication.js
firefox /usr/lib/firefox-3.0.1/components/nsBrowserContentHandler.js
firefox /usr/lib/firefox-3.0.1/components/nsBrowserGlue.js
firefox /usr/lib/firefox-3.0.1/components/nsMicrosummaryService.js
firefox /usr/lib/firefox-3.0.1/components/nsPlacesTransactionsService.js
firefox /usr/lib/firefox-3.0.1/components/nsSafebrowsingApplication.js
firefox /usr/lib/firefox-3.0.1/components/nsSearchService.js
firefox /usr/lib/firefox-3.0.1/components/nsSearchSuggestions.js
firefox /usr/lib/firefox-3.0.1/components/nsSessionStartup.js
firefox /usr/lib/firefox-3.0.1/components/nsSessionStore.js
firefox /usr/lib/firefox-3.0.1/components/nsSetDefaultBrowser.js
firefox /usr/lib/firefox-3.0.1/components/nsSidebar.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/channel-prefs.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/firefox-branding.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/firefox-l10n.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/firefox.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/reporter.js
firefox /usr/lib/firefox-3.0.1/defaults/profile/prefs.js
firefox /usr/lib/firefox-3.0.1/modules/distribution.js
ghostscript /usr/bin/ijs-config
ghostscript /usr/bin/ijs_client_example
ghostscript /usr/bin/ijs_server_example
ghostscript /usr/include/ijs/
ghostscript /usr/include/ijs/ijs.h
ghostscript /usr/include/ijs/ijs_client.h
ghostscript /usr/include/ijs/ijs_server.h
ghostscript /usr/lib/libijs-0.35.so
ghostscript /usr/lib/libijs.so
ghostscript /usr/lib/pkgconfig/ijs.pc
ghostscript /usr/share/man/man1/ijs-config.1.gz
git /usr/share/git-gui/lib/win32_shortcut.js
jre /opt/java/jre/lib/i386/client/classes.jsa
jre /opt/java/jre/lib/i386/client/libjsig.so
jre /opt/java/jre/lib/i386/libjsig.so
jre /opt/java/jre/lib/i386/libjsound.so
jre /opt/java/jre/lib/i386/libjsoundalsa.so
jre /opt/java/jre/lib/i386/server/libjsig.so
jre /opt/java/jre/lib/jsse.jar
kernel26 /lib/modules/2.6.25-ARCH/kernel/drivers/serial/jsm/
kernel26 /lib/modules/2.6.25-ARCH/kernel/drivers/serial/jsm/jsm.ko
kernel26 /usr/src/linux-2.6.25-ARCH/include/config/serial/jsm.h
ncurses /usr/share/terminfo/v/vt200-js
ncurses /usr/share/terminfo/v/vt220-js
openoffice-base-systemcairo /opt/openoffice/program/classes/js.jar
openoffice-base-systemcairo /opt/openoffice/program/classes/js.jar.1
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/ExportSheetsToHTML/exportsheetstohtml.js
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/HelloWorld/helloworld.js
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/Highlight/ButtonPressHandler.js
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/Highlight/ShowDialog.js
texlive-bin /opt/texlive/texmf/hbf2gf/jsso12.cfg
texlive-core-svn /opt/texlive/texmf-dist/metapost/metaobj/mobjstandard.mp
texlive-core-svn /opt/texlive/texmf-dist/tex/context/base/verb-js.tex
vi /usr/share/vim/ftplugin/jsp.vim
vi /usr/share/vim/indent/jsp.vim
vi /usr/share/vim/syntax/jsp.vim
xulrunner /usr/include/xulrunner-1.9/unstable/js.msg
xulrunner /usr/include/xulrunner-1.9/unstable/jsapi.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsarena.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsarray.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsatom.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsautocfg.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsautokw.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsbit.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsbool.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsclist.h
xulrunner /usr/include/xulrunner-1.9/unstable/jscntxt.h
xulrunner /usr/include/xulrunner-1.9/unstable/jscompat.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsconfig.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdIDebuggerService.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdate.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdbgapi.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdebug.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdhash.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdtoa.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsemit.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsfun.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsgc.h
xulrunner /usr/include/xulrunner-1.9/unstable/jshash.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsinterp.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsiter.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsjava.h
xulrunner /usr/include/xulrunner-1.9/unstable/jslock.h
xulrunner /usr/include/xulrunner-1.9/unstable/jslong.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsmath.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsnum.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsobj.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsopcode.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsopcode.tbl
xulrunner /usr/include/xulrunner-1.9/unstable/jsotypes.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsparse.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsprf.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsproto.tbl
xulrunner /usr/include/xulrunner-1.9/unstable/jsprvtd.h
xulrunner /usr/include/xulrunner-1.9/unstable/jspubtd.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsregexp.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsscan.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsscope.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsscript.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsstddef.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsstr.h
xulrunner /usr/include/xulrunner-1.9/unstable/jstypes.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsutil.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsxdrapi.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsxml.h
xulrunner /usr/include/xulrunner-1.9/unstable/xpcjsid.h
xulrunner /usr/lib/pkgconfig/mozilla-js.pc
xulrunner /usr/lib/xulrunner-1.9/components/FeedProcessor.js
xulrunner /usr/lib/xulrunner-1.9/components/dom_json.xpt
xulrunner /usr/lib/xulrunner-1.9/components/jsconsole-clhandler.js
xulrunner /usr/lib/xulrunner-1.9/components/jsdservice.xpt
xulrunner /usr/lib/xulrunner-1.9/components/nsAddonRepository.js
xulrunner /usr/lib/xulrunner-1.9/components/nsBadCertHandler.js
xulrunner /usr/lib/xulrunner-1.9/components/nsBlocklistService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsContentDispatchChooser.js
xulrunner /usr/lib/xulrunner-1.9/components/nsContentPrefService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsDefaultCLH.js
xulrunner /usr/lib/xulrunner-1.9/components/nsDictionary.js
xulrunner /usr/lib/xulrunner-1.9/components/nsDownloadManagerUI.js
xulrunner /usr/lib/xulrunner-1.9/components/nsExtensionManager.js
xulrunner /usr/lib/xulrunner-1.9/components/nsFilePicker.js
xulrunner /usr/lib/xulrunner-1.9/components/nsHandlerService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsHelperAppDlg.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLivemarkService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLoginInfo.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLoginManager.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLoginManagerPrompter.js
xulrunner /usr/lib/xulrunner-1.9/components/nsProgressDialog.js
xulrunner /usr/lib/xulrunner-1.9/components/nsProxyAutoConfig.js
xulrunner /usr/lib/xulrunner-1.9/components/nsResetPref.js
xulrunner /usr/lib/xulrunner-1.9/components/nsTaggingService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsTryToClose.js
xulrunner /usr/lib/xulrunner-1.9/components/nsURLFormatter.js
xulrunner /usr/lib/xulrunner-1.9/components/nsUpdateService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsUrlClassifierLib.js
xulrunner /usr/lib/xulrunner-1.9/components/nsUrlClassifierListManager.js
xulrunner /usr/lib/xulrunner-1.9/components/nsWebHandlerApp.js
xulrunner /usr/lib/xulrunner-1.9/components/nsXULAppInstall.js
xulrunner /usr/lib/xulrunner-1.9/components/nsXmlRpcClient.js
xulrunner /usr/lib/xulrunner-1.9/components/pluginGlue.js
xulrunner /usr/lib/xulrunner-1.9/components/storage-Legacy.js
xulrunner /usr/lib/xulrunner-1.9/components/txEXSLTRegExFunctions.js
xulrunner /usr/lib/xulrunner-1.9/defaults/autoconfig/platform.js
xulrunner /usr/lib/xulrunner-1.9/defaults/autoconfig/prefcalls.js
xulrunner /usr/lib/xulrunner-1.9/defaults/pref/xulrunner.js
xulrunner /usr/lib/xulrunner-1.9/greprefs/all.js
xulrunner /usr/lib/xulrunner-1.9/greprefs/security-prefs.js
xulrunner /usr/lib/xulrunner-1.9/greprefs/xpinstall.js
xulrunner /usr/lib/xulrunner-1.9/libmozjs.so
xulrunner /usr/lib/xulrunner-1.9/modules/DownloadUtils.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/ISO8601DateUtils.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/JSON.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/Microformats.js
xulrunner /usr/lib/xulrunner-1.9/modules/PluralForm.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/XPCOMUtils.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/debug.js
xulrunner /usr/lib/xulrunner-1.9/modules/utils.js
xulrunner /usr/lib/xulrunner-devel-1.9/sdk/lib/libmozjs.so
xulrunner /usr/share/idl/xulrunner-1.9/unstable/jsdIDebuggerService.idl
xulrunner /usr/share/idl/xulrunner-1.9/unstable/xpcjsid.idl
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
skystar
帖子: 204
注册时间: 2008-07-03 8:02
来自: 山西

#53

帖子 skystar »

快和vista中的侧边栏媲美了。
头像
hethe
帖子: 3666
注册时间: 2005-08-01 9:14

#54

帖子 hethe »

suzhe 写了:
bjsm 写了:我感觉LINUX下重量级的软件太少了,每天发布都是翻来覆去的音乐播放器,视频播放器,桌面辅助,让人乏味。
你需要啥重量级软件?

苏哲老大要是愿意把google拼音移植到linux下使用就酷毙了 :!:

:em01 :em08
Gedanken ohne Inhalt sind leer .Anschauungen ohne Begriffe sind blind.
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#55

帖子 luojie-dune »

suzhe 写了:
bjsm 写了:我感觉LINUX下重量级的软件太少了,每天发布都是翻来覆去的音乐播放器,视频播放器,桌面辅助,让人乏味。
你需要啥重量级软件?

希望有支持语音的gtalk和Google SketchUp
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
hethe
帖子: 3666
注册时间: 2005-08-01 9:14

#56

帖子 hethe »

luojie-dune 写了:
suzhe 写了:
bjsm 写了:我感觉LINUX下重量级的软件太少了,每天发布都是翻来覆去的音乐播放器,视频播放器,桌面辅助,让人乏味。
你需要啥重量级软件?

希望有支持语音的gtalk和Google SketchUp
对,支持语音和文件传输的gtalk,这个也非常有必要.
Gedanken ohne Inhalt sind leer .Anschauungen ohne Begriffe sind blind.
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#57

帖子 jarryson »

arch的seamonkey更新了,试试看。
suzhe
帖子: 25
注册时间: 2008-07-15 21:30

#58

帖子 suzhe »

谢谢。

cat /usr/lib/pkgconfig/mozilla-js.pc

把内容贴上来看看。
zhuqin_83 写了:

代码: 全选

$ yql|grep js
acroread /usr/share/acrobat/Reader/BeyondReader/CHS/Onramp/onramp.js
acroread /usr/share/acrobat/Reader/BeyondReader/ENU/Onramp/onramp.js
acroread /usr/share/acrobat/Reader/HowTo/CHS/terms.js
acroread /usr/share/acrobat/Reader/HowTo/ENU/terms.js
acroread /usr/share/acrobat/Reader/intellinux/mozilla/prefs.js
auctex /usr/share/emacs/site-lisp/auctex/style/jsarticle.el
auctex /usr/share/emacs/site-lisp/auctex/style/jsarticle.elc
auctex /usr/share/emacs/site-lisp/auctex/style/jsbook.el
auctex /usr/share/emacs/site-lisp/auctex/style/jsbook.elc
deluge /usr/share/deluge/plugins/WebUi/json_api.py
deluge /usr/share/deluge/plugins/WebUi/scripts/add_torrents_to_deluge.user.js
deluge /usr/share/deluge/plugins/WebUi/templates/advanced/static/deluge.js
emacs-cvs /usr/share/emacs/23.0.60/lisp/json.el.gz
emacs-cvs /usr/share/emacs/23.0.60/lisp/json.elc
emacs-cvs /usr/share/emacs/23.0.60/lisp/org/org-jsinfo.el.gz
emacs-cvs /usr/share/emacs/23.0.60/lisp/org/org-jsinfo.elc
firefox /usr/lib/firefox-3.0.1/components/FeedConverter.js
firefox /usr/lib/firefox-3.0.1/components/FeedWriter.js
firefox /usr/lib/firefox-3.0.1/components/WebContentConverter.js
firefox /usr/lib/firefox-3.0.1/components/aboutRobots.js
firefox /usr/lib/firefox-3.0.1/components/fuelApplication.js
firefox /usr/lib/firefox-3.0.1/components/nsBrowserContentHandler.js
firefox /usr/lib/firefox-3.0.1/components/nsBrowserGlue.js
firefox /usr/lib/firefox-3.0.1/components/nsMicrosummaryService.js
firefox /usr/lib/firefox-3.0.1/components/nsPlacesTransactionsService.js
firefox /usr/lib/firefox-3.0.1/components/nsSafebrowsingApplication.js
firefox /usr/lib/firefox-3.0.1/components/nsSearchService.js
firefox /usr/lib/firefox-3.0.1/components/nsSearchSuggestions.js
firefox /usr/lib/firefox-3.0.1/components/nsSessionStartup.js
firefox /usr/lib/firefox-3.0.1/components/nsSessionStore.js
firefox /usr/lib/firefox-3.0.1/components/nsSetDefaultBrowser.js
firefox /usr/lib/firefox-3.0.1/components/nsSidebar.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/channel-prefs.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/firefox-branding.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/firefox-l10n.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/firefox.js
firefox /usr/lib/firefox-3.0.1/defaults/preferences/reporter.js
firefox /usr/lib/firefox-3.0.1/defaults/profile/prefs.js
firefox /usr/lib/firefox-3.0.1/modules/distribution.js
ghostscript /usr/bin/ijs-config
ghostscript /usr/bin/ijs_client_example
ghostscript /usr/bin/ijs_server_example
ghostscript /usr/include/ijs/
ghostscript /usr/include/ijs/ijs.h
ghostscript /usr/include/ijs/ijs_client.h
ghostscript /usr/include/ijs/ijs_server.h
ghostscript /usr/lib/libijs-0.35.so
ghostscript /usr/lib/libijs.so
ghostscript /usr/lib/pkgconfig/ijs.pc
ghostscript /usr/share/man/man1/ijs-config.1.gz
git /usr/share/git-gui/lib/win32_shortcut.js
jre /opt/java/jre/lib/i386/client/classes.jsa
jre /opt/java/jre/lib/i386/client/libjsig.so
jre /opt/java/jre/lib/i386/libjsig.so
jre /opt/java/jre/lib/i386/libjsound.so
jre /opt/java/jre/lib/i386/libjsoundalsa.so
jre /opt/java/jre/lib/i386/server/libjsig.so
jre /opt/java/jre/lib/jsse.jar
kernel26 /lib/modules/2.6.25-ARCH/kernel/drivers/serial/jsm/
kernel26 /lib/modules/2.6.25-ARCH/kernel/drivers/serial/jsm/jsm.ko
kernel26 /usr/src/linux-2.6.25-ARCH/include/config/serial/jsm.h
ncurses /usr/share/terminfo/v/vt200-js
ncurses /usr/share/terminfo/v/vt220-js
openoffice-base-systemcairo /opt/openoffice/program/classes/js.jar
openoffice-base-systemcairo /opt/openoffice/program/classes/js.jar.1
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/ExportSheetsToHTML/exportsheetstohtml.js
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/HelloWorld/helloworld.js
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/Highlight/ButtonPressHandler.js
openoffice-base-systemcairo /opt/openoffice/share/Scripts/javascript/Highlight/ShowDialog.js
texlive-bin /opt/texlive/texmf/hbf2gf/jsso12.cfg
texlive-core-svn /opt/texlive/texmf-dist/metapost/metaobj/mobjstandard.mp
texlive-core-svn /opt/texlive/texmf-dist/tex/context/base/verb-js.tex
vi /usr/share/vim/ftplugin/jsp.vim
vi /usr/share/vim/indent/jsp.vim
vi /usr/share/vim/syntax/jsp.vim
xulrunner /usr/include/xulrunner-1.9/unstable/js.msg
xulrunner /usr/include/xulrunner-1.9/unstable/jsapi.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsarena.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsarray.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsatom.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsautocfg.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsautokw.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsbit.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsbool.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsclist.h
xulrunner /usr/include/xulrunner-1.9/unstable/jscntxt.h
xulrunner /usr/include/xulrunner-1.9/unstable/jscompat.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsconfig.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdIDebuggerService.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdate.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdbgapi.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdebug.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdhash.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsdtoa.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsemit.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsfun.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsgc.h
xulrunner /usr/include/xulrunner-1.9/unstable/jshash.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsinterp.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsiter.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsjava.h
xulrunner /usr/include/xulrunner-1.9/unstable/jslock.h
xulrunner /usr/include/xulrunner-1.9/unstable/jslong.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsmath.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsnum.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsobj.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsopcode.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsopcode.tbl
xulrunner /usr/include/xulrunner-1.9/unstable/jsotypes.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsparse.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsprf.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsproto.tbl
xulrunner /usr/include/xulrunner-1.9/unstable/jsprvtd.h
xulrunner /usr/include/xulrunner-1.9/unstable/jspubtd.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsregexp.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsscan.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsscope.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsscript.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsstddef.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsstr.h
xulrunner /usr/include/xulrunner-1.9/unstable/jstypes.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsutil.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsxdrapi.h
xulrunner /usr/include/xulrunner-1.9/unstable/jsxml.h
xulrunner /usr/include/xulrunner-1.9/unstable/xpcjsid.h
xulrunner /usr/lib/pkgconfig/mozilla-js.pc
xulrunner /usr/lib/xulrunner-1.9/components/FeedProcessor.js
xulrunner /usr/lib/xulrunner-1.9/components/dom_json.xpt
xulrunner /usr/lib/xulrunner-1.9/components/jsconsole-clhandler.js
xulrunner /usr/lib/xulrunner-1.9/components/jsdservice.xpt
xulrunner /usr/lib/xulrunner-1.9/components/nsAddonRepository.js
xulrunner /usr/lib/xulrunner-1.9/components/nsBadCertHandler.js
xulrunner /usr/lib/xulrunner-1.9/components/nsBlocklistService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsContentDispatchChooser.js
xulrunner /usr/lib/xulrunner-1.9/components/nsContentPrefService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsDefaultCLH.js
xulrunner /usr/lib/xulrunner-1.9/components/nsDictionary.js
xulrunner /usr/lib/xulrunner-1.9/components/nsDownloadManagerUI.js
xulrunner /usr/lib/xulrunner-1.9/components/nsExtensionManager.js
xulrunner /usr/lib/xulrunner-1.9/components/nsFilePicker.js
xulrunner /usr/lib/xulrunner-1.9/components/nsHandlerService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsHelperAppDlg.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLivemarkService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLoginInfo.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLoginManager.js
xulrunner /usr/lib/xulrunner-1.9/components/nsLoginManagerPrompter.js
xulrunner /usr/lib/xulrunner-1.9/components/nsProgressDialog.js
xulrunner /usr/lib/xulrunner-1.9/components/nsProxyAutoConfig.js
xulrunner /usr/lib/xulrunner-1.9/components/nsResetPref.js
xulrunner /usr/lib/xulrunner-1.9/components/nsTaggingService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsTryToClose.js
xulrunner /usr/lib/xulrunner-1.9/components/nsURLFormatter.js
xulrunner /usr/lib/xulrunner-1.9/components/nsUpdateService.js
xulrunner /usr/lib/xulrunner-1.9/components/nsUrlClassifierLib.js
xulrunner /usr/lib/xulrunner-1.9/components/nsUrlClassifierListManager.js
xulrunner /usr/lib/xulrunner-1.9/components/nsWebHandlerApp.js
xulrunner /usr/lib/xulrunner-1.9/components/nsXULAppInstall.js
xulrunner /usr/lib/xulrunner-1.9/components/nsXmlRpcClient.js
xulrunner /usr/lib/xulrunner-1.9/components/pluginGlue.js
xulrunner /usr/lib/xulrunner-1.9/components/storage-Legacy.js
xulrunner /usr/lib/xulrunner-1.9/components/txEXSLTRegExFunctions.js
xulrunner /usr/lib/xulrunner-1.9/defaults/autoconfig/platform.js
xulrunner /usr/lib/xulrunner-1.9/defaults/autoconfig/prefcalls.js
xulrunner /usr/lib/xulrunner-1.9/defaults/pref/xulrunner.js
xulrunner /usr/lib/xulrunner-1.9/greprefs/all.js
xulrunner /usr/lib/xulrunner-1.9/greprefs/security-prefs.js
xulrunner /usr/lib/xulrunner-1.9/greprefs/xpinstall.js
xulrunner /usr/lib/xulrunner-1.9/libmozjs.so
xulrunner /usr/lib/xulrunner-1.9/modules/DownloadUtils.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/ISO8601DateUtils.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/JSON.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/Microformats.js
xulrunner /usr/lib/xulrunner-1.9/modules/PluralForm.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/XPCOMUtils.jsm
xulrunner /usr/lib/xulrunner-1.9/modules/debug.js
xulrunner /usr/lib/xulrunner-1.9/modules/utils.js
xulrunner /usr/lib/xulrunner-devel-1.9/sdk/lib/libmozjs.so
xulrunner /usr/share/idl/xulrunner-1.9/unstable/jsdIDebuggerService.idl
xulrunner /usr/share/idl/xulrunner-1.9/unstable/xpcjsid.idl
k_f
帖子: 93
注册时间: 2006-09-28 14:17

#59

帖子 k_f »

编译中因为找不到jsutil.h而中断,把/usr/include/xulrunner-1.9/unstable/jsutil.h复制到/usr/include/js/下面后编译通过,也是arch
suzhe
帖子: 25
注册时间: 2008-07-15 21:30

#60

帖子 suzhe »

k_f 写了:编译中因为找不到jsutil.h而中断,把/usr/include/xulrunner-1.9/unstable/jsutil.h复制到/usr/include/js/下面后编译通过,也是arch
问题应该出在 /usr/lib/pkgconfig/mozilla-js.pc 里面。把里面的 -I.../stable 改成 -I../unstable 应该就没问题了。
回复