Re: [PATCH] Small additions for the win32 port

2000-10-17 Thread Lars Gullik Bjønnes
"Ruurd A Reitsma" [EMAIL PROTECTED] writes: | Something like this ??? (if you're still into new stuff instead of | bugfixes) We will wait with thus until after 1.1.6. And not quite as I would like to see it. I'd like _all_ support for cygwin or OS/2 to be in separate files. Configure magic

Re: [PATCH] Small additions for the win32 port

2000-10-17 Thread Lars Gullik Bjønnes
"Ruurd A Reitsma" <[EMAIL PROTECTED]> writes: | Something like this ??? (if you're still into new stuff instead of | >bugfixes) We will wait with thus until after 1.1.6. And not quite as I would like to see it. I'd like _all_ support for cygwin or OS/2 to be in separate files. Configure magic

Re: [PATCH] Small additions for the win32 port

2000-10-15 Thread Ruurd A Reitsma
All this should be moved to some support file, that only gets included/built when we are compiling on a __CYGWIN__ environment. I guess we could add a src/os/ directory similar to src/frontends to take care of things like this. from int main(...) we can then just call something like:

Re: [PATCH] Small additions for the win32 port

2000-10-15 Thread Ruurd A Reitsma
>All this should be moved to some support file, that only gets >included/built when we are compiling on a __CYGWIN__ environment. > >I guess we could add a src/os/ directory similar to src/frontends to >take care of things like this. > >from int main(...) we can then just call something like: >

[PATCH] Small additions for the win32 port

2000-10-11 Thread Ruurd A Reitsma
At this momemt, lyx compiles almost out of the box on win32 using the cygwin environement, except for one little detail: --- lyxserver.C Wed Oct 11 20:47:48 2000 +++ lyx-devel/src/lyxserver.C Wed Oct 11 13:51:18 2000 @@ -72,7 +72,7 @@ // provide an empty mkfifo() if we do not have one. This

Re: [PATCH] Small additions for the win32 port

2000-10-11 Thread Lars Gullik Bjønnes
"Ruurd A Reitsma" [EMAIL PROTECTED] writes: | At this momemt, lyx compiles almost out of the box on win32 using the cygwin | environement, except for one little detail: | | --- lyxserver.C Wed Oct 11 20:47:48 2000 | +++ lyx-devel/src/lyxserver.C Wed Oct 11 13:51:18 2000 | @@ -72,7 +72,7

[PATCH] Small additions for the win32 port

2000-10-11 Thread Ruurd A Reitsma
At this momemt, lyx compiles almost out of the box on win32 using the cygwin environement, except for one little detail: --- lyxserver.C Wed Oct 11 20:47:48 2000 +++ lyx-devel/src/lyxserver.C Wed Oct 11 13:51:18 2000 @@ -72,7 +72,7 @@ // provide an empty mkfifo() if we do not have one. This

Re: [PATCH] Small additions for the win32 port

2000-10-11 Thread Lars Gullik Bjønnes
"Ruurd A Reitsma" <[EMAIL PROTECTED]> writes: | At this momemt, lyx compiles almost out of the box on win32 using the cygwin | environement, except for one little detail: | | --- lyxserver.C Wed Oct 11 20:47:48 2000 | +++ lyx-devel/src/lyxserver.C Wed Oct 11 13:51:18 2000 | @@ -72,7 +72,7