GRIS-UdeM / SpatGRIS

Sound spatialization tool
GNU General Public License v3.0
57 stars 4 forks source link

Compilation on Linux fail - MbapAttenuationConfig struct instance name problem #422

Closed edumeneses closed 7 months ago

edumeneses commented 8 months ago

When trying to compile SpatGRIS for Linux (Ubuntu 22.04), the compiler complains about the name of the MbapAttenuationConfig instance. Once changing the name of the instance and all its calls, the error gets fixed.

I modified the sg_AudioStructs.hpp, sg_LogicStrucs.cpp, and sg_MbapSpatAlgorithm.cpp files to solve the problem.

edumeneses commented 8 months ago

I created PR #423 to fix the issue for Linux (tested on Ubuntu 22.04).

led78 commented 7 months ago

Is that issue fixed?

edumeneses commented 7 months ago

Yes, it is. Thank you. As it seems the issue was fixed without merging #423, please feel free to close the PR.