Some questions for Linux users of LDCad - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: Some questions for Linux users of LDCad (/thread-26286.html) |
Some questions for Linux users of LDCad - Roland Melkert - 2022-04-30 I've been busy finishing LDCad 1.7 Alpha 2 and one of it's checkpoints is upgrading dependencies. For this I upgraded the Linux (vm) build system to Debian 11, this caused some major problems compiler wise. But after hours of tweaking I got a new binary out of it. Only to discover it doesn't work on older systems because of the libc 2.28 dependency. So I want to try again using an older version of Debian. But before doing that I was wondering about distributions the current users are running. Also does anyone still use 32bit versions of the newer Linux releases? RE: Some questions for Linux users of LDCad - Willy Tschager - 2022-04-30 (2022-04-30, 7:41)Roland Melkert Wrote: But before doing that I was wondering about distributions the current users are running. Linux Mint 19.3 RE: Some questions for Linux users of LDCad - Richard Speyer - 2022-04-30 (2022-04-30, 7:41)Roland Melkert Wrote: But before doing that I was wondering about distributions the current users are running. Slackware 15.0 64Bit RE: Some questions for Linux users of LDCad - Milan Vančura - 2022-05-04 Two machines: Debian 10 and Debian 11. 64bit versions only RE: Some questions for Linux users of LDCad - Roland Melkert - 2022-05-04 (2022-05-04, 6:13)Milan Vančura Wrote: Two machines: Debian 10 and Debian 11. 64bit versions only Could you please check what version of libc Debian 10 uses? Code: ldd --version RE: Some questions for Linux users of LDCad - Milan Vančura - 2022-05-21 (2022-05-04, 18:52)Roland Melkert Wrote: Could you please check what version of libc Debian 10 uses? I'm sorry for a delay, Roland. ldd (Debian GLIBC 2.29-10) 2.29 RE: Some questions for Linux users of LDCad - Roland Melkert - 2022-05-21 (2022-05-21, 12:45)Milan Vančura Wrote: I'm sorry for a delay, Roland. I used Debian 9 for the Alpha 2 release for maximal support of (older) installations. Only downside of this setup was wxWidgets failing to build its GTX3 variant for some reason. So it's still GTK2 for now. |