From: Luis C. <lfc...@lf...> - 2006-07-30 11:25:37
|
Michael Reinelt wrote: > Hi Luis, > >> You already wrote the function I need... it is inside plugin_sample.c > > Oh.... I feel *so* sorry for writing a sample plugin that actually > *makes sense* :-) > >> I've already added the function and the relevant functions and will make >> a commit to CVS. >> >> Some fixes to I2C handling will also be committed. >> I'll do separate checkin's, to make things easier to track. > > Thanks. I did some modifications to the string plugin (creating a new > init() and exit() function for struppper isn't necessary, just use the > exisiting ones), but I cannot commit at the moment, because of other > heavy modifications not yet finished (hint: virtual rows, scrolling, ...) I see what you mean and will do a commit to fix those. Only one init function is needed and we'll just register the function inside. > But there's a problem with your patch: I get a linker error about an > undefined function 'drv_generic_i2c_close()' in drv_HD44780.c. That's > correct, such a function is called, is present in drv_generic_i2c.h, but > is missing in drv_generic_i2c.c That is the result of not being able to compile current CVS version and working on an older file, 0.10.0 release actually. Nevertheless, I've already commit the fix for it. Still unable to compile it due to some errors in "drv_HD44780.c, drv_LPH7508.c and drv_generic_keypad.c". Will you need any help on those? > > bye, Michael > Btw, why the need for autoconf 2.59e? I pretty much remove those checks to be able to use autoconf 2.59 and it still compiled all the same... Luis Correia -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |