Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-03-01 Thread Marco Serantoni
I was suspecting that. Another hint for distro to finish better the work could be nice to put all directories that in linux is under /usr/share/kicad/internat/ into kicad.app/Contents/Resources/ Having something like: kicad.app/Contents/Resources/nation/kicad.mo

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-03-01 Thread LordBlick
In response to a message written on 02.03.2015, 01:11, from Marco Serantoni: I was suspecting that. Another hint for distro to finish better the work could be nice to put all directories that in linux is under /usr/share/kicad/internat/ into kicad.app/Contents/Resources/ Maybe I'm

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-03-01 Thread Wayne Stambaugh
Marco, Thanks for the information. It's looking more and more like it's no longer used by anyone. I still may leave it in for the upcoming stable release but it probably wont be around long after that. Thanks, Wayne On 2/28/2015 6:18 PM, Marco Serantoni wrote: Wayne, At the time we were in

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-28 Thread Marco Serantoni
Wayne, At the time we were in a timeframe where was ppc finishing his fading out, i386 in mid term, x86_64 was not already fully adopted. KiFace work begin was forcing a migration from the old default behavior of static linking to dynamic. Now: i386 fading/faded out completely.

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-28 Thread Garth Corral
The libX dylibs are not needed. The library dependencies can and should be built without X. If the kicad binaries are not 2-way fat then there’s no reason the bundled libs should be either. Garth On Feb 28, 2015, at 3:18 PM, Marco Serantoni marco.serant...@gmail.com wrote: Wayne, At

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-27 Thread Wayne Stambaugh
So it looks like we are back to 0 folks using USE_OSX_DEPS_BUILDER. I'll wait a few more days and see if anyone else is using it before I decide to remove it. Thanks for the update. Cheers, Wayne On 02/26/2015 05:52 PM, Garth Corral wrote: Okay, I munged things in my builds to point to

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-26 Thread Garth Corral
Okay, I munged things in my builds to point to uninstalled dependencies without USE_OSX_DEPS_BUILDER. I still need to script up these builds but that's outside the scope of this. You may now count me in the I don't use it camp. Garth On Feb 25, 2015, at 2:17 PM, Garth Corral

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Adam Wolf
The nightlies do not. Adam Wolf On Wed, Feb 25, 2015 at 11:29 AM, Wayne Stambaugh stambau...@gmail.com wrote: Is anyone still using the old USE_OSX_DEPS_BUILDER? If not, I think it's time to remove it from CMakeLists.txt. Cheers, Wayne ___

[Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Wayne Stambaugh
Is anyone still using the old USE_OSX_DEPS_BUILDER? If not, I think it's time to remove it from CMakeLists.txt. Cheers, Wayne ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Garth Corral
I do use it but I'm not opposed to removing it if that's what you want. It does still seem to work and is convenient if you don't want to use installed dependencies. I can just as easily move that to a script, though. Garth On Feb 25, 2015, at 10:30 AM, Bernhard Stegmaier

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Bernhard Stegmaier
No, I didn’t use it since the app bundle updates. I even don’t know if it still works with all the changes since. Regards, Bernhard On 25 Feb 2015, at 18:47, Adam Wolf adamw...@feelslikeburning.com wrote: The nightlies do not. Adam Wolf On Wed, Feb 25, 2015 at 11:29 AM, Wayne

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Wayne Stambaugh
I'm surprised it still works with all of the changes made for the OSX bundle support. I'll leave it as is for the upcoming stable release. Please take note that one of the first things I'm going to do after the stable release is remove all of the download_foo code from the kicad build system.

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Garth Corral
Yup, no problem. I'll start migrating away from it. Thanks, Wayne. On Feb 25, 2015, at 1:52 PM, Wayne Stambaugh stambau...@gmail.com wrote: I'm surprised it still works with all of the changes made for the OSX bundle support. I'll leave it as is for the upcoming stable release. Please

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread LordBlick
In response to a message written on 25.02.2015, 22:52, from Wayne Stambaugh: Please take note that one of the first things I'm going to do after the stable release is remove all of the download_foo code from the kicad build system. Holy words, I always just delete many of these files before

Re: [Kicad-developers] USE_OSX_DEPS_BUILDER

2015-02-25 Thread Bob Gustafson
No, don't use USE_OSX_DEPS_BUILDER (not consciously..) Sometimes I use the brew Tap done by Collin (with a few mods to turn ON deps and replace his patch with the yosemite patch in the repository) Mostly use a separate directory, bzr branch lp:kicad kicad-bzr Then do configure, make, make