LD html2png
CC -c x11.c
x11.c: In function 'x11_bmp_free':
x11.c:1682:5: warning: enumeration value 'BMP_XVSHMIMAGE' not handled in
switch [-Wswitch]
     switch (xb->type) {
     ^
LD xqe_g
/usr/bin/ld: .objs-Linux-x86_64-gcc/qe.o: undefined reference to symbol
'dlclose@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing
from command line
collect2: error: ld returned 1 exit status
Makefile:223: recipe for target 'xqe_g' failed
make: *** [xqe_g] Error 1


Looks like xqe's link is missing $(LIBS). tqe probably also misses it.

I'm not sure it's that useful to have a separate bin for X11...
Do I have to patch it for Haiku as well?

François.

_______________________________________________
Qemacs-devel mailing list
Qemacs-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/qemacs-devel

Reply via email to