This error message indicates that there is an undefined symbol called "FBLandscapeController::getOtherLandscapeSceneBuildings" in your code.

An undefined symbol typically means that the code is referencing a function or variable that has not been defined or declared. In this case, it seems that the function "getOtherLandscapeSceneBuildings" is missing or not properly declared in the FBLandscapeController class.

To fix this issue, you should check the implementation of the FBLandscapeController class and ensure that the function "getOtherLandscapeSceneBuildings" is defined correctly. Make sure that the function name, return type, and parameters match the declaration in the class.

If the function is implemented in a separate source file, make sure that it is properly included and linked with the main code.

If you are using a library or framework that provides the FBLandscapeController class, make sure that you have included all the necessary headers and linked the library correctly.

If you have made any recent changes to the code, double-check that you have not accidentally removed or renamed the function.

If the issue persists, providing more information about your code and the specific context in which this error occurs would be helpful in diagnosing the problem further

Showing Recent MessagesUndefined symbol FBLandscapeControllergetOtherLandscapeSceneBuildingsstd__1basic_stringchar std__1char_traitschar std__1allocatorchar std__1basic_stringchar std__1char_traitsch

原文地址: http://www.cveoy.top/t/topic/iTYZ 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录