On 10/14/07, Peter Dyballa <[EMAIL PROTECTED]> wrote: > Hello! > > After CVS update of RC1 GCC now fails with: > > nsterm.m: In function 'ns_initialize': > nsterm.m:3138: error: 'rif' undeclared (first use in this function) > > Sending nsterm.m through the C preprocessor only I can see that > termhooks.h is included and so rif is declared:
I'm not sure what the state of the combination of rc1 and current CVS is, but in rc2a "extern struct redisplay_interface *rif;" is in dispextern.h which is included by "window.h" which is included by nsterm.m. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
