kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #15428
Re: Anyone having build issues since r5215?
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@xxxxxxxxxxx>
-
Date:
Sat, 25 Oct 2014 11:03:05 -0400
-
In-reply-to:
<CAJXA3hSc=LdQEuugrrU5ecCqDu=GsUpcmRGWC+_Mt01gmEi2ug@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
It appears that boost has not been made a dependency of the new tool
framework. If you are compiling without -DKICAD_SKIP_BOOST=ON, it
appears that the internal build of boost was not completed before common
library started to build. I thought this dependency was already defined
for this but I will check to see if that is the case. It's odd because
there have been no changes to the build configuration that should cause
this problem.
On 10/24/2014 10:19 PM, Adam Wolf wrote:
> I'm getting issues like:
>
> [ 36%] Building CXX object common/CMakeFiles/common.dir/dlist.cpp.o
> In file included from /home/jenkins/remote_root/workspace/KiCadLinuxBuild/kicad/include/view/view_item.h:36:0,
> from /home/jenkins/remote_root/workspace/KiCadLinuxBuild/kicad/include/base_struct.h:40,
> from /home/jenkins/remote_root/workspace/KiCadLinuxBuild/kicad/common/dlist.cpp:28:
> /home/jenkins/remote_root/workspace/KiCadLinuxBuild/kicad/include/view/view.h:30:45: fatal error: boost/unordered/unordered_map.hpp: No such file or directory
> #include <boost/unordered/unordered_map.hpp>
> ^
> compilation terminated.
>
>
>
> It is entirely possible it is my setup, but if someone could give me a
> little sanity check that'd be appreciated!
>
> Thanks folks!
>
> Adam Wolf
> Cofounder and Engineer
> W&L, LLC
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References