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
Not sure if I should mention this error here or in the cocos2d/cocos2d-x repo.
Sweep.cc contains a throw which (I think) makes my building fail with v3-deps-57.
The full error when building:
/external/poly2tri/sweep/sweep.cc:759:78: error: exception handling disabled, use -fexceptions to enable
throw std::runtime_error("[Unsupported] Opposing point on constrained edge");
The text was updated successfully, but these errors were encountered:
@AndyQue Linux, fedora 20 to be more precise, and with g++ (gcc) 4.8.3. The build fails with the given error when I set BUILD_EDITOR_COCOSTUDIO to OFF. When it is set to, as default, ON the build succeeds.
Not sure if I should mention this error here or in the cocos2d/cocos2d-x repo.
Sweep.cc contains a throw which (I think) makes my building fail with v3-deps-57.
The full error when building:
The text was updated successfully, but these errors were encountered: