Re: patch 7.1a.001

2007-05-08 Thread Chris Sutcliffe
Redirecting to the vim-dev list... > What I find interesting is that the #ifndef LPNMTTDISPINFO should have > caught that LPNMTTDISPINFO was defined in commctrl.h which is included > in gui_w48.c included prior to the #ifndef LPNMTTDISPINFO test. As far as I know this is not true because in /us

Re: patch 7.1a.001

2007-05-08 Thread Chris Sutcliffe
I was able to get it to compile under cygwin using Make_cyg.mak GUI=yes by removing the two typedefs at line 236 and 247 in gui_w32.c. It would seem that the pre-processor doesn't recognise labels from a previous typedef, so the #ifndef LPNMTTDISPINFO test doesn't work as expected. Or it's somet

Re: patch 7.1a.001

2007-05-08 Thread Robert Stanton
Bram Moolenaar wrote: Chris Sutcliffe wrote: Hey All, Patch 7.1a.001 I managed to compile 7.1a from cvs yesterday. I went and did a cvs up to grab this patch and I am now getting this error: gui_w32.c:236: error: redefinition of `struct tagNMTTDISPINFOA' gui_w32.c:246: error: redefinition

Re: patch 7.1a.001

2007-05-07 Thread Bram Moolenaar
Chris Sutcliffe wrote: > Hey All, > > > Patch 7.1a.001 > > I managed to compile 7.1a from cvs yesterday. I went and did a cvs up > to grab this patch and I am now getting this error: > > gui_w32.c:236: error: redefinition of `struct tagNMTTDISPINFOA' > gui_w32.c:246: error: redefinition of `stru

Re: patch 7.1a.001

2007-05-06 Thread Chris Sutcliffe
Sent this direct to Bram by accident instead of to the dev list... Hey All, > Patch 7.1a.001 I managed to compile 7.1a from cvs yesterday. I went and did a cvs up to grab this patch and I am now getting this error: gui_w32.c:236: error: redefinition of `struct tagNMTTDISPINFOA' gui_w32.c:246