Hi, I am using Kicad Build: (20090216-final), wxWidgets 2.8.10 Unicode on 32 Bits GNU/Linux.
There is a project I am working on, where it was started pretty much according to tutorial and there have been no problems. Then, I wanted to start a new project, just renamed (i.e. from myproject1.pro to, say, myproject1.2.pro; and all others correspondingly) - so I copied most of the project files, renamed them, and tried to also rename from within the .pro file as well. After opening the renamed project, most of the things seem to work in eeschema. After I'm done correcting, I export a netlist which exports correctly to myproject1.2.net; however, if afterwards I click the "Run Cvpcb" button in eeschema, it reports: "Error: File </path/to/myproject1.2> not found" Apparently, cvpcb called in this way, assumes the netlist is called /path/to/myproject1.2 - without the ".net" extension at the end - and obviously, it cannot load the previously generated netlist. Loading this netlist manually in Cvpcb works (and also, the default extension in the .pro file is NetIExt=.net) Any idea what I need to change, in order to have Eeschema run Cvpcb with the correct netlist filename? Or is it maybe that filenames should strictly have one period only in the filename? Thanks, Cheers!
