This patch (against kicad-sources-2006-03-28) is for building with mingw/msys on Windows. Without this patch, nothing compiles, because the compiler can't find...
Alas, I spoke too soon. The patch below fails at the very end of compilation, because the value "FINAL=1" is not passed in to makeg95.env, thus causing...
Pardon my reply in English. I can read French well, but I cannot compose well in French. In pcbnew, the "Postprocesseurs" menu has a "Fichiers Cmp:" entry...
Problem: When you fill a zone, grid cursor artifacts appear on the screen. This is especially noticeable with full-screen crosshair cursors, but it also...
Problem: After a "Zoom Block" command in pcbnew, the rectangle boundary is displayed on the screen, in the wrong position. To reproduce: Execute "Zoom Block",...
RFE: In eeschema, make it easier to switch from "block move" mode to "block drag" mode. Justification: I find that I use drag mode much more than move mode....
Problem: Malformed commands sent to pcbnew over the socket connection can cause pcbnew to crash. To Reproduce: a) Start pcbnew. Do not start eeschema. b)...
This patch fixes some more cases where the grid cursor is not removed prior to drawing on the screen. ... *************** ... int errdrc = OK_DRC; int old_w,...
Hi the list, I am trying to compile the last release (2006-03-28) under Windows. It is the first time for me under Windows. I have installed msys/mingw and I...
... my incompetence. 1) Are either patches in the message #80 and #79 have to be applied ? 2) In which folder do you have installed the wxWidgets, (My self I...
Here's what I did. I made some missteps along the way, but these are the successful steps: a) Installed msys at C:\msys b) Installed various mingw components...
Here is the list of mingw components that I installed in c:\msys\1.0\mingw\: binutils-2.15.91-20040904-1 w32api-3.6 mingw-utils-0.3 mingw-runtime-3.9 ...
... tab. *case* 'D' : *// Switch to drag mode* *case* 'd' : That would be more mnemonic, but I don't know how is perceived in the other languages. The 'M'...
... Mitch and wmb314 are the same person. Which name shows up depends on whether I compose the message from my email account or from the yahoo groups page. ...
... interesting, but I prefer to use 'D' and 'd' key instead of ... the other ... The reason I chose Tab was because the key is easy to find. The function is...
... Oups!, I apologize for the mistake ;-). Yesterday I sent Jean-Pierre a comprehensive patch that fixes a large ... Ok, sure the product will be improved. I...
This patch demonstrates an XFig-style grid: instead of putting a dot at each grid point, a dotted line is drawn only at every fourth point. This makes it...
Werner Almesberger
werner@...
Apr 9, 2006 5:59 am
98
... I was plagued by this problem under Gentoo as well. It disappeared after I removed the wxGTK 2.6.2-r1 that's current in Gentoo, and manually installed...
Werner Almesberger
werner@...
Apr 9, 2006 6:13 am
99
This patch prevents "make" from blissfully proceeding after fatal errors, often hiding them. This patch only changes makefile.gtk, because I don't know if...
Werner Almesberger
werner@...
Apr 9, 2006 6:39 am
100
... I have been posting small patches and nobody has complained yet. I for one appreciate seeing such small patches. For large patches, the mailing list format...
... For me : drag by default, "M" for move and "Del" for delete would be good. ... You are probably right, personally I don't like the software which implement...
I am using gentoo and since it doesn't provide the proper verson of wxGTK I've created my own ebuild to install proper version. During compilation of kicad I...
... http://lists.trolltech.com/qt-interest/2005-11/msg00033.html hints that building things with different compiler versions may cause the vtable problem....
Werner Almesberger
werner@...
Apr 10, 2006 6:41 pm
105
... I've compiled wxWidgets with gcc-3.3.5 but it doesn't help. But http://www.thescripts.com/forum/thread161894.html says: "The compiler has to put the vtable...
Picking up the discussion at and around http://groups.yahoo.com/group/kicad-users/message/875 I've made a quick and dirty proof of concept implementation of a...
Werner Almesberger
werner@...
Apr 10, 2006 9:35 pm
107
Hi all, I'm trying to do my first build of kicad from source in linux but have encountered a problem in that when I've done 'make -f makefile.gtk', the object...
... As far as I was able to see, compilation with gcc version after 3.3.4 doesn't work or better linking doesn't work. I was able to compile kicad with...