externals built for Pd-vanilla? I'm just interested to know, maybe this
isn't such a huge issue, since Pd-l2ork has so many externals
pre-compiled.
Ok, so:
in m_pd.h of Pd-l2ork, matju added some code that makes it possible
to print out filenames and line numbers for old GUI commands. This introduces
a symbol that doesn't exist in Pd-Vanilla m_pd.h.
So trying to load an external compiled for Pd-l2ork will cause an error about
the undefined symbol.
-Jonathan