[Kicad-developers] kicad does not compile anymore, could it be my setup? (too old)

2013-05-02 Thread Edwin van den Oetelaar
bzr pull Using saved parent location: http://bazaar.launchpad.net/~kicad-testing-committers/kicad/testing/ M pcbnew/netlist.cpp M pcbnew/specctra_export.cpp All changes applied successfully. Now on revision 4129. rm -rf build mkdir build build cmake ../ -DKICAD_TESTING_VERSION=ON

Re: [Kicad-developers] kicad does not compile anymore, could it be my setup? (too old)

2013-05-02 Thread Dick Hollenbeck
Can you build it in Release mode? On 05/02/2013 12:31 PM, Edwin van den Oetelaar wrote: bzr pull Using saved parent location: http://bazaar.launchpad.net/~kicad-testing-committers/kicad/testing/ M pcbnew/netlist.cpp M pcbnew/specctra_export.cpp All changes applied successfully. Now

Re: [Kicad-developers] kicad does not compile anymore, could it be my setup? (too old)

2013-05-02 Thread Adam Wolf
Hi folks, This is also showing up on my build cluster as of 4129. Should I add an additional build that builds in Release mode? Is this generally helpful for diagnosing bad builds? Adam Wolf Wayne and Layne LLC On May 2, 2013 12:41 PM, Dick Hollenbeck d...@softplc.com wrote: Can you build it

Re: [Kicad-developers] kicad does not compile anymore, could it be my setup? (too old)

2013-05-02 Thread Lorenzo Marcantonio
On Thu, May 02, 2013 at 07:31:11PM +0200, Edwin van den Oetelaar wrote: [ 47%] Building CXX object cvpcb/CMakeFiles/cvpcb.dir/__/pcbnew/board_items_to_polygon_shape_transform.cpp.o /home/oetelaar/kicad_dev/kicad/cvpcb/../pcbnew/class_drawsegment.h: In member function ‘void

Re: [Kicad-developers] kicad does not compile anymore, could it be my setup? (too old)

2013-05-02 Thread Edwin van den Oetelaar
Confirmed, it compiles in Debug too. Greetings, and thanks, Edwin van den Oetelaar 2013/5/2 Lorenzo Marcantonio l.marcanto...@logossrl.com: On Thu, May 02, 2013 at 07:31:11PM +0200, Edwin van den Oetelaar wrote: [ 47%] Building CXX object

Re: [Kicad-developers] kicad does not compile anymore, could it be my setup? (too old)

2013-05-02 Thread Lorenzo Marcantonio
On Thu, May 02, 2013 at 03:26:47PM -0500, Dick Hollenbeck wrote: The debug build is more beneficial to finding an explanation for bugs, there are some asserts which would popup a window, whereas the release build may run slightly faster, it would crash at that same hypothetical bug site. I