ibc / libsdptransform

Session Description Protocol C++ parser/writer based on the sdp-transform JavaScript library
MIT License
136 stars 56 forks source link

Failed to build in debug mode #29

Open whatisor opened 7 months ago

whatisor commented 7 months ago

When I build this in debug mode with cxx flag -rdynamic, I got undefined reference issue libsdptransform-src/test/parse.test.cpp:550: undefined reference to `sdptransform::parse(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)'

ibc commented 7 months ago

We don't know what the -rdynamic flag means and honestly we don't have time to investigate it.