Has anyone had any luck building FLTK2 with the nxlib libraries? It wants the libraries Xi and Xext, which don't seem to be provided by nxlib. I am using version 0.45, because it shipped with the kernel source I am using (uClinux), but I am game to try the latest if it will solve the issue. If I remove the references to these libraries, these are the symbols that are missing.

undefined reference to `XOpenDevice'
run.cxx:(.text+0x2554): undefined reference to `XSelectExtensionEvent'
/home/chris/fltk2//libfltk2.a(run.o): In function `fltk::enable_tablet_events()':
run.cxx:(.text+0x2a4c): undefined reference to `XGetExtensionVersion'
run.cxx:(.text+0x2a98): undefined reference to `XListInputDevices'
run.cxx:(.text+0x2b1c): undefined reference to `XFreeDeviceList'
/home/chris/fltk2//libfltk2.a(run.o): In function `fltk::handle()':
run.cxx:(.text+0x452c): undefined reference to `Xutf8LookupString'


Thanks,
Chris Penny

---------------------------------------------------------------------
To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org
For additional commands, e-mail: nanogui-h...@linuxhacker.org

Reply via email to