How to reproduce:
1. Open the project “IN_34006”
2. Press File → Build
Expected result: no errors in the Console
Actual result: errors in the Console
Reproducible with: 2021.3.20f1, 2022.2.10f1, 2023.1.0b8, 2023.2.0a6
Not reproducible with: 2020.3.46f1, 2021.2.0a21
Couldn't test with: 2021.2.0b1, 2021.2.9f1 (different build errors)
Reproducible on: Windows 10 Pro, macOS 13.2.1 (M1) (by the reporter)
Error:
”Building Library/Bee/artifacts/WebGL/build/debug_WebGL_wasm/build.js failed with output:
emcc2: warning: EXTRA_EXPORTED_RUNTIME_METHODS is deprecated, please use EXPORTED_RUNTIME_METHODS instead [-Wdeprecated]
system_libs:WARNING: main() is in the input files, but "_main" is not in EXPORTED_FUNCTIONS, which means it may be eliminated as dead code. Export it if you want main() to run.
emcc2: error: undefined exported symbol: "_gpxGetFreeSoundChannel" [-Wundefined] [-Werror]”
Note: couldn’t find the regressed version due to different errors in the Console when Build And Run