Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Re: include missing

From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-01-12 10:02:29


On Jan 12, 2007, at 8:35 AM, Karl Meerbergen wrote:
> I checked out the latest svn version of conceptgcc. Is it possible
> that the include file <for> is missing?

It's there, but the Makefiles aren't finding it. I've put a tweak
into Subversion that should help. You'll need to run

        make clean-target-libstdc++-v3

from your top-level build directory. Then you can "make", "make
install" again and it should work.

In the worst case, reconfiguring and rebuilding ConceptGCC from
scratch will pick up this header.

        Cheers,
        Doug