Closed GoogleCodeExporter closed 9 years ago
Fixed, remove the deprecated V8 APIs, please verify the issue with latest SVN
trunk code after r533
Original comment by flier...@gmail.com
on 10 Sep 2013 at 2:37
Seems like the issue is solved but -r533 does not compile here. Following the
compilation error
src/Wrapper.cpp: In static member function 'static void
ObjectTracer::WeakCallback(const v8::WeakCallbackData<v8::Value,
ObjectTracer>&)':
src/Wrapper.cpp:1771:3: error: 'value' was not declared in this scope
src/Wrapper.cpp:1771:3: note: suggested alternative:
/usr/include/boost/bind/bind.hpp:112:25: note: 'boost::_bi::value'
error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1
Original comment by angelo.d...@gmail.com
on 10 Sep 2013 at 6:54
sorry, missed a debug assert :) please try again with r534
Original comment by flier...@gmail.com
on 10 Sep 2013 at 8:53
Still no luck with -r534
src/Wrapper.cpp: In static member function 'static void
ObjectTracer::WeakCallback(const v8::WeakCallbackData<v8::Value,
ObjectTracer>&)':
src/Wrapper.cpp:1771:3: error: 'class v8::Value' has no member named
'IsNearDeath'
error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1
Original comment by angelo.d...@gmail.com
on 10 Sep 2013 at 9:57
sorry, just remove the asset will be fine, try r535
Original comment by flier...@gmail.com
on 11 Sep 2013 at 3:56
I confirm everything works fine now. Thanks.
Original comment by angelo.d...@gmail.com
on 11 Sep 2013 at 6:52
Original comment by flier...@gmail.com
on 11 Sep 2013 at 7:22
Original issue reported on code.google.com by
angelo.d...@gmail.com
on 9 Sep 2013 at 12:39