But compiling node works. Shouldn't it throw same error? On Tuesday, July 30, 2013 10:33:35 PM UTC-7, Ben Noordhuis wrote: > > On Wed, Jul 31, 2013 at 3:10 AM, Vinay Ram <[email protected]<javascript:>> > wrote: > > I am trying to compile only v8 from source tarball > > http://nodejs.org/dist/v0.10.15/node-v0.10.15.tar.gz > > > > 'make -C deps/v8' throws this error - > > *** No rule to make target `test/cctest/cctest.gyp' > > > > But compiling node works fine. > > > > I am aware that there is no test directory in tarball. Is there anyway > to > > compile just the v8 without modifying makefiles or gyp files? > > You can clone the v0.10.15 tag of the joyent/node git repo, it > includes V8's test directory. We strip it from the tarball because > it's big and no one normally needs it. > > Alternatively, delete the line that includes cctest.gyp in > deps/v8/build/all.gyp. Not what you're asking but it's the quickest > fix. >
-- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
