[kicad-users] Errors building from svn on Debian

2010-01-29 Thread throbley
Has anybody succesfully compiled svn 2274 from source with Debian Lenny? I get the following errors [ 0%] Building CXX object 3d-viewer/CMakeFiles/3d-viewer.dir/3d_aux.cpp.o In file included from /home/steve/src/kicad/include/wxBasePcbFrame.h:12, from

[kicad-users] Re: ARM CORTEX M3 library

2010-01-29 Thread josh_eeg
stm32f103 is a arm. so it is not a for storage. humm interesting. So their are tutorials to run FreeRTOS on it or linux? So then your programming using eclipse coocox is a debugger? What is this ? footprintbuilder but still search to run it under win xp;-) It is java it can run in anything

Re: [kicad-users] Errors building from svn on Debian

2010-01-29 Thread Milan Horák
Had same problem. wxWidgets have to be 2.8.10 (mine was 2.8.8). Milan throbley napsal(a): Has anybody succesfully compiled svn 2274 from source with Debian Lenny? I get the following errors [ 0%] Building CXX object 3d-viewer/CMakeFiles/3d-viewer.dir/3d_aux.cpp.o In file included from

[kicad-users] Re: Errors building from svn on Debian

2010-01-29 Thread throbley
--- In kicad-users@yahoogroups.com, Milan Horák konfere...@... wrote: Had same problem. wxWidgets have to be 2.8.10 (mine was 2.8.8). Milan throbley napsal(a): Has anybody succesfully compiled svn 2274 from source with Debian Lenny? I get the following errors [ 0%]

[kicad-users] Enable Python support

2010-01-29 Thread ukpyr666
system - Debian Lenny. Can't enable Python scripting in KiCAD build. Added flag -DKICAD_PYTHON=ON to cmake commandline, added pathes to Python.h, wx, and boost to global PATH. No Python support in Help/About dialog. What wrong ?

[kicad-users] fast navigation in component list

2010-01-29 Thread ukpyr666
Whether it is possible to add possibility to fast navigate in components list (sch/pcb place component dialog) by taping first letters of component name ?

[kicad-users] Add via to GND in zones ?

2010-01-29 Thread Stephrac74
Hi group, I’m adding GND copper zones on both sides of my PCB and I want to add a lot of via to make connection between sides. This is a RF PCB. I can add via in the GND zone, no problem. But If I delete the zone to make some modifications and then refill the zones, then all the via added

Re: [kicad-users] fast navigation in component list

2010-01-29 Thread patrick
with the svn version of kicad, you can simpl do: a (shortcut to add a component), r (for resistor), enter. a, c, enter. a, diode, enter... pat

[kicad-users] Spreading out module

2010-01-29 Thread bill_s_hung
First time user here. I am following the mini-tutorial on page 10 on this section of Spreading out module. I click on the mode module and then right click on an open area, but cannot find Glob move and Place - Move all Module option any where. What am I missing ?

Re: [kicad-users] Spreading out module

2010-01-29 Thread Andy Eskelson
It's not obvious that one... You have to enable the auto move and place. pcbnew, top icon bar third icon from right (mode manual and auto) Click that on, then when you right click you will get the context menu you are looking for. Andy On Fri, 29 Jan 2010 20:27:48 - bill_s_hung