Re: [Kicad-developers] KiCad build.

2014-08-21 Thread Michael Narigon
OK, thanks for your comment. Michael On Aug 20, 2014, at 9:19 PM, Dick Hollenbeck wrote: > On 08/20/2014 05:07 PM, Michael Narigon wrote: >> Gents, >> It probably landed in your spam filter (half the e-mails from the developers >> list do to me) but I sent a message that

Re: [Kicad-developers] KiCad build.

2014-08-20 Thread Michael Narigon
Gents, It probably landed in your spam filter (half the e-mails from the developers list do to me) but I sent a message that I am pretty far along on what you are discussing. See the tar file at https://code.launchpad.net/~mnarigon. I used the good work you guys had and cleaned it up. I used the

Re: [Kicad-developers] KiCad build.

2014-08-17 Thread Michael Narigon
7:48 AM, Wayne Stambaugh wrote: > On 8/16/2014 8:41 PM, Michael Narigon wrote: >> It appears that I can push the files to launchpad. I will make sure the >> Linux version builds and load it up so you can look at it to see if it is >> useful. Michael > > Thanks. I&#x

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Michael Narigon
It appears that I can push the files to launchpad. I will make sure the Linux version builds and load it up so you can look at it to see if it is useful. Michael On Aug 16, 2014, at 5:15 PM, Wayne Stambaugh wrote: > On 8/16/2014 6:28 PM, Michael Narigon wrote: >> All, >> I am

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Michael Narigon
All, I am actually pretty far along with this separation of build. Is there a recommended location I could post some files so you could see how I approached it? I basically expanded the kicad-install.sh script with additional steps. One of the main things I do is I work with completely clean set

Re: [Kicad-developers] strange behaviour with the ./kicad-install.sh --install-or-update

2014-08-06 Thread Michael Narigon
Edwin, Check line 41 in your kicad-install.sh file. It should be "REVISION=$STABLE” and STABLE should equal 5054 on line 37. Previous versions of the kicad-install.sh script set STABLE equal to 4756. However, the kicad-install.sh file in revision 4756 had REVISION equal to TESTING or last:1. So,

Re: [Kicad-developers] Patches to correct some warnings

2014-07-30 Thread Michael Narigon
On Jul 30, 2014, at 2:19 PM, Dick Hollenbeck wrote: > On 07/30/2014 02:51 PM, Michael Narigon wrote: >> All, Here are four patches to correct some warnings I am seeing while >> compiling with >> the OS X compiler in C++11 mode. I think they have general applicability for

[Kicad-developers] Patches to correct some warnings

2014-07-30 Thread Michael Narigon
All, Here are four patches to correct some warnings I am seeing while compiling with the OS X compiler in C++11 mode. I think they have general applicability for all targets. I checked that the patches will apply against 5037 and that the 5037 programs run (on Ubuntu Linux 14.04). The first pat

Re: [Kicad-developers] bugs on mac install of kicad / libraries

2014-07-21 Thread Michael Narigon
All, Here is a patch that implements the recommended change to the libraries-repos-install.sh script. I checked it on OS X 10.9.4 and Ubuntu 14.04 LTS. Michael library-repos-install.sh.patch Description: Binary data On Jul 20, 2014, at 10:13 PM, Jake wrote: > i downloaded a zip of a build

Re: [Kicad-developers] Error in common/tool/tool_manager.cpp with latest OS X C++ library

2014-07-17 Thread Michael Narigon
That compiles with no errors. Thanks, Michael On Jul 17, 2014, at 12:29 AM, Maciej Sumiński wrote: > <0001-Fix-MacOS-build.patch> ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe

[Kicad-developers] Error in common/tool/tool_manager.cpp with latest OS X C++ library

2014-07-16 Thread Michael Narigon
All, I am trying to compile KiCad with the latest compilers and libraries from Apple. I am getting an error in common/tool/tool_manager.cpp at line 180. [ 86%] Building CXX object common/CMakeFiles/common.dir/tool/tool_manager.cpp.o In file included from /Users/mnarigon/Projects/kicad-dev/kicad-