Ah, the Xfixes library wasn't referenced in the makefile at all. Just had to add it.
Builds fine now. LIBFILES = -lstdc++ $(FLTKLIB) -lm -lc -lX11 -lpthread -ldl -ljpeg -lpng -lXft -lXinerama -lfontconfig -lXext -lXfixes Thanks! -- John. On Thu, Nov 9, 2017 at 10:20 PM, Daryl Tester < [email protected]> wrote: > Yeah, that's what I figured. In which case, the Makefile is > having problems finding the path to the libraries, so the > best bet is to bump up make's verbosity level to see what > commands are being executed, to see what path is being fed > in to the linker. > > Oh, and run "dpkg -L libxfixes-dev" to see where the libraries > live. > > > On 10/11/17 15:35, John R. Hogerhuis wrote: > >> Yeah apt says I have libxfixes-dev >> >> You would have thought the compilation of what would have failed? FLTK or >> VirtualT? >> >> I tried Russell's suggestion of building VirtualT. No compilation issue >> with FLTK, but has the same build issue for VirtualT. >> >> -- John. >> >> >> > -- > Regards, > Daryl Tester > Handcrafted Computers Pty. Ltd. >
