Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
[Windows v8 build error]
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nagarjuna atluri  
View profile  
 More options May 3 2012, 3:31 am
From: nagarjuna atluri <nagajun...@gmail.com>
Date: Thu, 3 May 2012 13:01:03 +0530
Local: Thurs, May 3 2012 3:31 am
Subject: [Windows v8 build error]

Hi,

With new v8[v8 version 3.10.7] i am getting below errors for windows
build:-->
--------------------------------------------------------------------------- ----------------------------------------
1>------ Build started: Project: js2c, Configuration: Debug Win32 ------
2>------ Build started: Project: v8_base, Configuration: Debug Win32 ------
1>js2c, and also js2c_experimental
2>Compiling...
1>The system cannot find the path specified.
1>The system cannot find the path specified.
1>Project : error PRJ0019: A tool returned an error code from "js2c, and
also js2c_experimental"
2>lithium-codegen-ia32.cc
1>Build log was saved at
"file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\js2c\BuildLog.htm"
1>js2c - 1 error(s), 0 warning(s)
3>------ Build started: Project: v8_nosnapshot, Configuration: Debug Win32
------
3>Compiling...
3>libraries.cc
3>c1xx : fatal error C1083: Cannot open source file:
'..\..\build\debug\obj\global_intermediate\libraries.cc': No such file or
directory
3>experimental-libraries.cc
3>c1xx : fatal error C1083: Cannot open source file:
'..\..\build\debug\obj\global_intermediate\experimental-libraries.cc': No
such file or directory
3>Build log was saved at
"file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\v8_nosnapshot\BuildLo g.htm"
3>v8_nosnapshot - 2 error(s), 0 warning(s)
2>..\..\src\ia32\lithium-codegen-ia32.cc(4526) : error C2220: warning
treated as error - no 'object' file generated
2>..\..\src\ia32\lithium-codegen-ia32.cc(4526) : warning C4244:
'initializing' : conversion from 'int64_t' to 'int32_t', possible loss of
data
2>..\..\src\ia32\lithium-codegen-ia32.cc(4527) : warning C4244:
'initializing' : conversion from 'int64_t' to 'int32_t', possible loss of
data
2>Build log was saved at
"file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\v8_base\BuildLog.htm"
2>v8_base - 1 error(s), 2 warning(s)
4>------ Build started: Project: mksnapshot, Configuration: Debug Win32
------
4>Linking...
4>LINK : fatal error LNK1181: cannot open input file
'..\..\build\debug\lib\v8_nosnapshot.lib'
4>Build log was saved at
"file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\mksnapshot\BuildLog.h tm"
4>mksnapshot - 1 error(s), 0 warning(s)
5>------ Build started: Project: v8_snapshot, Configuration: Debug Win32
------
5>run_mksnapshot
5>The system cannot find the path specified.
5>Project : error PRJ0019: A tool returned an error code from
"run_mksnapshot"
5>Build log was saved at
"file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\v8_snapshot\BuildLog. htm"
5>v8_snapshot - 1 error(s), 0 warning(s)
6>------ Build started: Project: shell, Configuration: Debug Win32 ------
6>Linking...
6>LINK : fatal error LNK1181: cannot open input file
'..\build\debug\lib\v8_snapshot.lib'
6>Build log was saved at
"file://h:\v8-Win-Build\v8_3.10.7\samples\Debug\obj\shell\BuildLog.htm"
6>shell - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 6 failed, 1 up-to-date, 0 skipped ==========
--------------------------------------------------------------------------- ----------------------------------------
Can anyone help me out to solve this build errors


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Kummerow  
View profile  
 More options May 4 2012, 8:12 am
From: Jakob Kummerow <jkumme...@chromium.org>
Date: Fri, 4 May 2012 14:12:16 +0200
Local: Fri, May 4 2012 8:12 am
Subject: Re: [v8-users] [Windows v8 build error]

Make sure you have followed the instructions at
http://code.google.com/p/v8/wiki/BuildingWithGYP, in particular the command:

svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin@66844third_...

You can use TortoiseSVN or similar if you don't have and don't want a
command-line "svn" executable.

On Thu, May 3, 2012 at 9:31 AM, nagarjuna atluri <nagajun...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Neha Mishra  
View profile  
 More options Jan 8, 5:51 am
From: Neha Mishra <nehatripathi28...@gmail.com>
Date: Tue, 8 Jan 2013 02:51:48 -0800 (PST)
Local: Tues, Jan 8 2013 5:51 am
Subject: Re: [Windows v8 build error]

Hi,

I am getting the same error on Windows. I have the v8-master code. Have
downloaded the cygwin and python_26.
I have kept python_26 and cygwin at v8-master\tools\third_party. I use
commands as follows:

python build/gyp_v8

Solution file of VS2008 is created. now when i open and build, i get the
copilation error same as below.
Could you resolve this? Please let me know.

Thanks,
Neha


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Neha Mishra  
View profile  
 More options Jan 8, 6:24 am
From: Neha Mishra <nehatripathi28...@gmail.com>
Date: Tue, 8 Jan 2013 03:24:01 -0800 (PST)
Local: Tues, Jan 8 2013 6:24 am
Subject: Re: [Windows v8 build error]

Hi,

Found the solution.
cygwin and python_26 should be in the folder third_party and path should be
v8-master\third_party (same level as build folder) for the compilation
error to be resolved.
Also to have the solution file in 2010 use the following command:

build\gyp_v8 -G msvs_version=2010

Thanks,
Neha


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Kummerow  
View profile  
 More options Jan 8, 6:53 am
From: Jakob Kummerow <jkumme...@chromium.org>
Date: Tue, 8 Jan 2013 12:53:57 +0100
Local: Tues, Jan 8 2013 6:53 am
Subject: Re: [v8-users] Re: [Windows v8 build error]

On Tue, Jan 8, 2013 at 11:51 AM, Neha Mishra <nehatripathi28...@gmail.com>wrote:

> Hi,

> I am getting the same error on Windows. I have the v8-master code. Have
> downloaded the cygwin and python_26.
> I have kept python_26 and cygwin at v8-master\tools\third_party.

Well, observe the difference between this, which is what you say you did:

C:\...\v8-master\> svn co
http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111to...

and this, which is what the instructions at
http://code.google.com/p/v8/wiki/BuildingWithGYP tell you to do:

C:\...\v8-master\> svn co
http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111th...

one of them works, the other doesn't. (Same for cygwin.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Neha  
View profile  
 More options Jan 9, 12:04 am
From: Neha <nehatripathi28...@gmail.com>
Date: Tue, 8 Jan 2013 21:04:37 -0800 (PST)
Local: Wed, Jan 9 2013 12:04 am
Subject: Re: [v8-users] Re: [Windows v8 build error]

Yes exactly!

C:\...\v8-master\> svn co
http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111th...
would work!
But if you put python_26 and cygwin in tools/thirdparty, the code would not
compile.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »