Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of undeclared identifier 'ftello'; did you mean 'ftell'? #214

Open
Danil0v3s opened this issue Jul 20, 2021 · 0 comments
Open

use of undeclared identifier 'ftello'; did you mean 'ftell'? #214

Danil0v3s opened this issue Jul 20, 2021 · 0 comments

Comments

@Danil0v3s
Copy link

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'?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant