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

Build failed: undeclared identifier 'u_charDirection' #158

Open
ByTE1974 opened this issue Oct 4, 2021 · 1 comment
Open

Build failed: undeclared identifier 'u_charDirection' #158

ByTE1974 opened this issue Oct 4, 2021 · 1 comment

Comments

@ByTE1974
Copy link

ByTE1974 commented Oct 4, 2021

Issue Description

Build failed with error (several of them, but all are the same):

...

In file included from ../../Source/WTF/wtf/AutomaticThread.cpp:30:
In file included from ../../Source/WTF/wtf/Threading.h:49:
In file included from ../../Source/WTF/wtf/text/AtomStringTable.h:26:
../../Source/WTF/wtf/text/StringImpl.h:750:60: error: use of undeclared identifier 'u_charDirection'; did you mean 'UCharDirection'?
    return isLatin1(character) ? isASCIISpace(character) : u_charDirection(character) == U_WHITE_SPACE_NEUTRAL;

...

In file included from ../../Source/WTF/wtf/CompilationThread.cpp:27:
In file included from ../../Source/WTF/wtf/CompilationThread.h:28:
In file included from ../../Source/WTF/wtf/Threading.h:49:
In file included from ../../Source/WTF/wtf/text/AtomStringTable.h:26:
../../Source/WTF/wtf/text/StringImpl.h:750:60: error: use of undeclared identifier 'u_charDirection'; did you mean 'UCharDirection'?
    return isLatin1(character) ? isASCIISpace(character) : u_charDirection(character) == U_WHITE_SPACE_NEUTRAL;

...

Version, config, any additional info

Building with default config on MacOS Big Sur v11.6

@breakerrorchen
Copy link

Have you solved the problem @ByTE1974

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

2 participants