[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Re: CVS Broken for Win32
From: |
Werner LEMBERG |
Subject: |
[Groff] Re: CVS Broken for Win32 |
Date: |
Mon, 25 Apr 2005 16:19:36 +0200 (CEST) |
> The problem appears to be due to the use of `realpath()' in
> `relocate.cpp'; the native Win32 equivalent for this function is
> `_fullpath()', and the semantics are different. It could probably
> be fixed with an appropriate `#define' in `nonposix.h', or, if this
> module is specific to Win32 in any case, simply by modifying
> `relocate.cpp' itself; which approach do you prefer?
Please fix it in relocate.cpp (this is file is only used under
Windows).
> I don't have time to investigate further today, but may get an
> opportunity to develop a patch later in the week.
Thanks in advance for investigating!
Werner