You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Unix version of lua shipped with EET is dynamically compiled and thus will fail on systems that don't have the same library versions (in my case, my system has version 7 of readline but the lua version shipped with EET is compiled against version 6).
I recommend shipping a statically compiled version and/or using the system version of lua if present.
The text was updated successfully, but these errors were encountered:
I don't have one ready (I got around the issue by just copying in my system's version of lua, which is also dynamic), but I can probably make one. I will look into it tonight.
Well, it took a bit of fiddling but here you go. I did a quick check on the other binaries there (weidu and ffmpeg), they are already statically compiled versions. Pull request is ready for you.
The Unix version of lua shipped with EET is dynamically compiled and thus will fail on systems that don't have the same library versions (in my case, my system has version 7 of readline but the lua version shipped with EET is compiled against version 6).
I recommend shipping a statically compiled version and/or using the system version of lua if present.
The text was updated successfully, but these errors were encountered: