angelscript for Debian ----------------- To avoid name conflicts, library is precompiled with AS_USE_NAMESPACE enabled, that is, all symbols are under `AngelScript' namespace. Thus you must also enable AS_USE_NAMESPACE. If you did not use namespaced AngelScript API and are looking for dirty hack, you can define AS_DEBIAN_LIB (for example in CPPFLAGS), which will automatically pull `using namespace AngelScript;' into the header.