Para compilar o Google Gears ( Firefox 3.6 - Win32) : Pré-requisitos : - Visual Studio VS 2005 - Microsoft Platform SDK for Windows Server 2003 R2 - Wix 3.0.2925 - http://wix.sourceforge.net/downloadv3.html - ProjectAggregator 2 - http://wix.codeplex.com/releases/view/44406#DownloadId=119163 - Python 2.4 - http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi - Unxutils + UnxUpdates - http://gears.googlecode.com/files/UnxUtils.zip - Código fonte do Google Geas (SVN) Editar o arquivo gears/base/common/js_dom_element.cc linha 170 : // Verify unknown is a DOM HTML element +#if !defined(BROWSER_FF36) if (!VerifyNsContent(supports)) { return false; } +#endif dom_html_element_ = do_QueryInterface(supports); if (dom_html_element_.get() == NULL) { return false; } Executar prompt DOS : - cd\ - "C:\Arquivos de programas\Microsoft Visual Studio 8\VC\vcvarsall.bat" - "C:\Arquivos de programas\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.cmd" - set PATH=%PATH%;C:\Python24;C:\Arquivos de programas\Windows Installer XML v3\bin;C:\unix\usr\local\wbin - make MODE=opt Os arquivos MSI e XPI serão gerados no diretório .\bin-opt\installers