Re: [kicad-users] Ugly schematic symbols

2008-06-11 Thread ludovanginderen
Hello, I use kicad with windows XP,symbols are very good and just the same as in orcad and eagle.Printing of PCB and schema with Laser and inkjet printer is allright.For me kicad is the best program. Ludo - Original Message - From: wkleckler [EMAIL PROTECTED] To:

[kicad-users] Re: Creating components....

2008-06-11 Thread Dick H.
- Finally: Is there a way to change layer names, just for convenience? The latest code keeps the copper layer names in the pcbnew *.brd file. You can edit this file with a text editor to change them. Only copper layers may be changed. If you don't see the layer names, you are not using a

Re: [kicad-users] Ugly schematic symbols

2008-06-11 Thread Milan Horák
Hi :-) Moses O McKnight napsal(a): I believe I know what the problem is. I had the same thing in Linux, and it turns out that the binaries for Linux that are available on the Kicad site are compiled with an older version of wxWidgets which is the culprit in this bug. You will need to

Re: [kicad-users] Ugly schematic symbols

2008-06-11 Thread Moses O McKnight
I thought those were the ones I tried. Are they built with wxWidget 2.8.x? Could be I didn't have 2.8.x installed... I'll try them again sometime, right now kicad works, and I'm using it so I don't want to mess anything up. Moses On Wed, 2008-06-11 at 18:03 +0200, Milan Horák wrote: Hi :-)

[kicad-users] Re: Ugly schematic symbols

2008-06-11 Thread wkleckler
This is really great response and I appreciate everyone's help. My problem is I'm very much a novice in Linux so I'm having trouble finding/installing/compiling the files. I found the with KiCad source files. I'm not sure if my setup is correct for compiling these files. I am having

Re: [kicad-users] Re: Ugly schematic symbols

2008-06-11 Thread Moses O McKnight
I don't know anything about Adept, but if it uses apt (and I would be pretty sure it does being Kubuntu), then there should be a way to add repositories (or Software Sources). Add the following line: deb http://apt.wxwidgets.org/ gutsy-wx main and Refresh or Update the software list, and you

Re: [kicad-users] Ugly schematic symbols

2008-06-11 Thread Martin Kratoska
Just trying the latest build kicad-20080612-r1119-linux. All works but kicad (the manager). Moses, you can track down the dependencies using ldd command. ldd eeschema provides a list, if there is 'not found', you see what to install. Greetings Martin Moses O McKnight napsal(a): I thought

Re: [kicad-users] Re: Ugly schematic symbols

2008-06-11 Thread Milan Horák
Hi, you were right :-( Release 1119 is now compiled against wxWidgets 2.8.7. Please check it now :-) Milan wkleckler napsal(a): This is really great response and I appreciate everyone's help. My problem is I'm very much a novice in Linux so I'm having trouble