RobotecAI / robotec-o3de-tools

Toolset for demo recordings in O3DE
5 stars 1 forks source link

Smoothing module - not building on monolithic #71

Closed pijaro closed 1 month ago

pijaro commented 1 month ago

Error below:

[INFO] root: AZ_DECLARE_MODULE_CLASS(AZ_JOIN(Gem_, O3DE_GEM_NAME), Smoothing::SmoothingModule)
[INFO] root:                                 ^
[INFO] root: .../Gems/Smoothing/Code/Source/Clients/SmoothingModule.cpp:17:39: error: unexpected namespace name 'Smoothing': expected expression
[INFO] root: AZ_DECLARE_MODULE_CLASS(AZ_JOIN(Gem_, O3DE_GEM_NAME), Smoothing::SmoothingModule)
[INFO] root:                                       ^
[INFO] root: .../Gems/Smoothing/Code/Source/Clients/SmoothingModule.cpp:17:1: error: expected ';' after top level declarator
[INFO] root: AZ_DECLARE_MODULE_CLASS(AZ_JOIN(Gem_, O3DE_GEM_NAME), Smoothing::SmoothingModule)
[INFO] root: ^
[INFO] root:.../o3de/Code/Framework/AzCore/./AzCore/Module/Module.h:104:60: note: expanded from macro 'AZ_DECLARE_MODULE_CLASS'
[INFO] root:     extern "C" AZ::Module * CreateModuleClass_##MODULE_NAME() { return aznew MODULE_CLASSNAME; }
[INFO] root:                                                            ^
[INFO] root: 3 errors generated.
pijaro commented 1 month ago

Fixed in #73