m4dEngi / RemotePlayWhatever

Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones.
MIT License
1.02k stars 38 forks source link

Mismatch between program and library build versions #83

Open Rojikku opened 1 year ago

Rojikku commented 1 year ago

When executing on Archlinux:

Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1017,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1016,wx containers,compatible with 2.8).

Installed via: https://aur.archlinux.org/packages/remoteplaywhatever-bin Build method: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=remoteplaywhatever-bin

Running Linux 6.0.10-arch2-1. Let me know if you need any environment information beyond what is listed.

I am the maintainer of that PKGBUILD, let me know if it needs any corrections.

m4dEngi commented 1 year ago

I'm trying to use latest Ubuntu LTS for building binary packages. And the AppImage release is only tested on SteamOS. Maybe that's the cause. Probably it's better to switch to building from sources?

Rojikku commented 1 year ago

It's probably because the LTS uses older stuff.

I can't build from source with this package, because it's the - bin version it has to use a binary I download. I could potentially build another version if it doesn't already exist, but, bin versions are nice if you can get it to build.

Not sure exactly what why it's so upset about a minor version difference, but, I guess it's a big deal?...