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:

/usr/local/src/joyent-node-d4ccdea/out
total 44
drwxr-xr-x   3 root root  4096 Feb 10 12:53 .
drwxr-xr-x  10 root root  4096 Feb 10 12:53 ..
drwxr-xr-x   7 root root  4096 Feb 10 12:49 deps
-rw-r--r--   1 root root 18313 Feb 10 12:53 Makefile
-rw-r--r--   1 root root  2664 Feb 10 12:53 node_js2c.host.mk
-rw-r--r--   1 root root  5131 Feb 10 12:53 node.target.mk








On 2/10/12, Ben Noordhuis <[email protected]> wrote:
> On Fri, Feb 10, 2012 at 19:42, steve johnston
> <[email protected]> wrote:
>> Despite the dependcies (previous post), I erased zlib-devel.  Probably
>> not such a great idea:
>>
>>    sudo rpm -ev --nodeps zlib-devel
>>
>> (Question: Should I post the entire make output, or selected parts of it)
>>
>> Lots of Make errors (see full text below)
>> ...
>> ./src/node_zlib.cc:28:18: zlib.h: No such file or directory
>> ../src/node_zlib.cc:280: error: `z_stream' does not name a type
>> ../src/node_zlib.cc: In destructor `node::ZCtx<mode>::~ZCtx()':
>> ../src/node_zlib.cc:67: error: `strm_' was not declared in this scope
>
> Sorry, my bad. We link against the bundled zlib in the master branch,
> v0.6.x still links against the system zlib.
>
> Updating zlib is probably not an option for you but you can either
> switch to master or link against the bundled zlib manually (either by
> hacking the wscript or building zlib as a shared object and passing
> --shared-zlib-includes + --shared-zlib-libpath to configure).
>
> Hope that helps.
>
> --
> 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

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