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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
I encountered the following errors in Cbang, but I posted in their issues. I am curious if any of you are able to build cbang currently?
src\cbang\api\API.cpp(165): error C2872: 'API': ambiguous symbol
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
src\cbang\api\API.cpp(226): error C2872: 'API': ambiguous symbolscons: *** [src\cbang\api\handler\ArgFilterProcess.obj] Error 2
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
src\cbang\api\API.cpp(247): error C2872: 'API': ambiguous symbol
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
src\cbang\api\API.cpp(253): error C2872: 'API': ambiguous symbol
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
scons: *** [src\cbang\api\API.obj] Error 2
scons: building terminated because of errors.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I encountered the following errors in Cbang, but I posted in their issues. I am curious if any of you are able to build cbang currently?
src\cbang\api\API.cpp(165): error C2872: 'API': ambiguous symbol
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
src\cbang\api\API.cpp(226): error C2872: 'API': ambiguous symbolscons: *** [src\cbang\api\handler\ArgFilterProcess.obj] Error 2
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
src\cbang\api\API.cpp(247): error C2872: 'API': ambiguous symbol
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
src\cbang\api\API.cpp(253): error C2872: 'API': ambiguous symbol
src\cbang/api/handler/CORSHandler.h(45): note: could be 'cb::API'
C:\Git\cbang\src\cbang\api\API.h(48): note: or 'cb::API::API'
scons: *** [src\cbang\api\API.obj] Error 2
scons: building terminated because of errors.
The text was updated successfully, but these errors were encountered: