Re: [wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-31 Thread Charley Baker
Just be aware that on anything above MSVC6 you will need to distribute the
new C runtimes as well, since they link to those, and they're not included
with base WinXP installs. This bit me when I was recompiling our custom
windows ole lib. There are some interesting issues around manifest
generation as well.

-c

On Tue, Dec 22, 2009 at 10:38 PM, Angrez Singh ang...@gmail.com wrote:

 Hi George,

 I think Visual Studio Express should work, see the section Microsoft
 Visual C++ (MSVC) in the following link:

 https://developer.mozilla.org/En/Developer_Guide/Build_Instructions/Windows_Prerequisites

 - Angrez


 On Wed, Dec 23, 2009 at 3:19 AM, George george.sand...@gmail.com wrote:

 Hi Angrez,

 It looks like I need Visual Studio to make the build. Can I use Visual
 Studio Express?

 -George


 On Dec 21, 12:03 am, Angrez Singh ang...@gmail.com wrote:
  You can also see this link:
 http://wiki.openqa.org/display/WTR/FireWatir+Installation
 
  there is a section for compiling JSSh along with the help links.
 
  - Angrez
 
 
 
  On Mon, Dec 21, 2009 at 1:31 PM, Angrez Singh ang...@gmail.com wrote:
   Use instructions provided here for setting up the pre requisites:
  https://developer.mozilla.org/En/Simple_Firefox_build
 
   use the following build options in your .mozconfig file:
 
   mk_add_options MOZ_CO_PROJECT=browser
   mk_add_options moz_objd...@topsrcdir@/firefox-jssh
   ac_add_options --enable-extensions=default,jssh,webservices
   ac_add_options --enable-application=browser
 
   - Angrez
 
   On Mon, Dec 21, 2009 at 1:14 PM, Yuping Zhong 
 littlezhong...@gmail.comwrote:
 
   I want to compile Firefox in my Mac. Can you provide more info about
 that?
 
   Thanks.
 
   On Mon, Dec 21, 2009 at 3:38 PM, Angrez Singh ang...@gmail.com
 wrote:
 
   You need to compile Firefox with JSSh on 64 bit machine and then
 need to
   generate the XPI. If anyone is willing to compile Firefox on his/her
 machine
   let me know I can provide the links for the same.
 
   - Angrez
 
   On Sun, Dec 20, 2009 at 7:56 AM, Yuping Zhong 
 littlezhong...@gmail.comwrote:
 
   Hi,
 
   Looks like Mac OS X 10.6.1 is  also 64-bits, is JSSH missed for
 Snow
   Leopard???
 
   Anyone can run the FireWatir in Snow Leopard? If so,how to do that?
 
   Many Thanks.
 
   -Zhong
 
   On Sun, Dec 20, 2009 at 8:47 AM, George george.sand...@gmail.com
 wrote:
 
   Hello there,
 
   I noticed that a JIRA ticket was opened for Linux missing a 64-bit
   JSSH extension (http://jira.openqa.org/browse/WTR-383), but will
 there
   also be one available for Windows?
 
   Thanks,
 
   George
 
   --
   You received this message because you are subscribed to the Google
   Groups Watir General group.
   To post to this group, send email to
 watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general
 
--
   You received this message because you are subscribed to the Google
   Groups Watir General group.
   To post to this group, send email to
 watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general
 
--
   You received this message because you are subscribed to the Google
 Groups
   Watir General group.
   To post to this group, send email to watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general
 
--
   You received this message because you are subscribed to the Google
 Groups
   Watir General group.
   To post to this group, send email to watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general-unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


  --
 You received this message because you are subscribed to the Google Groups
 Watir 

[wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-22 Thread George
Hi Angrez,

It looks like I need Visual Studio to make the build. Can I use Visual
Studio Express?

-George


On Dec 21, 12:03 am, Angrez Singh ang...@gmail.com wrote:
 You can also see this 
 link:http://wiki.openqa.org/display/WTR/FireWatir+Installation

 there is a section for compiling JSSh along with the help links.

 - Angrez



 On Mon, Dec 21, 2009 at 1:31 PM, Angrez Singh ang...@gmail.com wrote:
  Use instructions provided here for setting up the pre requisites:
 https://developer.mozilla.org/En/Simple_Firefox_build

  use the following build options in your .mozconfig file:

  mk_add_options MOZ_CO_PROJECT=browser
  mk_add_options moz_objd...@topsrcdir@/firefox-jssh
  ac_add_options --enable-extensions=default,jssh,webservices
  ac_add_options --enable-application=browser

  - Angrez

  On Mon, Dec 21, 2009 at 1:14 PM, Yuping Zhong 
  littlezhong...@gmail.comwrote:

  I want to compile Firefox in my Mac. Can you provide more info about that?

  Thanks.

  On Mon, Dec 21, 2009 at 3:38 PM, Angrez Singh ang...@gmail.com wrote:

  You need to compile Firefox with JSSh on 64 bit machine and then need to
  generate the XPI. If anyone is willing to compile Firefox on his/her 
  machine
  let me know I can provide the links for the same.

  - Angrez

  On Sun, Dec 20, 2009 at 7:56 AM, Yuping Zhong 
  littlezhong...@gmail.comwrote:

  Hi,

  Looks like Mac OS X 10.6.1 is  also 64-bits, is JSSH missed for Snow
  Leopard???

  Anyone can run the FireWatir in Snow Leopard? If so,how to do that?

  Many Thanks.

  -Zhong

  On Sun, Dec 20, 2009 at 8:47 AM, George george.sand...@gmail.comwrote:

  Hello there,

  I noticed that a JIRA ticket was opened for Linux missing a 64-bit
  JSSH extension (http://jira.openqa.org/browse/WTR-383), but will there
  also be one available for Windows?

  Thanks,

  George

  --
  You received this message because you are subscribed to the Google
  Groups Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general-unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

   --
  You received this message because you are subscribed to the Google
  Groups Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general-unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

   --
  You received this message because you are subscribed to the Google Groups
  Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general-unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

   --
  You received this message because you are subscribed to the Google Groups
  Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general-unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


Re: [wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-22 Thread Angrez Singh
Hi George,

I think Visual Studio Express should work, see the section Microsoft Visual
C++ (MSVC) in the following link:
https://developer.mozilla.org/En/Developer_Guide/Build_Instructions/Windows_Prerequisites

- Angrez

On Wed, Dec 23, 2009 at 3:19 AM, George george.sand...@gmail.com wrote:

 Hi Angrez,

 It looks like I need Visual Studio to make the build. Can I use Visual
 Studio Express?

 -George


 On Dec 21, 12:03 am, Angrez Singh ang...@gmail.com wrote:
  You can also see this link:
 http://wiki.openqa.org/display/WTR/FireWatir+Installation
 
  there is a section for compiling JSSh along with the help links.
 
  - Angrez
 
 
 
  On Mon, Dec 21, 2009 at 1:31 PM, Angrez Singh ang...@gmail.com wrote:
   Use instructions provided here for setting up the pre requisites:
  https://developer.mozilla.org/En/Simple_Firefox_build
 
   use the following build options in your .mozconfig file:
 
   mk_add_options MOZ_CO_PROJECT=browser
   mk_add_options moz_objd...@topsrcdir@/firefox-jssh
   ac_add_options --enable-extensions=default,jssh,webservices
   ac_add_options --enable-application=browser
 
   - Angrez
 
   On Mon, Dec 21, 2009 at 1:14 PM, Yuping Zhong 
 littlezhong...@gmail.comwrote:
 
   I want to compile Firefox in my Mac. Can you provide more info about
 that?
 
   Thanks.
 
   On Mon, Dec 21, 2009 at 3:38 PM, Angrez Singh ang...@gmail.com
 wrote:
 
   You need to compile Firefox with JSSh on 64 bit machine and then need
 to
   generate the XPI. If anyone is willing to compile Firefox on his/her
 machine
   let me know I can provide the links for the same.
 
   - Angrez
 
   On Sun, Dec 20, 2009 at 7:56 AM, Yuping Zhong 
 littlezhong...@gmail.comwrote:
 
   Hi,
 
   Looks like Mac OS X 10.6.1 is  also 64-bits, is JSSH missed for Snow
   Leopard???
 
   Anyone can run the FireWatir in Snow Leopard? If so,how to do that?
 
   Many Thanks.
 
   -Zhong
 
   On Sun, Dec 20, 2009 at 8:47 AM, George george.sand...@gmail.com
 wrote:
 
   Hello there,
 
   I noticed that a JIRA ticket was opened for Linux missing a 64-bit
   JSSH extension (http://jira.openqa.org/browse/WTR-383), but will
 there
   also be one available for Windows?
 
   Thanks,
 
   George
 
   --
   You received this message because you are subscribed to the Google
   Groups Watir General group.
   To post to this group, send email to
 watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general
 
--
   You received this message because you are subscribed to the Google
   Groups Watir General group.
   To post to this group, send email to watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general
 
--
   You received this message because you are subscribed to the Google
 Groups
   Watir General group.
   To post to this group, send email to watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general
 
--
   You received this message because you are subscribed to the Google
 Groups
   Watir General group.
   To post to this group, send email to watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general-unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/watir-general

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general-unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general