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 <d...@softplc.com> wrote: > On 09/16/2011 03:16 AM, fabrizio wrote: >> On Fri, Sep 16, 2011 at 1:39 AM, Dick Hollenbeck <d...@softplc.com> 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@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp