From: Theo S. <to...@sc...> - 2005-12-18 19:28:34
|
Hi Michael, hm, i see in drivers.m4 that serdisplib use: if test "$has_serdisplib" = "true" so i thought lcd4linux will do the work for me. mfg Theo Michael Reinelt schrieb: >Hi Theo, > > > >>i write drv_LUIse.c for the USB LCD from www.wallbraun-electonics.de >>using his libluise. But now i dont know how do i check if libluise and >>luise.h are installed? >> >> > >Hmm.... you'll have to fight with autoconf. Take a look at configure.am >and drivers.m4. Some of the drivers require a library ind a include >file, too. Look for "libusb" or something... > >But be warned: This ist complicated stuff..... > > > >>I use an CVS checkout from last week and all work fine. >> >>Today i checkout lcd4linux again and now i cant compile my driver, error >>Message is : >> >> > >Did you try a 'make clean' before? > >If you have all the autoconf/automake stuff installed, try a './bootstrap'. > > >bye, michael > > > |