← Back to team overview

kicad-developers team mailing list archive

Re: problem when compiling kicad with -DMAINTAIN_PNGS=ON

 

Sounds like the dependency tree is broken. And, all this talk of patches is
confusing, is bzr really that primitive?

On Fri, Sep 16, 2011 at 10:32 PM, fabrizio <zonkyu@xxxxxxxxx> wrote:

> I do simply run make, I do not really understand how this is not a
> problem but if you think so, it is all right with me.
>
> Just notice however that you will get about 420 files to patch
> eveytime i change one svg file. As long as you are fine with it, I am
> ok.
>
> cheers
> Fabrizio
>
>
> On Fri, Sep 16, 2011 at 7:36 PM, Dick Hollenbeck <dick@xxxxxxxxxxx> wrote:
> > On 09/16/2011 03:16 AM, fabrizio wrote:
> >> On Fri, Sep 16, 2011 at 1:39 AM, Dick Hollenbeck <dick@xxxxxxxxxxx>
> wrote:
> >>> On 09/14/2011 03:42 PM, fabrizio wrote:
> >>>> Hello,
> >>>> following there steps:
> >>>>
> >>>> bzr branch lp:kicad kicad
> >>>> bzr branch kicad kicad_exp
> >>>> cd kicad_exp
> >>>> mkdir build
> >>>> cd build
> >>>> cmake ../ -DKICAD_TESTING_VERSION=ON -DCMAKE_BUILD_TYPE=Debug
> -DMAINTAIN_PNGS=ON
> >>>> make -j 4
> >>>>
> >>>> it cause the whole PNG set (and relative .cpp) to get rebuilt. I guess
> >>>> this should not happen but instead rebuilding should happen only when
> >>>> new .svg files are made.
> >>>
> >>> First, you should only run cmake about twice per year.  Otherwise run
> only make.
> >>>
> >>> If MAINTAIN_PNGS is set true, you are telling CMake that you intend for
> *.cpp's
> >>> to depend on *.png's and *.png's to depend on *.svg's.  Nothing is
> broken and
> >>> this is the only way it can work.
> >>>
> >>> You need to have the PNGs in such a situation.  Nothing to fix, nothing
> is broken.
> >>>
> >>> But thereafter, simply run make, not cmake.
> >> Dick, I do not understand what this means.
> >
> > Read what Hauptmech said in his clarification.
> >
> >
> >
> >
>
> _______________________________________________
> 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
>

References