← Back to team overview

kicad-developers team mailing list archive

Re: Anyone having build issues since r5215?

 

I just checked and the common library depends on lib-dependencies which
depends on boost so boost should be built before the common library
build starts.  Maybe it's an issue with CMake.  Whenever I see some not
building correctly in an existing build, I generally do a make clean at
a minimum and blow away the entire build when that doesn't work.  It
seems as though the CMake caching causes some issues and that is why I
end up doing a full configure and build just to be sure.

On 10/25/2014 11:07 AM, Adam Wolf wrote:
> Don't spend too much time on it--I did a complete clean and things are
> looking fine.
> 
> Thanks Wayne!
> 
> Adam Wolf
> 
> 
> On Sat, Oct 25, 2014, 10:03 AM Wayne Stambaugh <stambaughw@xxxxxxxxxxx
> <mailto:stambaughw@xxxxxxxxxxx>> wrote:
> 
>     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
>     <https://launchpad.net/~kicad-developers>
>     > Post to     : kicad-developers@lists.__launchpad.net
>     <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
>     > Unsubscribe : https://launchpad.net/~kicad-__developers
>     <https://launchpad.net/~kicad-developers>
>     > More help   : https://help.launchpad.net/__ListHelp
>     <https://help.launchpad.net/ListHelp>
>     >
> 
> 
>     _________________________________________________
>     Mailing list: https://launchpad.net/~kicad-__developers
>     <https://launchpad.net/~kicad-developers>
>     Post to     : kicad-developers@lists.__launchpad.net
>     <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
>     Unsubscribe : https://launchpad.net/~kicad-__developers
>     <https://launchpad.net/~kicad-developers>
>     More help   : https://help.launchpad.net/__ListHelp
>     <https://help.launchpad.net/ListHelp>
> 



References