Hi again,
>
> Most of these were due to missing header includes.
> algorithm.cpp:102 may not have been, but probably was:
> stdio's extern int remove (__const char *__filename)
> is being chosen instead of algorithm's
> remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value)
> despite the use of three arguments.
...Thanks a lot for fixing (and explaining) this!
Now gcc 4.3.x also builds the complete package without a single failure.
best,
Andreas
Received on Wed Jul 02 2008 - 06:07:36 PDT