On Nov 16, 2007 8:15 AM, Richard L. Hamilton <rlhamil at smart.net> wrote: > (which can be built for Linux as well as Windows - and may be handy for > its terminal emulation capabilities or ability to have canned commands, e.g. > for going through a console server to the ultimate destination) > > Getting the following: > > ../unix/gtkwin.c: In function 'write_clip': > ../unix/gtkwin.c:1550: warning: implicit declaration of function > 'Xutf8TextListToTextProperty' > ../unix/gtkwin.c: In function 'selection_received': > ../unix/gtkwin.c:1735: warning: implicit declaration of function > 'Xutf8TextPropertyToTextList' > > Note: the README says it requires GTK+1.2 (which is what the generated > Makefile was using). > > Are those functions present in any of the supplied libraries? > >
I believe, Xutf8TextListToTextProperty is an XFree86 extension not found in Solaris. -Shiv
