> "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
"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
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
|
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
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