Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-29 Thread Babar Malik
Thank you Nick, But I am still figuring out the problem. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford On 29 January 2018 at 18:42, Nick Østergaard wrote: > In the future, remember to state your goal and expectation when asking > thes

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-29 Thread Nick Østergaard
In the future, remember to state your goal and expectation when asking these sort of questions. I will make it easier for people to help you. 2018-01-29 11:30 GMT+01:00 Babar Malik : > Dear Jean, > Thank you so much, you are right as i am able to install these packages. I > was facing this proble

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-29 Thread Babar Malik
Dear Jean, Thank you so much, you are right as i am able to install these packages. I was facing this problem from three days and you provided a quick solution. Thanks a lot for the help. :) Regards, Babar Malik. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of Un

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-29 Thread Jean-Samuel Reynaud
Hi Babar, As far as I know, on ubuntu 14.04, those packages version are not available. You can install manually backports from adam's ppa: https://launchpad.net/~adamwolf/+archive/ubuntu/kicad-trusty-backports or from KiCad's PPA: https://launchpad.net/~js-reynaud/+archive/ubuntu/ppa-kicad But t

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-29 Thread Nick Østergaard
Read the error message and try to figure out what is missing. I should be a good excercise for you. :) Den 29. jan. 2018 08.39 skrev "Babar Malik" : I turned off python then the kicad was built sucessfully. But when i used "make" command after building it, it shown following error message. "*[ 0

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
I turned off python then the kicad was built sucessfully. But when i used "make" command after building it, it shown following error message. "*[ 0%] creating 'boost scratch repo' specifically for boost to track boost patches* */bin/sh: 1: bzr: not found* *make[2]: *** [../../.downloads-by-cmake/b

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
HI, its sill the same error which can be seen below "*E: Unable to locate package python-wxgtk3.0-dev* *E: Couldn't find any package by regex 'python-wxgtk3.0-dev'"* *Regards,* *Babar Malik.* Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread jp charras
Le 29/01/2018 à 08:08, Babar Malik a écrit : > Thank you so much Carsten, > I have installed all the other packages but the only problem is with > "python-wxgtk3.0-dev" when i > try to install this the terminal shows me the following error message > "*E: Unable to locate package pythton-wxgtk3.0-d

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Marco Ciampa
On Mon, Jan 29, 2018 at 09:16:30AM +0500, Babar Malik wrote: > Hi dear, > Where can I add this script, on command line which is terminal in case of > Ubutnu? Or i need to add this script in any file? Try running: cmake-gui it should be easier to set. PS: probably this is not the right place to

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Marco Ciampa
On Fri, Jan 26, 2018 at 03:18:32PM +0100, Maciej Sumiński wrote: > Hi Babar, > > You need to install wxPython development files, package > python-wxgtk3.0-dev or similar. > I confirm: exactly that package on an Ubuntu 16.04... Regards, -- Marco Ciampa I know a joke about UDP, but you might

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
Thank you so much Carsten, I have installed all the other packages but the only problem is with "python-wxgtk3.0-dev" when i try to install this the terminal shows me the following error message "*E: Unable to locate package pythton-wxgtk3.0-dev* *E: Couldn't find any package by regex 'pythton-wxgt

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Carsten Schoenert
Hello Babar, Am 29.01.2018 um 05:12 schrieb Babar Malik: > I have tried a lot to install wxPython 3.0 but none of the solution is > working. Can you please suggest any solution? but you have not installed the package Maciej has suggested? If you ask for help please give us all information what yo

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
Hi dear, Where can I add this script, on command line which is terminal in case of Ubutnu? Or i need to add this script in any file? Regards, Babar Malik. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford On 26 January 2018 at 19:03, Jeff Y

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
I have tried a lot to install wxPython 3.0 but none of the solution is working. Can you please suggest any solution? Regards, Babar Malik. Best Regards, Muhammad Babar Malik Namal College Mianwali An Associate College of University of Bradford On 26 January 2018 at 19:18, Maciej Sumiński wrote

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-26 Thread Maciej Sumiński
Hi Babar, You need to install wxPython development files, package python-wxgtk3.0-dev or similar. Regards, Orson On 01/26/2018 02:45 PM, Babar Malik wrote: > Dear all, > I am trying to build Kicad on Ubuntu 14.04 but I am facing a problem with > "wxPython". I tried a lot to install this package

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-26 Thread Jeff Young
If you don’t need Python you can turn it off by adding: -DKICAD_SCRIPTING_WXPYTHON=OFF to your cmake command. Might be a short-term solution until someone who knows Ubuntu can help get you up and running. Cheers, Jeff > On 26 Jan 2018, at 13:45, Babar Malik wrote: > > Dear all, > I am tryin

[Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-26 Thread Babar Malik
Dear all, I am trying to build Kicad on Ubuntu 14.04 but I am facing a problem with "wxPython". I tried a lot to install this package but the problem is still here. The exact error shown on the terminal is *"CMake Error at CMakeLists.txt:708 (message):* * wxPython version 3.0 does not appear to be

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-19 Thread Bernhard Stegmaier
Hi, it is probably not about an unpatched boost. if you have multiple boost libraries on your system (which can be found by cmake) and you want to use the “internal” boost then partly the wrong ones seem to be linked/used… which causes immediate crashes. We discussed that around christmas alrea

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-19 Thread Adam Wolf
I believe your boost build issues will change shortly. After the stable release, the dependency building stuff is going to be completely changed. Adam Wolf On Mar 19, 2015 11:13 AM, "Bob Gustafson" wrote: > Yes, I downloaded it (5525) and it ran fine on my Mac - thanks much. I > checked all of

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-19 Thread Bob Gustafson
Yes, I downloaded it (5525) and it ran fine on my Mac - thanks much. I checked all of the crash sites - and no crashes on your build. I will have to search for unpatched Boost files deep in my computer before I do another build. Thanks again Adam Bob G On 03/18/2015 09:11 PM, Adam Wolf wrot

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-18 Thread Bob Gustafson
Super. No hurry, I will be away in NYC for about a week. Not sure about my time/connection for testing. Bob G On 03/18/2015 09:11 PM, Adam Wolf wrote: Hi folks, After clearing some files off that system, the build completed without issue. Bob, I'll see about making a build for you with tra

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-18 Thread Adam Wolf
Hi folks, After clearing some files off that system, the build completed without issue. Bob, I'll see about making a build for you with trackpad support. I have to test the new footprint GUI thing first. Adam Wolf On Wed, Mar 18, 2015 at 7:40 PM, Adam Wolf wrote: > I do not know about boost

Re: [Kicad-developers] KiCad build using your nightly build scripts.

2015-03-18 Thread Adam Wolf
I do not know about boost issues. I do not have them. They don't occur on my builds, right? The only build failures since March 3rd have been due to disk space on one of my build boxes, two days ago. I deleted some files, and restarted the job. We'll see if that fixes it. Adam Wolf Cofounder a

[Kicad-developers] KiCad build using your nightly build scripts.

2015-03-18 Thread Bob Gustafson
Hi Adam I was able to compile and execute kicad using your build files, but I have some questions Application: kicad Version: (2015-03-17 BZR 5524)-product Release build wxWidgets: Version 3.0.2 (debug,UTF-8,compiler with C++ ABI 1002,GCC 4.2.1,STL containers,compatible with 2.8)

Re: [Kicad-developers] KiCad build.

2014-08-22 Thread Dick Hollenbeck
On 08/21/2014 04:38 PM, Jon Neal wrote: > Looking from the outside that is very aggressive, harsh, and childish. I > thought you were > stepping away from the project Dick (At least that is what you said a few > weeks ago). Jon, Your uninformed opinion will have no effect on the SoftPLC policy

Re: [Kicad-developers] KiCad build.

2014-08-21 Thread Cirilo Bernardo
> > From: Jon Neal >To: KiCad Developers >Sent: Friday, August 22, 2014 7:38 AM >Subject: Re: [Kicad-developers] KiCad build. > > > >Looking from the outside that is very aggressive, harsh, and childish. I >thought you were stepp

Re: [Kicad-developers] KiCad build.

2014-08-21 Thread Jon Neal
Looking from the outside that is very aggressive, harsh, and childish. I thought you were stepping away from the project Dick (At least that is what you said a few weeks ago). Maybe it is best to let more than just yourself offer an opinion on this. Is there a reason ANY of the code in KiCad is co

Re: [Kicad-developers] KiCad build.

2014-08-21 Thread Dick Hollenbeck
On 08/21/2014 07:57 AM, Michael Narigon wrote: > OK, thanks for your comment. Michael Actually I'm not done: Neither the KiCad project, nor SoftPLC Corporation will tolerate the removal of copyright messages unless either a) authorized by the copyright holder or b) incorrectly placed in the fi

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 I am pretty far along

Re: [Kicad-developers] KiCad build.

2014-08-20 Thread Dick Hollenbeck
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 I am pretty far along on what you > are discussing. See the tar file at https://code.launchpad.net/~mnarigon. > > I us

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-20 Thread Dick Hollenbeck
On 08/20/2014 11:45 AM, Wayne Stambaugh wrote: > On 8/19/2014 5:17 PM, Dick Hollenbeck wrote: >> On 08/19/2014 03:37 PM, Wayne Stambaugh wrote: >>> On 8/19/2014 4:17 PM, Dick Hollenbeck wrote: On 08/18/2014 06:47 PM, Wayne Stambaugh wrote: > On 8/18/2014 6:45 PM, Brian Sidebotham wrote: >>

Re: [Kicad-developers] KiCad build.

2014-08-20 Thread Wayne Stambaugh
On 8/19/2014 5:17 PM, Dick Hollenbeck wrote: > On 08/19/2014 03:37 PM, Wayne Stambaugh wrote: >> On 8/19/2014 4:17 PM, Dick Hollenbeck wrote: >>> On 08/18/2014 06:47 PM, Wayne Stambaugh wrote: On 8/18/2014 6:45 PM, Brian Sidebotham wrote: > On 16 August 2014 17:44, Wayne Stambaugh wrote:

Re: [Kicad-developers] KiCad build.

2014-08-19 Thread Dick Hollenbeck
On 08/19/2014 03:37 PM, Wayne Stambaugh wrote: > On 8/19/2014 4:17 PM, Dick Hollenbeck wrote: >> On 08/18/2014 06:47 PM, Wayne Stambaugh wrote: >>> On 8/18/2014 6:45 PM, Brian Sidebotham wrote: On 16 August 2014 17:44, Wayne Stambaugh wrote: > One of the tasks that I have committed to wor

Re: [Kicad-developers] KiCad build.

2014-08-19 Thread Wayne Stambaugh
On 8/19/2014 4:17 PM, Dick Hollenbeck wrote: > On 08/18/2014 06:47 PM, Wayne Stambaugh wrote: >> On 8/18/2014 6:45 PM, Brian Sidebotham wrote: >>> On 16 August 2014 17:44, Wayne Stambaugh wrote: One of the tasks that I have committed to working on in the KiCad road map is to clean up the

Re: [Kicad-developers] KiCad build.

2014-08-19 Thread Dick Hollenbeck
On 08/18/2014 06:47 PM, Wayne Stambaugh wrote: > On 8/18/2014 6:45 PM, Brian Sidebotham wrote: >> On 16 August 2014 17:44, Wayne Stambaugh wrote: >>> One of the tasks that I have committed to working on in the KiCad road >>> map is to clean up the current mess we have created by allowing >>> depen

Re: [Kicad-developers] KiCad build.

2014-08-18 Thread Wayne Stambaugh
On 8/18/2014 6:45 PM, Brian Sidebotham wrote: > On 16 August 2014 17:44, Wayne Stambaugh wrote: >> One of the tasks that I have committed to working on in the KiCad road >> map is to clean up the current mess we have created by allowing >> dependency libraries to be built as part of the KiCad sour

Re: [Kicad-developers] KiCad build.

2014-08-18 Thread Brian Sidebotham
On 16 August 2014 17:44, Wayne Stambaugh wrote: > One of the tasks that I have committed to working on in the KiCad road > map is to clean up the current mess we have created by allowing > dependency libraries to be built as part of the KiCad source build. The > only exception I see for the time

Re: [Kicad-developers] KiCad build.

2014-08-17 Thread Michael Narigon
Wayne, other developers, Here is the repo: https://code.launchpad.net/~mnarigon/+junk/kicad-dev. You can get this branch to get the tar file. Untar the file to create the directory structure. At the top level there is the build.sh file that contains the build script. If you run this with no arg

Re: [Kicad-developers] KiCad build.

2014-08-17 Thread Wayne Stambaugh
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'll take a look at it once you push it to launchpad. Please post the re

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 actually pretty

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Wayne Stambaugh
On 8/16/2014 6:28 PM, Michael Narigon wrote: > 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 t

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Wayne Stambaugh
On 8/16/2014 6:22 PM, Cirilo Bernardo wrote: > - Original Message - > >> From: Wayne Stambaugh >> To: KiCad Developers >> Cc: >> Sent: Sunday, August 17, 2014 2:44 AM >> Subject: [Kicad-developers] KiCad build. >> >> One of the tasks

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Wayne Stambaugh
On 8/16/2014 3:27 PM, Dick Hollenbeck wrote: > On 08/16/2014 11:44 AM, Wayne Stambaugh wrote: >> One of the tasks that I have committed to working on in the KiCad road >> map is to clean up the current mess we have created by allowing >> dependency libraries to be built as part of the KiCad source

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] KiCad build.

2014-08-16 Thread Cirilo Bernardo
- Original Message - > From: Wayne Stambaugh > To: KiCad Developers > Cc: > Sent: Sunday, August 17, 2014 2:44 AM > Subject: [Kicad-developers] KiCad build. > > One of the tasks that I have committed to working on in the KiCad road > map is to clean up the curr

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Wayne Stambaugh
On 8/16/2014 3:07 PM, Jason Whiteman wrote: > I'm not sure if I'm in the minority - but I have deferred work due to > build issues with the dependencies. I'm capable of sorting this out > myself - but wasn't willing to invest the time beyond what I had already > invested in order to move forward.

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Dick Hollenbeck
On 08/16/2014 11:44 AM, Wayne Stambaugh wrote: > One of the tasks that I have committed to working on in the KiCad road > map is to clean up the current mess we have created by allowing > dependency libraries to be built as part of the KiCad source build. The > only exception I see for the time be

Re: [Kicad-developers] KiCad build.

2014-08-16 Thread Jason Whiteman
I'm not sure if I'm in the minority - but I have deferred work due to build issues with the dependencies. I'm capable of sorting this out myself - but wasn't willing to invest the time beyond what I had already invested in order to move forward. Your decoupling will lead to more burden on the dev

[Kicad-developers] KiCad build.

2014-08-16 Thread Wayne Stambaugh
One of the tasks that I have committed to working on in the KiCad road map is to clean up the current mess we have created by allowing dependency libraries to be built as part of the KiCad source build. The only exception I see for the time being is Boost. Although I am have my reservations on th