Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] new GLIBC required for CDT native component in CDT 12.0+

Hi folks,

CDT, starting in CDT 12, will require newer versions of glibc. This aligns with the similar change made in Eclipse Platform. You can see that announcement below (second part of Christoph's email).

I will be doing this update under the umbrella of https://github.com/eclipse-cdt/cdt/issues/976 please add your thoughts or concerns (thumbs-up reactions are welcome too!).

Jonah


~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


---------- Forwarded message ---------
From: Christoph Läubrich via platform-dev <platform-dev@xxxxxxxxxxx>
Date: Thu, 28 Nov 2024 at 00:52
Subject: [platform-dev] GTK4 Support in SWT / new GLIBC required for GTK3 in 2025-03 release of Eclipse Platform
To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Cc: Christoph Läubrich <laeubi@xxxxxxxxxxxxxx>, Eclipse platform general developers list. <platform-dev@xxxxxxxxxxx>


Hi Everyone,

since today, SWT[1] ships GTK4 support for Linux x86, to enable this
with your SWT Application you need to specify

     SWT_GTK4=1

as an environment variable, please share any bugs or improvements and of
course any help for improving GTK4 is welcome.

There are currently some architectures outstanding to enable GTK4:

- aarch64
- ppc64le
- riscv64

reach out to the SWT team if you are interested in any of these and like
to see GTK4 for them as well!

As part of this effort it was required to update some build dependencies
resulting in a higher version of GLIBC (at least 2.36 for x86 other
architectures might require higher versions) this usually means you need
at least:

- Debian 12 or recent Ubuntu
- Centos 9
- ... or similar depending on your distribution

to run SWT (and in particular Eclipse) Applications, especially if you
are running UI tests and still using the deprecated centos-8 image [2]
you need to upgrade your builds to the new ubuntu based ones.

best
  Christoph

[1] https://github.com/eclipse-platform/eclipse.platform.swt/
[2]
https://github.com/eclipse-cbi/jiro-agents/tree/master?tab=readme-ov-file#deprecated-images
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top