i'd try building using FLTK you built from source.

wget http://fltk.org/pub/fltk/1.3.4/fltk-1.3.4-source.tar.gz
tar xzvf fltk-1.3.4-source.tar.gz
cd fltk-1.3.4
./configure --enable-localjpeg --enable-localzlib --enable-localpng --enable-gl=no
make

then cd to the virtualt directory
make -f GNUmakefile FLTKDIR=~/fltk-1.3.4

bst rgrds
Russell

On 11/9/2017 7:12 PM, 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 $

Reply via email to