Hi there!

So, I'm not Mindon Feng, but I'm running into the same problem. I'm running 
an antiquated version of SLES with python 2.7.3 compiled from gzipped 
tarball. Below is the results of my running make distclean followed by 
./configure && make.

~/node-v0.8.2 # make distclean
rm -rf out
rm -f config.gypi
rm -f config.mk
rm -rf node node_g blog.html email.md
rm -rf node_modules

~/node-v0.8.2 # ./configure && make
{ 'target_defaults': { 'cflags': [],
                       'default_configuration': 'Release',
                       'defines': [],
                       'include_dirs': [],
                       'libraries': []},
  'variables': { 'host_arch': 'ia32',
                 'node_install_npm': 'true',
                 'node_install_waf': 'true',
                 'node_no_strict_aliasing': 1,
                 'node_prefix': '',
                 'node_shared_openssl': 'false',
                 'node_shared_v8': 'false',
                 'node_shared_zlib': 'false',
                 'node_use_dtrace': 'false',
                 'node_use_etw': 'false',
                 'node_use_openssl': 'true',
                 'target_arch': 'ia32',
                 'v8_no_strict_aliasing': 1,
                 'v8_use_snapshot': 'true'}}
creating  ./config.gypi
creating  ./config.mk
make -C out BUILDTYPE=Release
make[1]: Entering directory `/root/node-v0.8.2/out'
make[1]: *** No rule to make target 
`/root/node-v0.8.2/out/Release/obj.target/v8_base/gen/debug-support.o', 
needed by 
`/root/node-v0.8.2/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a'. 
 Stop.
make[1]: Leaving directory `/root/node-v0.8.2/out'
make: *** [node] Error 2

Thoughts?

Cheers,
Mike Smith

On Wednesday, July 11, 2012 12:15:33 AM UTC-7, mscdex wrote:
>
> On Jul 10, 11:30 pm, Mindon Feng <[email protected]> wrote: 
> > v0.6.19 make & install OK, but not v0.8 
>
> What commands did you issue when attempting to build? 
>
> It should just be a matter of: ./configure && make 
>
> You may want to perform a `make distclean` first to make sure you have 
> all intermediate files out of the way that might be causing problems.

-- 
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