Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-27 Thread Marco Serantoni
Bernhard, Do you tried to follow the instruction in the repository ? -- Marco On Sun, May 25, 2014 at 6:10 PM, Bernhard Stegmaier wrote: > Hi all, > > played around with making the app bundle portable today, but unfortunately > I ended up just where I gave up some months ago and switched to s

Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-25 Thread Bernhard Stegmaier
Hi all, played around with making the app bundle portable today, but unfortunately I ended up just where I gave up some months ago and switched to static linkage… :( Back then I tried dylibbundler, now I gave BundleUtilities shipped with cmake a chance. Problem is as follows: This is what wxWid

Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-24 Thread Adam Wolf
Bernard, If you *don't* succeed, would you mind posting back here anyway? Thanks! Adam Wolf W&L, LLC On Sat, May 24, 2014 at 9:44 AM, Bernhard Stegmaier wrote: > Hi Dick (and others), > > thanks for the hint, I will try not to use static linking. > I did that because in the past dynamic link

Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-24 Thread Bernhard Stegmaier
Hi Dick (and others), thanks for the hint, I will try not to use static linking. I did that because in the past dynamic linking didn’t produce portable applications. That is, they contained a reference to the wxWidgets libs at the place when being built and haven’t been copied to the app bundle…

Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-24 Thread Jean-Paul Louis
Hi Andy, What kind of script do you use to build for OS X 10.9.3? Mine (see email to Bernhard) sort of work. I tried his method of creating the ENV variables, and it worked for KISYSMOD, but not for KIGITHUB. Maybe because KISYSMOD is a path variable while KIGITHUB is an URL. I am not sure , s

Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-23 Thread Dick Hollenbeck
On 05/23/2014 12:31 PM, Jean-Paul Louis wrote: > Hi Bernhard, > > I am attaching my script to this email. > Some of the stuff in the script might not be needed anymore, but I will clean > it up when I have time. > > After the “make” is finished, I skip the “make install” as it is not yet > capa

Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-23 Thread Jean-Paul Louis
Hi Bernhard, I am attaching my script to this email. Some of the stuff in the script might not be needed anymore, but I will clean it up when I have time. After the “make” is finished, I skip the “make install” as it is not yet capable to work. So I just copy the bundles (*.app) to "/Applicatio

Re: [Kicad-developers] [kicad-users] Recent builds on OSX working?

2014-05-23 Thread Jean-Paul Louis
Hi Bernhard, I use OS X 10.9.2 and I keep trying the most recents BZR. I came to the same conclusion about some failures due to duplicate work copying files into the OS X bundles. I use a bash script fairly raw to copy the files from the build to the /Applications/kicad directory. eeschema sor