R: cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears [SOLVED]

2012-02-20 Thread walter
: lunedì 20 febbraio 2012 08:52 A: libreoffice@lists.freedesktop.org Oggetto: cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears >On Fri, 2012-02-17 at 22:10 +0100, walter wrote: >> Compiling: np_sdk/mozsrc/npwin.cpp >> >> C:/LO35/np_sdk/mozsrc/npwin.c

Re: cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears

2012-02-20 Thread Petr Mladek
Michael Meeks píše v Po 20. 02. 2012 v 09:56 +: > On Mon, 2012-02-20 at 08:52 +0100, walter wrote: > > have removed my local directory and I have re-cloned the project. > > Wow - that's expensive. I'd really not do that - if you want to clean > your tree: 'make clean' and git reset --har

Re: cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears

2012-02-20 Thread Michael Meeks
On Mon, 2012-02-20 at 08:52 +0100, walter wrote: > have removed my local directory and I have re-cloned the project. Wow - that's expensive. I'd really not do that - if you want to clean your tree: 'make clean' and git reset --hard can do that for you. > The error remains the same.

cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears

2012-02-19 Thread walter
>On Fri, 2012-02-17 at 22:10 +0100, walter wrote: >> Compiling: np_sdk/mozsrc/npwin.cpp >> >> C:/LO35/np_sdk/mozsrc/npwin.cpp(171) : error C2440: 'return' : cannot >> convert from 'const char *' to 'char *' > I just pushed an explicit cast to master that (I hope) 'fixes' this, at