Re: [Groff] Re: grops and grohtml problems on vista (walter harms)

2009-06-27 Thread walter harms
Ralph Corderoy schrieb: > Hi Boudewijn, > >> I just tried StraceNT, here is part of the output generated when grops >> encounters 'x init' >> >> [T5140] CreateFileA(34f818, c000, 3, 22fcd0, ...) = 104 > > Based on WINE, CreateFileA is almost the same as CreateFileW which is > > HANDLE

Re: [Groff] Re: grops and grohtml problems on vista (walter harms)

2009-06-23 Thread Boudewijn
2009/6/23 Ralph Corderoy > What happens for the `init x' on the case > where there's no problems; the dvi one? > >From the StraceNT output it seems grodvi does not create temporary files... I started using the cygwin version of Groff which works fine on Vista. It just seems a bit slower. Reg

Re: [Groff] Re: grops and grohtml problems on vista (walter harms)

2009-06-23 Thread Ralph Corderoy
Hi Boudewijn, > I just tried StraceNT, here is part of the output generated when grops > encounters 'x init' > > [T5140] CreateFileA(34f818, c000, 3, 22fcd0, ...) = 104 Based on WINE, CreateFileA is almost the same as CreateFileW which is HANDLE WINAPI CreateFileW(LPCWSTR filename, DWO

Re: [Groff] Re: grops and grohtml problems on vista (walter harms)

2009-06-22 Thread Boudewijn
2009/6/22 Ralph Corderoy > > Hi, > > If this was Linux, we'd just strace(1) the pipeline and see what the > kernel was being asked to do for starters. I don't know if something > like > http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm > would be any use on Vista. It may sh

Re: [Groff] Re: grops and grohtml problems on vista (walter harms)

2009-06-22 Thread brian m. carlson
On Mon, Jun 22, 2009 at 10:43:13AM +0300, Efraim Yawitz wrote: > > src\libs\libgroff\tmpfile.cpp:179: > > > > FILE *fp = fdopen(fd, FOPEN_RWB); // many callers of xtmpfile use binary > > I/O > > > > and this already says what the mode is, i.e. "w+", which should be > perfectly legal. Actually, o

Re: [Groff] Re: grops and grohtml problems on vista (walter harms)

2009-06-22 Thread Ralph Corderoy
Hi, If this was Linux, we'd just strace(1) the pipeline and see what the kernel was being asked to do for starters. I don't know if something like http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm would be any use on Vista. It may show precisely where the temporary file is