When I do a build I get 3 copies of all the stand-alone apps:

build/
   bin/
      eeschema.app
   debug/
      eeschema/
         eeschema.app
      kicad/
         kicad.app/
            Contents/
               eeschema.app

The build/bin/ version is a link to the build/debug/kicad/kicad.app/Contents/ 
version.  This one has a Contents/Frameworks/ inside it (with all the dylibs in 
it).  So far so good.

However, the debug/eeschema/eeschema.app is not a link, and does not have a 
Contents/Frameworks/ directory inside, and so generates a bunch of errors.

Ring any bells?
_______________________________________________
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

Reply via email to