Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: praseodym on June 23, 2019, 10:21:22 am

Title: 32bit libraries for Ubuntu
Post by: praseodym on June 23, 2019, 10:21:22 am
Hi folks,

as Ubuntu will drop the 32bit libraries starting with 19.10 it could cause problems with the native old 64bit builds. Does this also affect the AppImage-builds provided? Do they use 32bit libraries to run?

Steam drops Ubuntu recommendation for that reason:
https://www.omgubuntu.co.uk/2019/06/steam-announces-that-its-dropping-support-for-ubuntu

KR
Title: Re: 32bit libraries for Ubuntu
Post by: m!m on June 23, 2019, 10:45:52 am
Our AppImage builds are native 64-bit builds so it shouldn't be a problem if they drop the 32-bit support. The old 32-bit builds will probably stop working but then people could still compile 64-bit builds manually...
Title: Re: 32bit libraries for Ubuntu
Post by: praseodym on June 23, 2019, 11:05:37 am
I mean the 32bit libraries necessary to build and run 64bit:

https://www.hard-light.net/forums/index.php?topic=71402.msg1806256#msg1806256
Title: Re: 32bit libraries for Ubuntu
Post by: m!m on June 23, 2019, 11:13:27 am
There is no hard dependency on any 32-bit libraries in the 64-bit builds but the old nightly and release builds were 32-bit so those still required the 32-bit libraries. The current release and nightly builds should have absolutely no dependency on 32-bit libraries.
Title: Re: 32bit libraries for Ubuntu
Post by: praseodym on June 23, 2019, 01:39:31 pm
Ok, Thanks