Re: OOo 1.1.4 build breaks in Python
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
eric.bachard wrote: > Hi, > > James McKenzie a écrit : > >> Found that the 'readline' enclosed with MacOSX 10.4 does not include >> this function as well as four addtional functions called from the >> readline.c code. > > > Interesting... What are the four additional functions called you > mention ? > The four functions or variables (including the mentioned rl_event_hook function which I determined to be of type int) are: int rl_event_hook rl_insert_text (char *) history_truncate_file (char *, int) emacs_meta_keymap (according to /usr/include/history.h is no longer supported in MacOSX 10.4 [and possibly not supported in MacOSX 10.3.9]) >> The question should now be: does readline.c need to be compiled in >> OOo 1.1.4/5 (SRX645) or not? > > > Good question. I'll investigate. > > Thank you, Eric. I also found another readline.c in the sal module. Very respectfully, James McKenzie