> I got the 3.2.4 version Do you mean 3.2.3 version?
> scons: *** [obj/release/libraries.cc] Source `src/runtime.js' not > found, needed by target `obj/release/libraries.cc'. That's very strange. Can you check that src/runtime.js exists in your checkout? -- Vyacheslav Egorov On Wed, Mar 23, 2011 at 7:52 PM, Trastabuga <[email protected]> wrote: > Thank you, Vyacheslav for your quick response. > I got the 3.2.4 version, now it advanced further, but still: > scons: *** [obj/release/libraries.cc] Source `src/runtime.js' not > found, needed by target `obj/release/libraries.cc'. > > Andrei > > On Mar 23, 2:40 pm, Vyacheslav Egorov <[email protected]> wrote: >> Hi Andrei, >> >> It seems that that cygwin port was not updated after isolates merge. >> >> You can checkout a version prior to 3.2.4, >> e.g.http://v8.googlecode.com/svn/tags/3.2.3/. It should build just fine. >> >> -- >> Vyacheslav Egorov >> >> >> >> >> >> >> >> On Wed, Mar 23, 2011 at 7:10 PM, Trastabuga <[email protected]> wrote: >> > I tried both trunk and beeding-edge, I got the same errors: >> > src/platform-cygwin.cc:45:17: error: top.h: No such file or directory >> > src/platform-cygwin.cc:290:51: error: macro "LOG" requires 2 >> > arguments, but only 1 given >> > src/platform-cygwin.cc: In static member function ‘static void >> > v8::internal::OS::LogSharedLibraryAddresses()’: >> > src/platform-cygwin.cc:290: error: ‘LOG’ was not declared in this >> > scope >> > src/platform-cygwin.cc: In member function ‘void >> > v8::internal::Sampler::PlatformData::Sample()’: >> > src/platform-cygwin.cc:653: error: no matching function for call to >> > ‘v8::internal::CpuProfiler::TickSampleEvent()’ >> > src/cpu-profiler.h:235: note: candidates are: static >> > v8::internal::TickSample* >> > v8::internal::CpuProfiler::TickSampleEvent(v8::internal::Isolate*) >> > src/platform-cygwin.cc:658: error: ‘Top’ has not been declared >> > src/platform-cygwin.cc:676: error: cannot call member function ‘void >> > v8::internal::RuntimeProfiler::NotifyTick()’ without object >> > src/platform-cygwin.cc: At global scope: >> > src/platform-cygwin.cc:691: error: prototype for >> > ‘v8::internal::Sampler::Sampler(int)’ does not match any in class >> > ‘v8::internal::Sampler’ >> > src/platform.h:652: error: candidates are: >> > v8::internal::Sampler::Sampler(const v8::internal::Sampler&) >> > src/platform.h:652: error: >> > v8::internal::Sampler::Sampler() >> > src/platform.h:601: error: >> > v8::internal::Sampler::Sampler(v8::internal::Isolate*, int) >> > src/platform-cygwin.cc: In member function ‘void >> > v8::internal::Sampler::Stop()’: >> > src/platform-cygwin.cc:739: error: ‘Top’ has not been declared >> > scons: *** [obj/release/platform-cygwin.o] Error 1 >> > scons: building terminated because of errors. >> >> > Thank you, >> > Andrei >> >> > -- >> > v8-users mailing list >> > [email protected] >> >http://groups.google.com/group/v8-users > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
