[GnuWin32-Users] [gnuwin32 - Help] Bison and %destructor directive

2005-02-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3002748 By: nobody I'm trying to implement some error recovery in Bison. My lexer allocates memory with new and passes it back to Bison via a semantic value. During error recovery, Bison discards tokens unti

[GnuWin32-Users] dd: How to access devices like a: (was: texinfo-4.6 says: Terminal ... is not smart ...)

2005-02-17 Thread Tor Lillqvist
Mathias Michaelis writes: > > dd if='\\.\A:' of=/tmp/adrive bs=1k > > works and reads 1440 kilobytes. > But not for me with gnuwin32 dd (fileutils) 4.1.1 within a cmd shell > of WinXP SP2 professional. Ah, but I used Cygwin's dd... Maybe the gnuwin32 dd has some extra pathname-mangling magic

[GnuWin32-Users] dd: How to access devices like a: (was: texinfo-4.6 says: Terminal ... is not smart ...)

2005-02-17 Thread Mathias Michaelis
Tor Lillqvist writes: > dd if='\\.\A:' of=/tmp/adrive bs=1k > works and reads 1440 kilobytes. > But not for me with gnuwin32 dd (fileutils) 4.1.1 within a cmd shell of WinXP SP2 professional. I get the mysterious message dd: opening `\'.\\A:\'': No such file or directory If I try with double

Re: [GnuWin32-Users] Re: texinfo-4.6 says: Terminal type 'dumb' is not smart enough to run Info

2005-02-17 Thread Tor Lillqvist
Oops, hit the accent key instead of singlequote, what I meant was of course: >dd if='\\.\A:' of=/tmp/adrive bs=1k and >dd if='\\.\PHYSICALDRIVE0' of=/tmp/drive0 bs=1k count=100 --tml --- SF email is sponsored by - The IT

Re: [GnuWin32-Users] Re: texinfo-4.6 says: Terminal type 'dumb' is not smart enough to run Info

2005-02-17 Thread Tor Lillqvist
Kees Zeelenberg writes: > The problem is not with paths that contains backslashes; e.g. > dd if=a:\test of=disk_image.bin bs=1k count=1440, where test an ordinary > file, works perfectly. The real problem is that a: is a directory, which > cannot be opened and copied in the way this can be do

Re: [GnuWin32-Users] Re: texinfo-4.6 says: Terminal type 'dumb' is not smart enough to run Info

2005-02-17 Thread Kees Zeelenberg
not mean that windows path expression as a:\ etc. are understood. E.g. I cannot create a disk image with dd if=a: of=disk_image.bin bs=1k count=1440 The problem is not with paths that contains backslashes; e.g. dd if=a:\test of=disk_image.bin bs=1k count=1440, where test an ordinary file, works pe

[GnuWin32-Users] Re: [Groff] groff CVS now needs texinfo 4.8

2005-02-17 Thread Werner LEMBERG
> As an aside, will info 4.8 be required to to read the info files > generated by makeinfo 4.8? No. Werner --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Disco

[GnuWin32-Users] Re: texinfo-4.6 says: Terminal type 'dumb' is not smart enough to run Info

2005-02-17 Thread Keith MARSHALL
Hi Mathias, > E.g. I cannot create a disk image with > > dd if=a: of=disk_image.bin bs=1k count=1440 > > So you're right! Why not use cygwin's BASH or the MSYS shell? And of course, the MSYS shell is also `bash', but typically called `sh.exe', so it runs in POSIX compatibility mode. I use both

[GnuWin32-Users] Re: texinfo-4.6 says: Terminal type 'dumb' is not smart enough to run Info

2005-02-17 Thread Mathias Michaelis
Hallo Keith > If you are going to do that, why not just go the whole hog, and > do a full Cygwin install -- at least of all the packages you want > to use? > Well, originally I looked for some clever tools that run on dos/windows in order to do some little enhanced tasks within ordinarily .BAT fil

[GnuWin32-Users] Re: texinfo-4.6 says: Terminal type 'dumb' is not smart enough to run Info

2005-02-17 Thread Keith MARSHALL
Hi Mathias, >>> info: Terminal type 'dumb' is not smart enough to run Info. >>> >> This is the precise message I was referring to, in my earlier post, >> when I said I could not run info 4.6 from cmd.exe. >> >> I normally use the MSYS shell, ... >> >> GnuWin32 does provide a termcap implementat