Problem with building MozillaInterfaces.jar
Haris Peco <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200610182110.34903.snpe__44420.3925937929$1161198607$gmane$org@snpe.co.yu> |
Hi, I have built xulrunner with FIREFOX_2_0b2_RELEASE and MozillaInterfaces.jar is correct in this build Now, I would like upgrade to version FIREFOX_2_0rc3_RELEASE and MozillaInterfaces.jar is not in build However, build create this file, but there is some issues. For example, there isn't methods nslDOMWindow#getTextZoom nslDOMWindow#setTextZoom or nsIAppShell#create(String) What is a problem : - interfaces are changed - I have to built this jar in other way or - build is broken Note : build work fine with MozillaInterfaces.jar from version FIREFOX_2_0b2_RELEASE My system : ubuntu 6.06 , gcc 4.0.3 (it is same with gcc34 or gcc 32 on Redhat Enterprise 4) .mozconfig . $topsrcdir/xulrunner/config/mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../xulrunner-@CONFIG_GUESS@ # Options for 'configure' (same as command-line options). ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-xft ac_add_options --disable-freetype2 ac_add_options --enable-optimize ac_add_options --disable-debug ac_add_options --disable-tests ac_add_options --enable-single-profile ac_add_options --enable-javaxpcom Thanks Peco