Re: [Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Dick Hollenbeck
On 10/14/2013 07:55 PM, Lorenzo Marcantonio wrote: > On Mon, Oct 14, 2013 at 10:45:38PM +0100, Brian Sidebotham wrote: >> Yes, MinGW has GNU AS (It's part of binutils). I don't know why they've >> implemented it with MASM instead for the Windows platform. > > Problem: gas uses AT&T syntax, I use

Re: [Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Lorenzo Marcantonio
On Mon, Oct 14, 2013 at 10:45:38PM +0100, Brian Sidebotham wrote: > Yes, MinGW has GNU AS (It's part of binutils). I don't know why they've > implemented it with MASM instead for the Windows platform. Problem: gas uses AT&T syntax, not MASM one. YASM/NASM could be a better bet. But probably they

Re: [Kicad-developers] Block rotate behavior.

2013-10-14 Thread Wayne Stambaugh
On 10/14/2013 12:05 PM, Chris Morgan wrote: > On Mon, Oct 14, 2013 at 11:27 AM, Wayne Stambaugh > wrote: >> I was fixing the Pcbnew block rotate hot key when I discovered that the >> block rotate command in both Pcbnew and Eeschema (and I'm assuming the >> component and footprint library editors a

Re: [Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Tomasz Wlostowski
On 10/14/2013 11:58 PM, Dick Hollenbeck wrote: On Oct 14, 2013 4:50 PM, "Dick Hollenbeck" mailto:d...@softplc.com>> wrote: > > > On Oct 14, 2013 4:45 PM, "Brian Sidebotham" mailto:brian.sidebot...@gmail.com>> wrote: > > > > On 14 October 2013 22:36, Dick Hollenbeck mailto:d...@softplc.com>>

Re: [Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Dick Hollenbeck
On Oct 14, 2013 4:50 PM, "Dick Hollenbeck" wrote: > > > On Oct 14, 2013 4:45 PM, "Brian Sidebotham" wrote: > > > > On 14 October 2013 22:36, Dick Hollenbeck wrote: > >> > >> For now just comment out context. We won't need it until building GAL P&S. Does mingw come with an assembler. Does it s

Re: [Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Dick Hollenbeck
On Oct 14, 2013 4:45 PM, "Brian Sidebotham" wrote: > > On 14 October 2013 22:36, Dick Hollenbeck wrote: >> >> For now just comment out context. We won't need it until building GAL P&S. Does mingw come with an assembler. Does it suppprt inline asm? >> >> Ther are only a coulple of small files t

Re: [Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Brian Sidebotham
On 14 October 2013 22:36, Dick Hollenbeck wrote: > For now just comment out context. We won't need it until building GAL > P&S. Does mingw come with an assembler. Does it suppprt inline asm? > > Ther are only a coulple of small files to assemble. > > Enabling context was a trial balloon. Seem

Re: [Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Dick Hollenbeck
For now just comment out context. We won't need it until building GAL P&S. Does mingw come with an assembler. Does it suppprt inline asm? Ther are only a coulple of small files to assemble. Enabling context was a trial balloon. Seems to have accomplished its goal. On Oct 14, 2013 4:27 PM, "Br

[Kicad-developers] MASM Boost dependency on Windows

2013-10-14 Thread Brian Sidebotham
I know it's only our own fault for being on Windows but the "Rev 4382: *) Switch over to FP_LIB_TABLE::Footprint*() functions" commit introduces the need for the Microsoft assembler, MASM to be installed to be able to build Boost. It's the context library that brings in this dependency. The only

Re: [Kicad-developers] Block rotate behavior.

2013-10-14 Thread jp charras
Le 14/10/2013 19:26, Wayne Stambaugh a écrit : >> Pcbnew rotate has a potential bug relative to the Undo command: in >> preferences the rotation can be adjusted to 45 or 90 degrees. >> for 90 degrees, no problems. >> But for 45 degrees, the undo does not work, because the undo rotate code >> assume

Re: [Kicad-developers] Block rotate behavior.

2013-10-14 Thread Wayne Stambaugh
On 10/14/2013 12:12 PM, jp charras wrote: > Le 14/10/2013 17:27, Wayne Stambaugh a écrit : >> I was fixing the Pcbnew block rotate hot key when I discovered that the >> block rotate command in both Pcbnew and Eeschema (and I'm assuming the >> component and footprint library editors as well) do not

Re: [Kicad-developers] Block rotate behavior.

2013-10-14 Thread jp charras
Le 14/10/2013 17:27, Wayne Stambaugh a écrit : > I was fixing the Pcbnew block rotate hot key when I discovered that the > block rotate command in both Pcbnew and Eeschema (and I'm assuming the > component and footprint library editors as well) do not behave the way I > thought they did or should.

Re: [Kicad-developers] Block rotate behavior.

2013-10-14 Thread Chris Morgan
On Mon, Oct 14, 2013 at 11:27 AM, Wayne Stambaugh wrote: > I was fixing the Pcbnew block rotate hot key when I discovered that the > block rotate command in both Pcbnew and Eeschema (and I'm assuming the > component and footprint library editors as well) do not behave the way I > thought they did

[Kicad-developers] Block rotate behavior.

2013-10-14 Thread Wayne Stambaugh
I was fixing the Pcbnew block rotate hot key when I discovered that the block rotate command in both Pcbnew and Eeschema (and I'm assuming the component and footprint library editors as well) do not behave the way I thought they did or should. When a block is selected and either the rotate hot key