Thanks Ben.  I'm still stuck.

configure:

/usr/local/src/joyent-node-d4ccdea>sudo ./configure --without-snapshot
{ 'target_defaults': { 'cflags': [],
                       'defines': [],
                       'include_dirs': [],
                       'libraries': ['-lz']},
  'variables': { 'host_arch': 'ia32',
                 'node_install_npm': 'true',
                 'node_install_waf': 'true',
                 'node_prefix': '',
                 'node_shared_cares': 'false',
                 'node_shared_v8': 'false',
                 'node_use_dtrace': 'false',
                 'node_use_openssl': 'true',
                 'node_use_system_openssl': 'false',
                 'target_arch': 'ia32',
                 'v8_use_snapshot': 'false'}}
creating  ./config.gypi
creating  ./config.mk

make install

/usr/local/src/joyent-node-d4ccdea>sudo make install
make -C out BUILDTYPE=Release
make[1]: Entering directory `/usr/local/src/joyent-node-d4ccdea/out'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/joyent-node-d4ccdea/out'
ln -fs out/Release/node node
out/Release/node tools/installer.js ./config.gypi install
make: out/Release/node: Command not found
make: *** [install] Error 127

here is what out looks like, no "Release" dir:

/usr/local/src/joyent-node-d4ccdea/out>ls -al
total 44
drwxr-xr-x   3 root root  4096 Feb 10 20:56 .
drwxr-xr-x  10 root root  4096 Feb 10 20:57 ..
drwxr-xr-x   7 root root  4096 Feb 10 20:56 deps
-rw-r--r--   1 root root 18313 Feb 10 20:56 Makefile
-rw-r--r--   1 root root  2664 Feb 10 20:56 node_js2c.host.mk
-rw-r--r--   1 root root  5137 Feb 10 20:56 node.target.mk





On Fri, Feb 10, 2012 at 4:13 PM, steve johnston
<[email protected]>wrote:

> Thanks Ben,  I am running Python 2.7.2
>
>
>
> On 2/10/12, Ben Noordhuis <[email protected]> wrote:
> > On Fri, Feb 10, 2012 at 22:05, steve johnston
> > <[email protected]> wrote:
> >> I am trying to run make on the master as you mentioned:
> >>
> >> Configure:
> >>
> >> [root@test joyent-node-d4ccdea]# ./configure
> >> { 'target_defaults': { 'cflags': [],
> >>                       'defines': [],
> >>                       'include_dirs': [],
> >>                       'libraries': ['-lz']},
> >>  'variables': { 'host_arch': 'ia32',
> >>                 'node_install_npm': 'true',
> >>                 'node_install_waf': 'true',
> >>                 'node_prefix': '',
> >>                 'node_shared_cares': 'false',
> >>                 'node_shared_v8': 'false',
> >>                 'node_use_dtrace': 'false',
> >>                 'node_use_openssl': 'true',
> >>                 'node_use_system_openssl': 'false',
> >>                 'target_arch': 'ia32',
> >>                 'v8_use_snapshot': 'true'}}
> >> creating  ./config.gypi
> >> creating  ./config.mk
> >>
> >> Make:
> >>
> >> [root@test joyent-node-d4ccdea]# make
> >> make -C out BUILDTYPE=Release
> >> make[1]: Entering directory `/usr/local/src/joyent-node-d4ccdea/out'
> >> g++    -c -o
> >>
> /usr/local/src/joyent-node-d4ccdea/out/Release/obj.target/v8_snapshot/geni/snapshot.o
> >>
> /usr/local/src/joyent-node-d4ccdea/out/Release/obj.target/v8_snapshot/geni/snapshot.cc
> >> g++:
> >>
> /usr/local/src/joyent-node-d4ccdea/out/Release/obj.target/v8_snapshot/geni/snapshot.cc:
> >> No such file or directory
> >> g++: no input files
> >> make[1]: ***
> >>
> [/usr/local/src/joyent-node-d4ccdea/out/Release/obj.target/v8_snapshot/geni/snapshot.o]
> >> Error 1
> >> make[1]: Leaving directory `/usr/local/src/joyent-node-d4ccdea/out'
> >> make: *** [node] Error 2
> >>
> >> There is no "...Release/obj.target/v8_snapshot..." path:
> >
> > I don't quite understand why it's not working for you. Maybe it's your
> > python version, gyp (the build system) needs python >= 2.5 to work
> > reliably. This particular issue can probably be resolved by passing
> > --without-snapshot to configure.
> >
> > --
> > Job Board: http://jobs.nodejs.org/
> > Posting guidelines:
> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> > You received this message because you are subscribed to the Google
> > Groups "nodejs" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> > http://groups.google.com/group/nodejs?hl=en?hl=en
> >
>
>
> --
> Thanks,
>
> Steve
> [email protected]
> 206-406-8100
>



-- 
Thanks,

Steve
[email protected]
206-406-8100

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to