On 02.04.2012 21:04, Dave Mielke wrote: > [quoted lines by Vladimir 'φ-coder/phcoder' Serbinenko on 2012/04/02 at 20:07 > +0200] > >> GRUB_FILE is our analog of __FILE__ more or less. It avoids having long >> prefixes. > But what do I need to do in order to keep going? Is it something I need to > define with gcc's -D option? If so, what should it be set to? gcc $< -DGRUB_FILE=$< >> convertCharToWchar in braille_core is not defined >> convertWcharToChar in braille_core is not defined >> getLocaleCharset in braille_core is not defined >> registerCharacterSet in braille_core is not defined > charset is now split into platform-dependent parts. In addition to charset, > you > should now also include charset_none. I've written my charset_grub.c >> startContractionCommand in braille_core is not defined >> stopContractionCommand in braille_core is not defined > You probably did something to hide these functions in ctb_translate because > hostcmd was giving you trouble. You can now put them back, and, like charset, > in addition to just hostcmd, also include hostcmd_none. Ok, will do. >> tryPidFile in braille_core is not defined > You may have removed it from config because of an exit. That exit has been > fixed so you can put it back. I've masked it because mkdir isn't available. I should probably provide a stub which makes EROFS. >> usbHidSetReport in braille_core is not defined > You're probably not including usb_hid. Ok, will fix.
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
