Hi Folks - 

I am unable to compile a library using emscripten on M1 ARM mac. 
On my older mac (intel based), I didn't had any issues. 

The issue is around unresolved linker errors. 
The specific library that I am trying to compile here is openframeworks. 
Can anyone please point me on how to go about debugging or fixing this 
issue. 
I haven't used emscripten much except superficially using the documentation 
from the tutorials. 


*error: undefined symbol: _ZN24ofxEmscriptenSoundStreamC1Ev (referenced by 
top-level compiled C/C++ code) warning: Link with `-s LLD_REPORT_UNDEFINED` 
to get more information on undefined symbols warning: To disable errors for 
undefined symbols use `-s ERROR_ON_UNDEFINED_SYMBOLS=0` warning: 
__ZN24ofxEmscriptenSoundStreamC1Ev may need to be added to 
EXPORTED_FUNCTIONS if it arrives from a system library error: undefined 
symbol: tessDeleteTess (referenced by top-level compiled C/C++ code) 
warning: _tessDeleteTess may need to be added to EXPORTED_FUNCTIONS if it 
arrives from a system library error: undefined symbol: tessNewTess 
(referenced by top-level compiled C/C++ code) warning: _tessNewTess may 
need to be added to EXPORTED_FUNCTIONS if it arrives from a system library 
Error: Aborting compilation due to previous error*

Many thanks

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/85a4e2fd-aa6c-472b-9358-8c25038718f3n%40googlegroups.com.

Reply via email to