kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03145
Re: Boost headers, again
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Richard A Burton <richardaburton@...>
-
Date:
Mon, 28 Sep 2009 17:03:46 +0100
-
In-reply-to:
<4AC0DAD6.9060405@...>
2009/9/28 Dick Hollenbeck <dick@...>
> I would hope I can make the <kicad>/include/boost directory have higher
> search priority than the system one.
>
> If that can be achieved, then the compiler will not need to look for the
> system installed headers, and won't.
That's actually the opposite of what I was hoping. If you have a
newer, or older, version on your system I'd rather that be used than
the included one. System headers are more likely to match the version
of the libraries you have installed on your system (which you will
want to run against).
Richard.
References