I gave a quick attempt at running node in msys/mingw and cygwin before
switching to a ubuntu/virtualbox setup.
Look like execinfo isn't in the cygwin libs. Not sure what the deal
is with gnutls, as cygwin has them installed (not sure where that path
is that node ./configure is looking). Not sure re pthreads_atfork
either.
Here's cygwin:
$ ./configure
Checking for program g++,c++ : ok /usr/bin/g++
Checking for program cpp : ok /usr/bin/cpp
Checking for program ar : ok /usr/bin/ar
Checking for program ranlib : ok /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc,cc : ok /usr/bin/gcc
Checking for gcc : ok
Checking for library dl : ok
Checking for library execinfo : not found
Checking for gnutls >= 2.5.0 : /bin/sh: pkg-config:
command not found
fail
--- libeio ---
Checking for library pthread : ok
Checking for function pthread_create : ok
Checking for function pthread_atfork : not found
And here is msys:
$ ./configure
Checking for program g++,c++ : ok /usr/bin/g++
Checking for program cpp : ok /usr/bin/cpp
Checking for program ar : ok /usr/bin/ar
Checking for program ranlib : ok /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc,cc : ok /usr/bin/gcc
Checking for gcc : ok
Checking for library dl : ok
Checking for library execinfo : not found
Checking for gnutls >= 2.5.0 : /bin/sh: pkg-config:
command not found
fail
--- libeio ---
Checking for library pthread : ok
Checking for function pthread_create : ok
Checking for function pthread_atfork : not found
The fact that msys is looking for msvc makes me nervous ;)
matt
On Nov 24, 12:43 pm, Marak Squires <
marak.squi...@gmail.com> wrote:
> Thank you, I will look into this in the future for sure.
>
> On Tue, Nov 24, 2009 at 1:41 PM, Joshaven Potter <
yourt...@gmail.com> wrote:
> > If you want to pay for your server environment then your welcome to but
> > setting up a VM running Ubuntu is really not hard!!!
>
> > I would NOT recommend filing you windows full of *nix emulators and crap...
> > Why make windows try to be Linux when you can just have Windows run Linux?
>
> > Here is a how to get Ubuntu running on your Windows machine with screen
> > shots:
> >
http://www.psychocats.net/ubuntu/virtualbox
>
> > I've done it and it is exceedingly easy and the final product is great!
>
> > On Tue, Nov 24, 2009 at 1:34 PM, Marak Squires <
marak.squi...@gmail.com>wrote:
>
> >> I started setting up Mingw and Msys and promptly gave up after about 30
> >> minutes.
>
> >> To my understanding there are some issues getting WAF to work on Windows,
> >> but I really didn't look too far into it.
>
> >> Wound up just using a rackspace cloud server instance for the time being.
>
> >> On Tue, Nov 24, 2009 at 1:21 PM, Joshaven Potter <
yourt...@gmail.com>wrote:
>
> >>> So here is your not so much an answer, answer...
>
> >>> Yah... download VirtualBox and the Ubuntu server ISO and run Linux on
> >>> your Windows machine...
>
> >>> You can even setup Samba on the Ubuntu server and map a drive on windows
> >>> to the project directory on the Linux server... that way you can use Windows
> >>> based text editors, browsers, and such if you like...
>
> >>> On Mon, Nov 23, 2009 at 11:56 AM, Marak Squires <
marak.squi...@gmail.com
> >>> > wrote:
>
> >>>> Any suggestions for how to get node.js working in windows? What steps
> >>>> would have to be taken?
>
> >>>> Obviously I don't intend on running a windows server, but it would be
> >>>> nice to able to setup a node.js development environment on a windows
> >>>> machine.
>
> >>>> --
>
> >>>> You received this message because you are subscribed to the Google
> >>>> Groups "nodejs" group.
> >>>> To post to this group, send email to
nod...@googlegroups.com.
> >>>> To unsubscribe from this group, send email to
> >>>>
nodejs+un...@googlegroups.com<
nodejs%2Bunsu...@googlegroups.com>
> >>>> .
> >>>> For more options, visit this group at
> >>>>
http://groups.google.com/group/nodejs?hl=en.
>
> >>> --
> >>> Sincerely,
> >>> Joshaven Potter
>
> >>> "No man making a profession of faith ought to sin, nor one possessed of
> >>> love to hate his brother. For He that said, “Thou shalt love the Lord thy
> >>> God,” said also, “and thy neighbor as thyself.” Those that profess
> >>> themselves to be Christ’s are known not only by what they say, but by what
> >>> they practice. “For the tree is known by its fruit.”" -- Ignatius
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "nodejs" group.
> >>> To post to this group, send email to
nod...@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>>
nodejs+un...@googlegroups.com<
nodejs%2Bunsu...@googlegroups.com>
> >>> .
> >>
nodejs+un...@googlegroups.com<
nodejs%2Bunsu...@googlegroups.com>
> >> .
> >> For more options, visit this group at
> >>
http://groups.google.com/group/nodejs?hl=en.
>
> > --
> > Sincerely,
> > Joshaven Potter
>
> > "No man making a profession of faith ought to sin, nor one possessed of
> > love to hate his brother. For He that said, “Thou shalt love the Lord thy
> > God,” said also, “and thy neighbor as thyself.” Those that profess
> > themselves to be Christ’s are known not only by what they say, but by what
> > they practice. “For the tree is known by its fruit.”" -- Ignatius
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "nodejs" group.
> > To post to this group, send email to
nod...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
nodejs+un...@googlegroups.com<
nodejs%2Bunsu...@googlegroups.com>
> > .