Anno domini 2022 Tue, 22 Mar 08:53:36 -0500 Hunter Ellett via tde-devels scripsit:
On March 22, 2022 3:41:55 AM CDT, "Dr. Nikolaus Klepp" dr.klepp@gmx.at wrote:
It's a pitty, but imlib2 is not 100% backwards compatible to imlib11. In fact they don't even have the same API calls nor the same functionality. E.g.: in the days when imlib2 "replaced" imlib1 I had issues with red/blue color channels swapped on RGBA images, which was architecture dependend so beeing a lot of fun to debug.
As the devuan/debian repository still has both versions I doubt that the surprise-moments of imlib2 are irioned out.
Oh, okay, my mistake. And I didn't know that about Debian/Devuan.
I just tried to comile TDE on my FreeBSD box and got stuck with imlib:
misc.c:126:7: warning: implicit declaration of function 'XShmQueryExtension' is invalid in C99 [-Wimplicit-function-declaration] if (XShmQueryExtension(id->x.disp)) ^ misc.c:133:8: warning: implicit declaration of function 'XShmQueryVersion' is invalid in C99 [-Wimplicit-function-declaration] if (XShmQueryVersion(id->x.disp, &maj, &min, &pm) == True) ^ misc.c:136:57: error: use of undeclared identifier 'ShmCompletion' id->x.shm_event = XShmGetEventBase(id->x.disp) + ShmCompletion;
[lots of errors of the same kind follow ...]
Do you know what's missing?
Nik
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...