I notice that a new official release has been made v2007-07-02. Igor, any chance of tagging it in svn for us? Then I have a definite level to extract to build...
... Not to worry. Realised it's not all that difficult, I haven't done a lot of tagging before, and usually ended up with stuff not quite in the right place,...
Hi, How do I build kicad for Fedora 6 using Scons? Are the instructions contained in the wiki still current/up to date? I notice that Scons version 0.97 is now...
... David, The makefile.gtk system works fine. There was some discussion recently on this list that the scons builder was no longer current and the enthusiasm...
Hi group, I've cleaned up the immediate bitrot related to the Mac OS X port of kicad, including proper handling of library path, support for application...
1) Please send the patch to this list if you can. 2) Also, make sure your patches don't break anything for non- Mac OS X ports, meaning you needs to have the...
Greetings, Since hearing about KiCad in relatively recent times, I have downloaded both (the 02-Jul-07 version of) the compiled files for use with Windows, and...
... Thanks, fix looks good so I've committed it. In future please supply a patch against latest svn level, and for ones of that size just include the text in...
... Thanks for committing that file for me, and for the advice on what to do in the future. (As you have now committed that file, I have since removed it from...
... Geoff, please read paragraph "You can help to the project!" at page http://kicad.sourceforge.net/wiki/index.php/Download If you make a little changes in...
Greetings, While experimenting with creating plot outputs (HPGL files, Gerber files, and postscript files) from PCB files, I found that if I specified...
Hi again, Just in case anyone is waiting for this: It turned out to be more complicated than I first thought to bind together the individual tools in the KiCAD...
Ha Marius, I've solved Mac OSX starting with creating a small directory in Applications and soft linking to the files in /usr/local/kicad/macosx Boštjan ... ...
... How did you obtain the Mac binaries of KiCAD? My initial problem was that the current KiCAD sources didn't actually build on Mac OS X. Also, from reading...
I've compiled it the old fashioned unix way - so no apps. But the problem is/was with compiled binaries. They only work on my mac's and I had to make separate...
... OK, I'll make a try going back to a non-bundle build. What problems do you have with the binaries? Building universal binaries should be quite simple, and...
I didn't make any changes to kicad code and also compiled universal binary but it just didn't work on my ppc (the compilation was on Intel machine and I...
There is a couple of posts in the user group concerning a bug in the zone generation (starting at message 2429). This one scares me since there is no way to do...
What is the thinking regarding displaying all the *.sch files in the main kicad project tree panel? The latest source code does this. Yet when I click on one...
Would you like to add more hotkeys like the ones in the diff? Eric Index: hotkeys.cpp ... +++ hotkeys.cpp (working copy) @@ -40,6 +40,8 @@ if ( hotkey == 0 )...
As I have time, I would like to add a series of new Search functions to class BOARD. These would be developed and not initially be used until they are...
Hi everyone, we are currently looking into several EDA suites as a potential base for a new software we are developing. It will essentially be an extremely...
Hi Andre, Unlike a business, an open source project does not have a team of salesmen. Therefore, no one is likely to step up and say, "please use us!"...
Jean-Pierre Today I released the visitor design pattern to the project. googling I found this, but there's more out there, and our's is cooler than this one: ...
I looked into the existing python support today. It did not seem complete, and unless I don't understand something, it was less than 15% complete. So I ask: ...
I really want scripting support! It can be Python or any other scrip language, probably not that important to the user what script language KiCAD uses. The...