Hi there!

I've the following scenario:

1) a C library which is compiled in directory a
2) a C++ class which uses the library and exposes it's functionality via 
embind

The library is built via a very simple makefile which ensures -g4 als emcc 
option. The C++ class is compiled with -g4 as well.

In the end I get the following error message:
sourcemapper: Unable to find original file for mean.c at /home/.../source/
problem-case.bup/mean.c

Since it were very helpful to debug the behaviour of 3rd party libraries 
which are used in my project I'd really enjoy this working...

For reproduction I've put the simple project online here:
https://github.com/cee-dee/emscripten-tests/tree/master/sourcemap-test-01

Anyone here who can help me out?

Best regards,
Björn

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to