Andraž 'ruskie' Levstik
ruski****@codem*****
2009年 3月 27日 (金) 05:33:19 JST
Hi, Been a while since I commented on anything. If it wasn't for the SVN commits I'd say Kazehakase is dead but I'm rather sure it's not. It's still my only browser after all these years. But I do get issues or feature requests every so often. Things that would either be nice to have or would be good to improve on them. Some stuff I've been trying to work around or with... 1) I've been trying to get the following working: kazehakase el-reg Where el-reg would get resolved into http://www.theregister.co.uk by kazehakase smart bookmarks but instead it tries to open: http://el-reg Am I doing something wrong? Do I need to do something different to get that working? The entry is defined in smartbookmarks.xml: <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="(^[Ee][Ll].[Rr][Ee][Gg]) " kz:smart_uri="http://www.theregister.co.uk"/> I get the same behaviour with all the smartbookmarks I try to open this way. Infact it gets worse. If I try to run something like: kazehakase sg something and another thing Where sg is: <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="(^[Ss][Gg] )(.*)" kz:smart_uri="https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=\2"/> It will open: http://sg http://something http://and http://another http://thing If I quote it with either 'sg something and another thing' or "sg something and another thing" I will get a warning that about:blank cannot be open. And what I'm trying to solve here? I want to have an external location entry based on bash and gtk-server which would pass on the url where it needs to go, so that I could always run kazehakase in fullscreen mode which is really nice as everything is hidden. I could avoid this if kazehakase would show the location entry and only that via a keycombo. If this can infact be done in some way then how? 2) Is there some repository of Ruby Extensions for Kazehakase or is this more or less a dead part of kazehakase? 3) Will there ever be an option to plug an own download command into kazehakase? So if I click a link that would initiate download it could run something like: echo $LINK > download-queue && wget $(cat download-queue) for example? 4) Been a while since the last release? Any plans on getting anything out the door soon? Also when will it be possible to build kazehakase without a gecko? So that one could only build it with webkitgtk? On that note I also get this error when trying to bulid the SVN version using xulrunner 1.9.0.6( I am assuming it's kazehakase' fault since the release version builds with a patch http://ibiblio.download.sourcemage.org/pub/linux/distributions/sourcemage/grimoire/codex/test/http/kazehakase/kazehakase-0.5.5-xulrunner19.patch ): ##### ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-ssl --with-ruby=/usr/bin/ruby --with-gecko-engine=libxul --build=x86_64-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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for native Win32... no checking for some Win32 platform... unix 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... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes 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 how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... 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 xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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 g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for bash... /bin/bash checking if dolt supports this host... yes, replacing libtool checking for pkg-config... /usr/bin/pkg-config 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 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 how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) gawk checking pkg-config is at least version 0.9.0... yes checking for gecko engine... libxul checking for MOZILLA_COMPONENT... yes checking for compiler -fshort-wchar option... yes -fno-rtti -fshort-wchar -DXPCOM_GLUE -fshort-wchar checking for gecko version... 1.9 checking whether nsPIDOMWindow methods return nsPIDOMWindow*... no checking whether nsIFilePicker::GetFileURL methods expect nsIFileURL**... no checking whether nsICanvasRenderingContextInternal has GetInputStream method... no checking whether nsIAppShell has Spinup method... no checking whether nsIPrintSettings has SetPaperSize method... no checking whether nsIPrintOptions has AvailablePrinters method... no checking whether nsIWebProgressListener2 has OnRefreshAttempted method... no checking for /usr/include/xulrunner-1.9/unstable/content/nsICanvasRenderingContextInternal.h... no checking for /usr/include/xulrunner-1.9/unstable/nsIPassword.h... no checking for /usr/include/xulrunner-1.9/unstable/wallet/nsIPassword.h... no checking for /usr/include/xulrunner-1.9/unstable/passwordmgr/nsIPassword.h... no checking for /usr/include/xulrunner-1.9/unstable/nsIBadCertListener.h... no checking for /usr/include/xulrunner-1.9/unstable/pipnss/nsIBadCertListener.h... no checking for /usr/include/xulrunner-1.9/unstable/nsIDOMEventReceiver.h... no checking for /usr/include/xulrunner-1.9/unstable/dom/nsIDOMEventReceiver.h... no checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 2.14.0... yes (version 2.14.7) checking for glib-genmarshal... /usr/bin/glib-genmarshal checking for glib-mkenums... /usr/bin/glib-mkenums checking for GIO... yes checking for NRCIT... no Package osb-nrcit was not found in the pkg-config search path. Perhaps you should add the directory containing `osb-nrcit.pc' to the PKG_CONFIG_PATH environment variable No package 'osb-nrcit' found checking for MOZ_WEB_VIEW... no checking for GTKIEEMBED... no checking for WEBKITGTK... no 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 SmcSaveYourselfDone in -lSM... yes checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.40.5 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for main in -le... no checking for main in -links... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzread in -lz... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for libintl.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for an ANSI C-conforming const... yes checking for setlocale... yes checking for strchr... yes checking for strtol... yes checking for uname... yes checking for memmove... yes checking for strerror... yes checking for strptime... yes checking for /usr/bin/ruby... yes checking for ruby.h... yes checking for rbgtk.h... yes checking for rgettext... none checking for EST... no checking for ANTHY... no checking for mecab-config... none checking for sed... /bin/sed configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating rgettext.mk config.status: creating src/Makefile config.status: creating src/missing/Makefile config.status: creating src/utils/Makefile config.status: creating src/net/Makefile config.status: creating src/actions/Makefile config.status: creating src/bookmarks/Makefile config.status: creating src/dialogs/Makefile config.status: creating src/prefs_ui/Makefile config.status: creating src/sidebar/Makefile config.status: creating src/widget/Makefile config.status: creating libegg/Makefile config.status: creating libegg/pixbufthumbnail/Makefile config.status: creating module/Makefile config.status: creating module/embed/Makefile config.status: creating module/embed/gecko/Makefile config.status: creating module/embed/gecko/gtkmozembed/Makefile config.status: creating module/embed/gtk-webcore/Makefile config.status: creating module/embed/webkit-gtk/Makefile config.status: creating module/embed/ie/Makefile config.status: creating module/embed/moz-web-view/Makefile config.status: creating module/search/Makefile config.status: creating etc/Makefile config.status: creating etc/kz-ui-beginner.xml config.status: creating etc/kz-ui-medium.xml config.status: creating etc/kz-ui-expert.xml config.status: creating etc/mozilla/Makefile config.status: creating ext/Makefile config.status: creating ext/ruby/Makefile config.status: creating data/Makefile config.status: creating data/icons/Makefile config.status: creating data/ext/Makefile config.status: creating data/ext/ruby/Makefile config.status: creating data/ext/ruby/kz/Makefile config.status: creating data/ext/ruby/kz/actions/Makefile config.status: creating doc/Makefile config.status: creating kazehakase.spec config.status: creating test/Makefile config.status: creating test/fixtures/Makefile config.status: creating shave/shave config.status: creating shave/shave-libtool config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing rgettext commands config.status: executing po/stamp-it commands # INTLTOOL_MAKEFILE Configure Result: Gecko Engine : libxul-1.9.0.6 MozWebView : no Gtk+ WebCore : no WebKit/GTK+ : no GtkIEEmbed : no Migemo : no Ruby : yes Hyper Estraier : no Anthy : no MeCab : no make Making all in module Making all in embed Making all in gecko Making all in gtkmozembed CC kz-gecko-embed-module.o CXX kz-gecko-embed.o In file included from /usr/include/xulrunner-1.9/unstable/gtkmozembed.h:50, from kz-gecko-single.h:25, from kz-gecko-embed.cpp:26: /usr/include/xulrunner-1.9/unstable/nscore.h:51:21: error: prtypes.h: No such file or directory In file included from /usr/include/xulrunner-1.9/unstable/nsISupports.h:10, from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10, from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41, from kz-gecko-embed.cpp:31: /usr/include/xulrunner-1.9/unstable/nsrootidl.h:12:20: error: prtime.h: No such file or directory In file included from /usr/include/xulrunner-1.9/unstable/nsEmbedString.h:43, from kz-mozwrapper.h:29, from kz-gecko-embed.cpp:38: /usr/include/xulrunner-1.9/unstable/nsStringAPI.h:55:19: error: prlog.h: No such file or directory In file included from kz-mozutils.h:37, from kz-gecko-embed.cpp:40: /usr/include/xulrunner-1.9/unstable/nsCRT.h:43:19: error: plstr.h: No such file or directory /usr/include/xulrunner-1.9/unstable/nsCRT.h:285:4: error: #error need_to_define_your_file_path_separator_and_illegal_characters In file included from /usr/include/xulrunner-1.9/unstable/nsTime.h:42, from kz-gecko-embed.cpp:88: /usr/include/xulrunner-1.9/unstable/nsInt64.h:41:20: error: prlong.h: No such file or directory In file included from kz-gecko-embed.cpp:96: /usr/include/xulrunner-1.9/unstable/nsILocalFile.h:17:18: error: prio.h: No such file or directory /usr/include/xulrunner-1.9/unstable/nsILocalFile.h:18:20: error: prlink.h: No such file or directory In file included from /usr/include/xulrunner-1.9/unstable/gtkmozembed.h:50, from kz-gecko-single.h:25, from kz-gecko-embed.cpp:26: /usr/include/xulrunner-1.9/unstable/nscore.h:347: error: 'PRUint32' does not name a type /usr/include/xulrunner-1.9/unstable/nscore.h:360: error: 'PRUint32' does not name a type In file included from /usr/include/xulrunner-1.9/unstable/nscore.h:368, from /usr/include/xulrunner-1.9/unstable/gtkmozembed.h:50, from kz-gecko-single.h:25, from kz-gecko-embed.cpp:26: /usr/include/xulrunner-1.9/unstable/nsError.h:314: error: 'nsresult' does not name a type In file included from /usr/include/xulrunner-1.9/unstable/gtkmozembed.h:50, from kz-gecko-single.h:25, from kz-gecko-embed.cpp:26: /usr/include/xulrunner-1.9/unstable/nscore.h:424: error: 'PRUint16' does not name a type In file included from /usr/include/xulrunner-1.9/unstable/nsISupportsBase.h:44, from /usr/include/xulrunner-1.9/unstable/nsISupports.h:122, from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10, from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41, from kz-gecko-embed.cpp:31: /usr/include/xulrunner-1.9/unstable/nsID.h:60: error: 'PRUint32' does not name a type /usr/include/xulrunner-1.9/unstable/nsID.h:61: error: 'PRUint16' does not name a type /usr/include/xulrunner-1.9/unstable/nsID.h:62: error: 'PRUint16' does not name a type /usr/include/xulrunner-1.9/unstable/nsID.h:63: error: 'PRUint8' does not name a type /usr/include/xulrunner-1.9/unstable/nsID.h:76: error: 'PRBool' does not name a type /usr/include/xulrunner-1.9/unstable/nsID.h:95: error: 'PRBool' does not name a type In file included from /usr/include/xulrunner-1.9/unstable/nsISupports.h:122, from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10, from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41, from kz-gecko-embed.cpp:31: /usr/include/xulrunner-1.9/unstable/nsISupportsBase.h:86: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsISupportsBase.h:94: error: 'nsrefcnt' does not name a type /usr/include/xulrunner-1.9/unstable/nsISupportsBase.h:103: error: 'nsrefcnt' does not name a type In file included from /usr/include/xulrunner-1.9/unstable/nsDebug.h:49, from /usr/include/xulrunner-1.9/unstable/nsISupportsUtils.h:57, from /usr/include/xulrunner-1.9/unstable/nsISupports.h:123, from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10, from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41, from kz-gecko-embed.cpp:31: /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:101: error: ISO C++ forbids declaration of 'nsresult' with no type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:101: error: typedef 'nsresult' is initialized (use __typeof__ instead) /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:101: error: 'PR_CALLBACK' was not declared in this scope /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:101: error: 'nsGetModuleProc' was not declared in this scope /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:139: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:153: error: 'nsGetModuleProc' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:196: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:216: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:230: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:243: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:256: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:269: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:297: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:302: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:320: warning: 'NS_Alloc' initialized and declared 'extern' /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:320: error: 'PRSize' was not declared in this scope /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:341: error: 'PRSize' has not been declared /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:383: warning: 'NS_DebugBreak' initialized and declared 'extern' /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:383: error: variable or field 'NS_DebugBreak' declared void /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:383: error: 'PRUint32' was not declared in this scope /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:384: error: expected primary-expression before 'const' /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:384: error: expected primary-expression before 'const' /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:385: error: expected primary-expression before 'const' /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:385: error: 'PRInt32' was not declared in this scope /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:420: error: 'PRUint32' has not been declared /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:423: error: 'PRUint32' has not been declared /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:436: error: 'nsrefcnt' has not been declared /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:437: error: 'PRUint32' has not been declared /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:440: error: 'nsrefcnt' has not been declared /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:463: error: 'PRBool' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:466: error: 'PRBool' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:550: error: 'nsresult' does not name a type /usr/include/xulrunner-1.9/unstable/nsXPCOM.h:553: error: 'nsresult' does not name a type In file included from /usr/include/xulrunner-1.9/unstable/nsISupportsUtils.h:57, from /usr/include/xulrunner-1.9/unstable/nsISupports.h:123, from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10, from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41, from kz-gecko-embed.cpp:31: /usr/include/xulrunner-1.9/unstable/nsDebug.h:275: error: expected constructor, destructor, or type conversion before 'void' In file included from /usr/include/xulrunner-1.9/unstable/nsISupportsImpl.h:60, from /usr/include/xulrunner-1.9/unstable/nsISupportsUtils.h:61, from /usr/include/xulrunner-1.9/unstable/nsISupports.h:123, from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10, from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41, from kz-gecko-embed.cpp:31: /usr/include/xulrunner-1.9/unstable/nsTraceRefcnt.h:102: error: expected constructor, destructor, or type conversion before 'class' In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/../../../../include/c++/4.3.2/new:45, from /usr/include/xulrunner-1.9/unstable/nsCppSharedAllocator.h:5, from /usr/include/xulrunner-1.9/unstable/nsCRT.h:46, from kz-mozutils.h:37, from kz-gecko-embed.cpp:40: /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/../../../../include/c++/4.3.2/exception:40: error: expected declaration before end of line /usr/include/xulrunner-1.9/unstable/nsISupportsBase.h: In instantiation of 'const nsIID nsISupports::COMTypeInfo<int>::kIID': /usr/include/xulrunner-1.9/unstable/nsISupportsBase.h:69: instantiated from here /usr/include/xulrunner-1.9/unstable/nsISupportsBase.h:69: error: too many initializers for 'const nsIID' make[5]: *** [kz-gecko-embed.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ##### Thank you for your attention. -- Andraž ruskie Levstik Source Mage GNU/Linux Games grimoire guru Geek/Hacker/Tinker I may not agree with what you say, but I'll defend to the death your right to say it.