Hi,

I am afraid that the Visual Studio project files in the tools/visual_studio
directory has not been updated recently, and therefore are
not really usable. We are planning to remove these files and instead support
generating Visual Studio files from GYP files in the same way as is used by
Chromium.

To generate Visual Studio project files from GYP take a look at the
README.txt in the build directory.

Sorry for the inconvenience.

Note that SCons is still the main build tool for V8.

Regards,
Søren

On Thu, Apr 28, 2011 at 10:22, <[email protected]> wrote:

> After modification as Peter suggested, my js2c.cmd includes the following
> items,
> ---------------------------begin------------------------------
> @echo off
> set SOURCE_DIR=%1
> set TARGET_DIR=%2
> set PYTHON="..\..\..\third_party\python_24\python.exe"
> if not exist %PYTHON% set PYTHON=python.exe
>
> %PYTHON% ..\js2c.py %TARGET_DIR%\experimental-libraries.cc EXPERIMENTAL
> %SOURCE_DIR%\macros.py %SOURCE_DIR%\proxy.js
> ---------------------------end----------------------------
>
> However, I even got more errors , as follows,
> 3>mksnapshot.obj : error LNK2019: unresolved external symbol "public:
> static int __cdecl
> v8::internal::NativesCollection<0>::GetBuiltinsCount(void)"
> (?GetBuiltinsCount@?$NativesCollection@$0A@@internal@v8@@SAHXZ) referenced
> in function _main
> 3>v8.lib(serialize.obj) : error LNK2001: unresolved external symbol
> "public: static int __cdecl
> v8::internal::NativesCollection<0>::GetBuiltinsCount(void)"
> (?GetBuiltinsCount@?$NativesCollection@$0A@@internal@v8@@SAHXZ)
> 3>v8.lib(heap.obj) : error LNK2001: unresolved external symbol "public:
> static int __cdecl
> v8::internal::NativesCollection<0>::GetBuiltinsCount(void)"
> (?GetBuiltinsCount@?$NativesCollection@$0A@@internal@v8@@SAHXZ)
> 3>v8.lib(bootstrapper.obj) : error LNK2001: unresolved external symbol
> "public: static int __cdecl
> v8::internal::NativesCollection<0>::GetBuiltinsCount(void)"
> (?GetBuiltinsCount@?$NativesCollection@$0A@@internal@v8@@SAHXZ)
> 3>v8.lib(lithium-gap-resolver-ia32.obj) : error LNK2001: unresolved
> external symbol "private: static enum v8::internal::Thread::LocalStorageKey
> v8::internal::Isolate::isolate_key_" (?isolate_key_@Isolate@internal@v8
> @@0W4LocalStorageKey@Thread@23@A)
> ...
>
> thanks
>
>
>
>
> On Apr 28, 2011 2:41am, "Alejandro F. Reimondo" <
> [email protected]> wrote:
> > Thank you Peter for the information.
>
> --
> 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

Reply via email to