Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Dick Hollenbeck
On 06/26/2014 04:14 PM, Jason Whiteman wrote: Team, I am new to the dev group and have compiled my first windows binaries today based on what was pulled using kicad-winbuilder-3.4 (Kicad BZR build 4955). The binaries were created fine - and I was able to load kicad.exe using

Re: [Kicad-developers] Spice netlist with netnumbers

2014-06-27 Thread Oscad Team
@ jp charras, We wanted netlist with netnumbers to simulate the circuit using Ngspice. Ngspice is not able to recognize the netlist with netnames. Thanks Oscad team On Fri, Jun 27, 2014 at 5:20 AM, Rick Walker wal...@omnisterra.com wrote: Hi, I think the proper behavior is to use a net

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread jp charras
Le 27/06/2014 15:46, Dick Hollenbeck a écrit : On 06/26/2014 04:14 PM, Jason Whiteman wrote: Team, I am new to the dev group and have compiled my first windows binaries today based on what was pulled using kicad-winbuilder-3.4 (Kicad BZR build 4955). The binaries were created

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Jason Whiteman
Thanks for the feedback. Regarding Python, the PYTHONHOME and PYTHONPATH variables I believe are set in setenv.bat SET PATH_ENV_BASE=%CD%\env SET PATH_PY=%PATH_ENV_BASE%\python SET PYTHONHOME=%PATH_PY% SET PYTHONPATH=%PYTHONHOME% When I look in ./env/python, I see python.exe and its associated

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Dick Hollenbeck
Jason, Likely it will work without python. Likely the _pcbnew.kiface cannot be loaded because something it needs cannot be found. While same path is used to find _pcbnew.kiface from kicad.exe, the technique used to load _pcbnew.kiface is done by Windows, not us. All its DLL dependencies must

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Tomasz Wlostowski
On 27.06.2014 17:13, Dick Hollenbeck wrote: Jason, Likely it will work without python. Likely the _pcbnew.kiface cannot be loaded because something it needs cannot be found. While same path is used to find _pcbnew.kiface from kicad.exe, the technique used to load _pcbnew.kiface is done by

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Dick Hollenbeck
On 06/27/2014 10:20 AM, Tomasz Wlostowski wrote: On 27.06.2014 17:13, Dick Hollenbeck wrote: Jason, Likely it will work without python. Likely the _pcbnew.kiface cannot be loaded because something it needs cannot be found. While same path is used to find _pcbnew.kiface from kicad.exe,

Re: [Kicad-developers] Spice netlist with netnumbers

2014-06-27 Thread Rick Walker
Hello Oscad team, We wanted netlist with netnumbers to simulate the circuit using Ngspice. Ngspice is not able to recognize the netlist with netnames. I don't believe that is the case. Ngspice allows arbitrary identifiers for node names. For example, this subckt runs fine under the current

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
Mine also consistently crashes when switching to OpenGL and then opening the module editor from an empty PCB. I have used the GAL before (though maybe not the newest). This is on Ubuntu 12.04 64-bit with Intel integrated graphics. Backtrace and glxinfo attached. #0 0x7fffeb42a5e6 in

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
On 27 June 2014 17:16, Kaspar Emanuel kaspar.bu...@gmail.com wrote: Mine also consistently crashes when switching to OpenGL and then opening the module editor from an empty PCB. It actually doesn't matter what canvas I have it set to. It will crash when I try and open the module editor.

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Jason Whiteman
Paths are set as follows (newline inserted in every 25 chars - windows console cut/paste): Path=Y:\Kicad_Build\kicad-winbuilder-3.4\env\mingw-w64\mingw32\bin;Y:\Kicad_Buil d\kicad-winbuilder-3.4\env\cmake\cmake-2.8.12.2-win32-x86\bin;Y:\Kicad_Build\kic

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Dick Hollenbeck
On 06/27/2014 11:27 AM, Jason Whiteman wrote: Paths are set as follows (newline inserted in every 25 chars - windows console cut/paste): Path=Y:\Kicad_Build\kicad-winbuilder-3.4\env\mingw-w64\mingw32\bin;Y:\Kicad_Buil

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Brian Sidebotham
Hi Guys, I should first say, this is not typical of Winbuilder. Both pcbnew and cvpcb work fine for me on a fresh Windows 7 install using the github fp-lib-table. So there's clearly something different about your setup. Process monitor is (from sysinternals) is excellent at tracking dependency

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Dick Hollenbeck
On 06/27/2014 12:01 PM, Brian Sidebotham wrote: Hi Guys, I should first say, this is not typical of Winbuilder. Both pcbnew and cvpcb work fine for me on a fresh Windows 7 install using the github fp-lib-table. So there's clearly something different about your setup. Process monitor is

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
On 27 June 2014 17:23, Kaspar Emanuel kaspar.bu...@gmail.com wrote: On 27 June 2014 17:16, Kaspar Emanuel kaspar.bu...@gmail.com wrote: Mine also consistently crashes when switching to OpenGL and then opening the module editor from an empty PCB. It actually doesn't matter what canvas I

Re: [Kicad-developers] [kicad-users] Re: Module editor upgrade

2014-06-27 Thread Kaspar Emanuel
Got another segfault while trying to import a module. Backtrace attached. On 27 June 2014 18:52, Kaspar Emanuel kaspar.bu...@gmail.com wrote: On 27 June 2014 17:23, Kaspar Emanuel kaspar.bu...@gmail.com wrote: On 27 June 2014 17:16, Kaspar Emanuel kaspar.bu...@gmail.com wrote: Mine also

Re: [Kicad-developers] Module editor upgrade

2014-06-27 Thread Nick Østergaard
Hi Orson The video ĺooks nice. :) I just tried to build it today, but it failed when I enabled the sripting. I don't know if you have tested that yourself, so I won't tell the details now. I did manage to build without scripting, but there are some segfaults. But I get no segfault by just

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Jason Whiteman
FYI - Y:\ is not a network drive. It is an external USB-connected drive (HDD). I had moved the bin directory to C:\ in earlier tests suspecting perhaps something hard-coded, but that did not help. Granted - I simply took the /kicad/bin directory (and sub-directory) to C:\kctst and ran kicad.exe

Re: [Kicad-developers] Build 4955 - Failed to load shared library

2014-06-27 Thread Jason Whiteman
Thanks again for the continued support from the list. All previous environment snapshots I have sent were after running the setenv.bat script. My methodology for loading pcbnew is to try running direct from ./kicad/bin (from a sentenv.bat load) and also from using RunKicad.bat which loads

[Kicad-developers] Pl_Editor scrollbars

2014-06-27 Thread Jason Whiteman
Coming from the 07-07-2013 BZR release for windows - the Pl_Editor is a new and welcome feature. I see the window defaults with the sheet border centered but the scroll bars are at max-right (for bottom scroll) and max-down (for side scroll). When zooming in, the center is zoomed (as expected)