Re: [PATCH] Native Win32 new and improved

2002-08-22 Thread Jean-Marc Lasgouttes
> "Ruurd" == Ruurd Reitsma <[EMAIL PROTECTED]> writes: Ruurd> The first patch is a small fix for cygwin. The second one is a Ruurd> fix for compiling without wide character support, the function Ruurd> in question is just moved within the proper BOOST_NO_WREGEX Ruurd> defines. I'll send the p

Re: [PATCH] Native Win32 new and improved

2002-08-22 Thread Ruurd Reitsma
"John Levon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Sat, Aug 17, 2002 at 10:40:00PM +0200, Ruurd Reitsma wrote: > > > A cleaner version of my win32 patch: > > > > http://www.xs4all.nl/~ps28/ruurd/lyx_win32.diff.bz2 > > Why all the s/struct/class/ cha

Re: [PATCH] Native Win32 new and improved

2002-08-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, Aug 17, 2002 at 10:40:00PM +0200, Ruurd Reitsma wrote: | | > A cleaner version of my win32 patch: | > | > http://www.xs4all.nl/~ps28/ruurd/lyx_win32.diff.bz2 | | Why all the s/struct/class/ changes ? | | +#elif defined(HAVE_MKTEMP) || _WIN32 |

Re: [PATCH] Native Win32 new and improved

2002-08-21 Thread John Levon
On Sat, Aug 17, 2002 at 10:40:00PM +0200, Ruurd Reitsma wrote: > A cleaner version of my win32 patch: > > http://www.xs4all.nl/~ps28/ruurd/lyx_win32.diff.bz2 Why all the s/struct/class/ changes ? +#elif defined(HAVE_MKTEMP) || _WIN32 is that right ? The boost changes obviously need discussio

[PATCH] Native Win32 new and improved

2002-08-17 Thread Ruurd Reitsma
A cleaner version of my win32 patch: http://www.xs4all.nl/~ps28/ruurd/lyx_win32.diff.bz2 http://www.xs4all.nl/~ps28/ruurd/extra_win32_files.tar.bz2 All #ifdef _WIN32 stuff is now moved to support. A big improvement is a wrapper for VC, taken from the Coin3D project. This allows autoconf & frien