... A problem when using the sheet number or the sheet name is these two items are subject to change: - the sheet number changes when adding a new sheet. - the...
Hello everyone, I'm not sure if it is relevant to this conversation, but I will present the question anyway. What is the intended purpose of the predefined...
Jean-Pierre, 1) Can you see where point_at_infinity4 is deleted? 2) Why create these infinity points on the heap rather than on the stack? 3) Have you done a...
Just another little thought on this (/ spanner in the works). How's the license situation for this? I see the php stuff appears to be GPL, but some of the...
... No. deleteting point_at_infinity3 and point_at_infinity4 seems missing ... I don't know. ... All the code in kicad/polygon must be refined, tested and...
... I share your concern. Copyright laws do not mysteriously vanish for open source developers. It would be prudent for open source developers: 1) to learn...
... OK. The features you are working on are important. I don't want to slow that down. But by explaining the status of these lower level components, as you...
The latest changes to CMakeLists.txt broke the debug build on linux. FIND_PACKAGE(wxWidgetsCVS) does not work for me in the debug directory but does work in...
... It works if I delete the debug/CMakeCache.txt file and then rebuild it with cmake -DCMAKE_BUILD_TYPE=Debug -DwxWidgets_USE_DEBUG=ON ../../ I then edited...
Hi, ... You could uncomment the bodies of DBG_MSG and DBG_MSG_V in CMakeModules/FindwxWidgetsCVS.cmake to see how the wxWidgets variables are set during...
jean-pierre & all sorry for not getting back to you sooner. I'm worried that this system, as described below, will not work if there are more than two levels...
Hi, I have successfully compiled the last two releases of Kicad using Microsoft compilers. There are a number of things I have to do to make it work. My goal...
I am trying to convert a Orcad schematic to Kicad. I am new to the group, I sure could use some help. I compiled the edif2kicad program and was able to try...
... This seems unlikely to be an apples to apples comparison. I know that: 1) the mingw build is a static linking of the wxWidgets library to the executable....
... wxWidgets.DLL ... remove ... Dick, These windows programs are linked to static wxWidgets libraries, the code produced by the compiler is just more...
Mateusz, Can you please look into the reason why there are debug symbols in the windows binaries made with CMake? I see this line is trying to link and strip...
... group, I sure ... *e2schm.exe* utility that it produced. ... into Kicad I get a bunch of errors ... library dependencies that the Orcad schematic ... ...
... the ... Yes, I believe decomp.exe came from the vga/dos version of Orcad, which I was one of the first customers and liked better than the windog's...
... original ... these. ... more ... as ... not ... it ... format too. ... and ... pass a ... it ... to me ... be ... Yahoo! ... Frank, Thanks for your help....
... Well there is also the option of changing -O2 to -Os which will compile for size rather than speed on g++. If you do the entire wxWidgets library with this...
... on ... with ... creates. ... windows ... Frank, I stopped using cygwin about a million years ago. I hate it. I am using another free tool called...
... I will have to try it some day, I'm only on Windows when I need to run OrCad, Quicken or Turbo Tax. Otherwise I'm on Ubuntu Linux. ... cygwin reports: $...
When compiling kicad applications using the wxWidgets and VC2005, I encounter an error message that looks something like the following: 1>Linking... ...
... No. You are correct. I was not thinking clearly. The specctra dsn format reminds me of a "pcb format" not a schematic format, and it seems to have...
Just wanted to pass on a little info about usage of Kicad on Debian, as I'm the maintainer for the package. This is just feedback, I'm not looking for a medal...