[ConceptGCC] |
ConceptGCC :Re: include missing |
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-01-16 13:11:11
On Jan 16, 2007, at 4:05 AM, Toon Knapen wrote:
> Building from scratch did not help. Doing make
> clean-target-libstdc++-v3, make, make install does not help either.
>
> Additionally, I can not find any file 'for' in the conceptgcc sources
> (but I guess it is generated somewhere,right?).
James Dennett found the problem, which has now been fixed in the
Subversion repository.
(For reference, the <for> header is named "std_for.h" in the source
tree. I failed to synchronize the Makefile.in's which would have
renaming "std_for.h" to "for" when installing the Standard Library).
Doug