WaxDragon wrote:
Hartmut, what version of ros are you building on, and
what version are
you building? I'm trying to build with 17198, and I am building a
exported working copy from a few weeks ago. It always hangs detecting
pipe support. Included is a screenshot of what happens and here is a
piece of the log:
Hi,
I'm using r17154 and I'm trying to build an old version from 28.12.2004.
It's one of the last revisions from old cvs. It has failed while
compiling something. The error messages was from gas, something like
'cannot read from standard input'. There was an other bug, which is
fixed by r17193. All programs which are using msvcrt and which didn't
close file handles explicitly, may have lost data because msvcrt wasn't
called with DLL_PROCESS_DETACH. The internal file caching from msvcrt
wasn't flush to disk. Depend.exe from the old build system was a
candidate which didn't close its file handles.
- Hartmut