The missing functions are apparently in the xfixes library. I would have thought the compilation would have failed if the dev version of the package wasn't installed (due to missing headers), so perhaps the makefile doesn't have the right path for the linker to the library?
(sorry, I don't know Mint otherwise I would offer the appropriate package manager incantations). On 10/11/17 10:42, John R. Hogerhuis wrote:
Hello, Trying to build VirtualT on Mint. FLTK 1.3 Fails with error below. Recommendations? john@john-ThinkPad-T540p ~/projects/modelt/VirtualT $ make -f GNUmakefile Linking virtualt /usr/lib/x86_64-linux-gnu/libfltk.a(Fl_x.o): In function `fl_open_display(_XDisplay*)': (.text+0x1a28): undefined reference to `XFixesQueryExtension' /usr/lib/x86_64-linux-gnu/libfltk.a(Fl_x.o): In function `Fl_X::make_xid(Fl_Window*, XVisualInfo*, unsigned long)': (.text+0x5c2b): undefined reference to `XFixesSelectSelectionInput' /usr/lib/x86_64-linux-gnu/libfltk.a(Fl_x.o): In function `Fl_X::make_xid(Fl_Window*, XVisualInfo*, unsigned long)': (.text+0x5c44): undefined reference to `XFixesSelectSelectionInput' collect2: error: ld returned 1 exit status GNUmakefile:121: recipe for target 'virtualt' failed make: *** [virtualt] Error 1 john@john-ThinkPad-T540p ~/projects/modelt/VirtualT $
-- Regards, Daryl Tester Handcrafted Computers Pty. Ltd.
