Re: [Kicad-developers] Build changes.

2014-09-26 Thread Bernhard Stegmaier
Hi, how did you install wxWidgets, which version are you using? I just synced and tested… works for me without problems, I use -DwxWidgets_CONFIG_EXECUTABLE=../wxWidgets/3.0/bin/wx-config to point CMake to my wxWidgets build. Regards, Bernhard On 27.09.2014, at 07:12, Jean-Paul Louis wrote

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Joseph Chen
 I was able to build kicad from this new revision, after some troubles with my Ubuntu. But I had to modify "kicad-install.sh" so it could keep going forward to a completion or stop when an error happened.  Otherwise, the build script just checkout source, installed a bunch of libray files and do

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Jean-Paul Louis
Wayne, BZR 5151 fails miserably when building for OS X. My script hasn’t changed in the last few months. I tried to rebuild from scratch, and get the same result: -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Failed CMake Error at CMakeModules/FindwxWidgets.cma

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Andrew Zonenberg
Debian stable ships CMake 2.8.9. Will test next time I update my checkout and report on my results. On Fri, 2014-09-26 at 21:12 -0400, Wayne Stambaugh wrote: > On 9/26/2014 8:43 PM, Blair Bonnett wrote: > > On 27 September 2014 12:36, Wayne Stambaugh > > wrote: > >

Re: [Kicad-developers] Build failed in Jenkins: kicad-qa #355

2014-09-26 Thread Wayne Stambaugh
This is what is supposed to happen. You are trying to build KiCad against wxWidgets version 2.8.12. The minimum version of wxWidgets is now 3.0.0. On 9/26/2014 7:07 PM, Miguel Angel Ajo wrote: > See > > Changes: > > [Wayne Stambaugh] Fix FindP

[Kicad-developers] Build failed in Jenkins: kicad-qa #355

2014-09-26 Thread Miguel Angel Ajo
See Changes: [Wayne Stambaugh] Fix FindPackageHandleStandardArgs.cmake for differences between CMake 2 and 3. -- Started by an SCM change Building in workspace $

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Wayne Stambaugh
On 9/26/2014 8:43 PM, Blair Bonnett wrote: > On 27 September 2014 12:36, Wayne Stambaugh > wrote: > >> I may have pulled trigger on this change too fast. If I remove > >> ${CMAKE_CURRENT_LIST_DIR} using CMake 2.8.12.2 on windows, I get the > >> same error you get

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Blair Bonnett
On 27 September 2014 12:36, Wayne Stambaugh wrote: > > I may have pulled trigger on this change too fast. If I remove > ${CMAKE_CURRENT_LIST_DIR} using CMake 2.8.12.2 on windows, I get the > same error you get with it. What version of CMake are you using? If > it's 3 or greater, I may have

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Wayne Stambaugh
On 9/26/2014 8:28 PM, Cirilo Bernardo wrote: >> >> From: Blair Bonnett >> To: Wayne Stambaugh >> Cc: KiCad Developers >> Sent: Saturday, September 27, 2014 8:19 AM >> Subject: Re: [Kicad-developers] Build changes. >> >> >> >> Hi Wayne, >> >> >> >> I just commit

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Wayne Stambaugh
On 9/26/2014 8:20 PM, Wayne Stambaugh wrote: > On 9/26/2014 6:19 PM, Blair Bonnett wrote: >> Hi Wayne, >> >> I just committed revision r5149 which fails when wxWidgets is less than >> version 3.0.0. I know that the wx3 is not without it's issues but it is >> becoming too much of a burd

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Cirilo Bernardo
> > From: Blair Bonnett >To: Wayne Stambaugh >Cc: KiCad Developers >Sent: Saturday, September 27, 2014 8:19 AM >Subject: Re: [Kicad-developers] Build changes. > > > >Hi Wayne, > > > >I just committed revision r5149 which fails when wxWidgets is less than >>vers

[Kicad-developers] Build failed in Jenkins: kicad-qa #354

2014-09-26 Thread Miguel Angel Ajo
See Changes: [Wayne Stambaugh] Minor build bug fixes. * Remove ${CMAKE_CURRENT_LIST_DIR} copied FindPackageHandleStandardArgs.cmake. * Comment out debug messages in FindwxWidgets.cmake. -- Started by an S

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Wayne Stambaugh
On 9/26/2014 6:19 PM, Blair Bonnett wrote: > Hi Wayne, > > I just committed revision r5149 which fails when wxWidgets is less than > version 3.0.0. I know that the wx3 is not without it's issues but it is > becoming too much of a burden to try to keep the code compatible with > wx

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Adam Wolf
Thanks Wayne! Adam Wolf Cofounder and Engineer W&L On Fri, Sep 26, 2014 at 7:13 PM, Wayne Stambaugh wrote: > On 9/26/2014 6:14 PM, Jon Neal wrote: > > So maybe this is something that should go in INSTALL.txt, but for Fedora > > wx3 is available in repositories. The problem is that when installe

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Wayne Stambaugh
On 9/26/2014 6:14 PM, Jon Neal wrote: > So maybe this is something that should go in INSTALL.txt, but for Fedora > wx3 is available in repositories. The problem is that when installed it > names it's wx-config program (which make uses for compilation flags) to > wx3.0-config (or similar, not on my

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Blair Bonnett
Hi Wayne, I just committed revision r5149 which fails when wxWidgets is less than > version 3.0.0. I know that the wx3 is not without it's issues but it is > becoming too much of a burden to try to keep the code compatible with > wx2 along the known issues. > The updated FindPackageHandleStandar

Re: [Kicad-developers] Build changes.

2014-09-26 Thread Jon Neal
So maybe this is something that should go in INSTALL.txt, but for Fedora wx3 is available in repositories. The problem is that when installed it names it's wx-config program (which make uses for compilation flags) to wx3.0-config (or similar, not on my dev laptop right now). You have to make a symb

[Kicad-developers] Build changes.

2014-09-26 Thread Wayne Stambaugh
I just committed revision r5149 which fails when wxWidgets is less than version 3.0.0. I know that the wx3 is not without it's issues but it is becoming too much of a burden to try to keep the code compatible with wx2 along the known issues. I've also added an option when building on OSX that dis

[Kicad-developers] Build failed in Jenkins: kicad-qa #353

2014-09-26 Thread Miguel Angel Ajo
See Changes: [Wayne Stambaugh] Force wxWidgets to version 3.0.0 or later and OSX build fixes. * Add version detection to FindwxWidgets.cmake * Convert commands and macro names to lower case in FindwxWidgets.cmake. * Use find_package_handle_stand