On Tue, Nov 25, 2003 at 12:41:08AM -0200, Fr?d?ric L. W. Meunier wrote: >On Mon, 24 Nov 2003, Christopher Faylor wrote: >>On Tue, Nov 25, 2003 at 12:00:58AM -0200, Fr?d?ric L. W. Meunier wrote: >>>Harold, the following is what I did to get new Links and Links >>>2 to compile and work properly on Cygwin. >>> >>>os_dep.h: >>> >>>-#elif defined(_WIN32) || defined (__CYGWIN__) >>>+#elif defined(_WIN32) >> >>Why do you need to do this? It is unusual that Cygwin and WIN32 should >>share similar definitions. > >If you mean that #elif defined(_WIN32) || defined (__CYGWIN__) is >unusual, then yes, it's the change which broke it. Reverting it was >suggested by the ELinks author when I faced it more than a year ago. >And you can see more reports on the mailing-list archives, like reports >that it only works under cmd.exe.
Duh. Sorry. Fifteen years of reading diffs and I read the above backwards. >BTW, you wrote > >"Seems to work ok for me. Don't know about the accented >characters problem, though." > >Does that mean you got it to work with rxvt and XTerm ? Without >the change it doesn't here, and doesn't seem with Harold. I didn't try it with rxvt, just under bash. I'm away from the windows system where I tried this before so I can't confirm or deny but it makes sense, given the above, that your fix would solve this problem. cgf
