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

Error while compiling Build #1547

Closed
ankitpentashield opened this issue Nov 14, 2024 · 1 comment · Fixed by #1548
Closed

Error while compiling Build #1547

ankitpentashield opened this issue Nov 14, 2024 · 1 comment · Fixed by #1548
Labels
bug Something isn't working

Comments

@ankitpentashield
Copy link

10>CesiumPropertyTexture.spec.cpp(17): Error C3646 : 'model': unknown override specifier
10>CesiumPropertyTexture.spec.cpp(17): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(18): Error C2143 : syntax error: missing ';' before ''
10>CesiumPropertyTexture.spec.cpp(18): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(18): Error C2238 : unexpected token(s) preceding ';'
10>CesiumPropertyTexture.spec.cpp(19): Error C2143 : syntax error: missing ';' before '
'
10>CesiumPropertyTexture.spec.cpp(19): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(19): Error C2238 : unexpected token(s) preceding ';'
10>CesiumPropertyTexture.spec.cpp(20): Error C2143 : syntax error: missing ';' before '*'
10>CesiumPropertyTexture.spec.cpp(20): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(20): Error C2238 : unexpected token(s) preceding ';'
10>CesiumPropertyTexture.spec.cpp(33): Error C2065 : 'model': undeclared identifier
10>CesiumPropertyTexture.spec.cpp(33): Error C3861 : 'Model': identifier not found
10>CesiumPropertyTexture.spec.cpp(34): Error C2065 : 'pExtension': undeclared identifier
10>CesiumPropertyTexture.spec.cpp(34): Error C2065 : 'model': undeclared identifier

@kring
Copy link
Member

kring commented Nov 15, 2024

Thanks for reporting this @ankitpentashield. I just opened #1548 to fix it.

@kring kring added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants