You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've been trying to build this with -DHAVE_INSPECTOR=1 to run some tests but I'm not able to build the project. Is there any extra steps I have to take?
Both IntelliJ and AndroidStudio seem to sync the project without problems but I get a compiler error inside fstream. Is it something with my environment?
In file included from /Users/dms11/Desktop/Projects/LiquidCore/LiquidV8/src/main/cpp/Common/JSContext.cpp:7:
In file included from /Users/dms11/Desktop/Projects/LiquidCore/LiquidV8/src/main/cpp/Common/JSContext.h:10:
In file included from /Users/dms11/Desktop/Projects/LiquidCore/LiquidV8/src/main/cpp/Common/ContextGroup.h:11:
In file included from /Users/dms11/Desktop/Projects/LiquidCore/deps/node-10.15.3/deps/v8/include/libplatform/libplatform.h:9:
In file included from /Users/dms11/Desktop/Projects/LiquidCore/deps/node-10.15.3/deps/v8/include/libplatform/v8-tracing.h:8:
/Users/dms11/Library/Android/sdk/ndk/23.0.7530507/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/include/c++/v1/fstream:952:20: error: use of undeclared identifier 'ftello'; did you mean 'ftell'?
The text was updated successfully, but these errors were encountered:
So I've been trying to build this with
-DHAVE_INSPECTOR=1
to run some tests but I'm not able to build the project. Is there any extra steps I have to take?Both IntelliJ and AndroidStudio seem to sync the project without problems but I get a compiler error inside
fstream
. Is it something with my environment?The text was updated successfully, but these errors were encountered: