Getting closer.  Here are my windows errors:

d:\dev\animal\sandboxes\jacquave\v1\shared\third_party\projects\v8\v8>"c:\Program
 
Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.com" /build 
Debug build\All.sln 

Microsoft (R) Visual Studio Version 10.0.40219.1.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: preparser, Configuration: Debug x64 ------
1>Build started 9/17/2013 9:44:57 AM.
1>InitializeBuildStatus:
1>  Touching "..\build\Debug\obj\preparser\preparser.unsuccessfulbuild".
1>ClCompile:
1>  preparser-api.cc
1>..\src\preparser-api.cc(174): error C2220: warning treated as error - no 
'object' file generated
1>..\src\preparser-api.cc(174): warning C4273: 
'v8::UnicodeInputStream::~UnicodeInputStream' : inconsistent dll linkage
1>         
 
d:\dev\animal\sandboxes\jacquave\v1\shared\third_party\projects\v8\v8\src\../include/v8-preparser.h(65)
 
: see previous definition of '{dtor}'
1>..\src\preparser-api.cc(177): warning C4273: 'v8::Preparse' : 
inconsistent dll linkage
1>         
 
d:\dev\animal\sandboxes\jacquave\v1\shared\third_party\projects\v8\v8\src\../include/v8-preparser.h(79)
 
: see previous definition of 'Preparse'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.87
========== Build: 0 succeeded, 1 failed, 13 up-to-date, 0 skipped ==========

d:\dev\animal\sandboxes\jacquave\v1\shared\third_party\projects\v8\v8>"c:\Program
 
Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.com" /build 
Release build\All.sln 

Microsoft (R) Visual Studio Version 10.0.40219.1.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: preparser, Configuration: Release x64 
------
1>Build started 9/17/2013 9:45:02 AM.
1>InitializeBuildStatus:
1>  Touching "..\build\Release\obj\preparser\preparser.unsuccessfulbuild".
1>ClCompile:
1>  preparser-api.cc
1>..\src\preparser-api.cc(174): error C2220: warning treated as error - no 
'object' file generated
1>..\src\preparser-api.cc(174): warning C4273: 
'v8::UnicodeInputStream::~UnicodeInputStream' : inconsistent dll linkage
1>         
 
d:\dev\animal\sandboxes\jacquave\v1\shared\third_party\projects\v8\v8\src\../include/v8-preparser.h(65)
 
: see previous definition of '{dtor}'
1>..\src\preparser-api.cc(177): warning C4273: 'v8::Preparse' : 
inconsistent dll linkage
1>         
 
d:\dev\animal\sandboxes\jacquave\v1\shared\third_party\projects\v8\v8\src\../include/v8-preparser.h(79)
 
: see previous definition of 'Preparse'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.89
========== Build: 0 succeeded, 1 failed, 13 up-to-date, 0 skipped ==========


There seems to be some confusion with the v8 export declaration regarding 
preparser.  Is it using v8, or building v8?  It's currently doing both!!

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" 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.

Reply via email to