On March 22, 2022 8:57:29 AM CDT, "Dr. Nikolaus Klepp" dr.klepp@gmx.at wrote:
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?
I'm not much of a developer myself, so no idea sadly. All I know is its much bigger of a problem than we thought because its halting more than one person from building the port. I actually just made it past that (imlib 1.9) but with "make -k install clean" in a clean right-after-install environment so if you want to try make -k its what the guy in the forum did. This skips errors though and it seems to be skipping a good bit on mine but otherwise I can't even install Trinity.