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