Re: os_win32.cpp compilaton problem

2009-05-01 Thread Andre Poenitz
On Sat, May 02, 2009 at 01:28:05AM +0200, Enrico Forestieri wrote: > On Sat, May 02, 2009 at 12:03:45AM +0200, Andre Poenitz wrote: > > > On Fri, May 01, 2009 at 08:48:07PM +0200, Vincent van Ravesteijn wrote: > > > Uwe Stöhr schreef: > > >> Hi Enrico, > > >> > > >> I can no longer compile LyX: >

Re: os_win32.cpp compilaton problem

2009-05-01 Thread Enrico Forestieri
On Sat, May 02, 2009 at 12:03:45AM +0200, Andre Poenitz wrote: > On Fri, May 01, 2009 at 08:48:07PM +0200, Vincent van Ravesteijn wrote: > > Uwe Stöhr schreef: > >> Hi Enrico, > >> > >> I can no longer compile LyX: > >> D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(482) : error C3861: > >> 'snpri

Re: os_win32.cpp compilaton problem

2009-05-01 Thread Andre Poenitz
On Fri, May 01, 2009 at 08:48:07PM +0200, Vincent van Ravesteijn wrote: > Uwe Stöhr schreef: >> Hi Enrico, >> >> I can no longer compile LyX: >> D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(482) : error C3861: >> 'snprintf': identifier not found >> D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(502

Re: os_win32.cpp compilaton problem

2009-05-01 Thread Enrico Forestieri
On Fri, May 01, 2009 at 09:07:07PM +0200, Uwe Stöhr wrote: > Vincent van Ravesteijn schrieb: > > > Uwe, you can compile again after changing snprintf into _snprintf. > > Many thanks. For now I committed this fix. Sorry, but snprintf was working with MinGW. Windows is a pain... -- Enrico

Re: os_win32.cpp compilaton problem

2009-05-01 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: Uwe, you can compile again after changing snprintf into _snprintf. Many thanks. For now I committed this fix. regards Uwe

Re: os_win32.cpp compilaton problem

2009-05-01 Thread Vincent van Ravesteijn
Vincent van Ravesteijn schreef: Uwe Stöhr schreef: Hi Enrico, I can no longer compile LyX: D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(482) : error C3861: 'snprintf': identifier not found D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(502) : error C3861: 'snprintf': identifier not found Is t

Re: os_win32.cpp compilaton problem

2009-05-01 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: Hi Enrico, I can no longer compile LyX: D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(482) : error C3861: 'snprintf': identifier not found D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(502) : error C3861: 'snprintf': identifier not found Is this a typo or did you miss to inc

os_win32.cpp compilaton problem

2009-05-01 Thread Uwe Stöhr
Hi Enrico, I can no longer compile LyX: D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(482) : error C3861: 'snprintf': identifier not found D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(502) : error C3861: 'snprintf': identifier not found Is this a typo or did you miss to included a .h file? reg