jetma / jav8

Automatically exported from code.google.com/p/jav8
0 stars 0 forks source link

Error building from source LNK2001 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I try to build jav8 pour windows x64.

I get jav8.dll : fatal error LNK1120: 94 unresolved externals

I'm not used to C, so I imagine this must come from a difference of version of 
v8 lib.

Which version of v8 have you used to successfully compile jav8 ?

Thanks

P.S. some more details from my error :
1>jav8.obj : error LNK2001: unresolved external symbol "public: bool __cdecl 
v8::TryCatch::HasCaught(void)const " (?HasCaught@TryCatch@v8@@QEBA_NXZ)
1>jav8.obj : error LNK2001: unresolved external symbol "public: __cdecl 
v8::TryCatch::~TryCatch(void)" (??1TryCatch@v8@@QEAA@XZ)
etc...

Original issue reported on code.google.com by adr_gonz...@yahoo.fr on 15 Jul 2012 at 8:52

GoogleCodeExporter commented 9 years ago
Please try the latest SVN trunk code

Original comment by flier...@gmail.com on 14 Jun 2013 at 7:37