|
Here’s a link to the same issue; https://github.com/lunarmodules/luaexpat/issues/32
That file determines the compile time settings of the library. Based on those settings the exported symbols can change. So you really need that header file.
You could check the version of libexpat, because really old versions will not have that header file. LuaExpat requires at least 2.4.0 of libexpat, though newer is better since there have been quite some CVE’s. See also the changelog; https://lunarmodules.github.io/luaexpat/index.html#history
Thijs
|