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

osgEarthCesium: build error with MacOS #2557

Closed
remoe opened this issue Jun 10, 2024 · 1 comment
Closed

osgEarthCesium: build error with MacOS #2557

remoe opened this issue Jun 10, 2024 · 1 comment

Comments

@remoe
Copy link
Contributor

remoe commented Jun 10, 2024

Current master doesn't build with cesium-native and Clang:

include/c++/v1/__locale:930:44: error: implicit instantiation of undefined template 'std::ctype<unsigned char>'
    return use_facet<ctype<_CharT> >(__loc).toupper(__c);
                                           ^
osgearth.git/src/osgEarthCesium/CesiumCreditsNode.cpp:50:33: note: in instantiation of function template specialization 'std::toupper<unsigned char>' requested here
                    return std::toupper(c1, locale) == std::toupper(c2, locale);

I've fixed it here:
#2551

@gwaldron
Copy link
Owner

Fixed in 285eba1

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