Search the web
Sign In
New User? Sign Up
kicad-devel · Kicad Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 912 - 941 of 3677   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
912
... 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...
jean-pierre charras
jeanpierre_c...
Offline Send Email
Jan 1, 2008
9:42 pm
913
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...
daystar1013
Offline Send Email
Jan 3, 2008
10:13 am
914
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...
Dick H.
dickelbeck
Offline Send Email
Jan 5, 2008
2:57 am
915
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...
Richard A Burton
raburton69
Offline Send Email
Jan 5, 2008
9:37 am
916
... 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...
jean-pierre charras
jeanpierre_c...
Offline Send Email
Jan 5, 2008
9:59 am
917
... 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...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 5, 2008
2:04 pm
918
... 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...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 5, 2008
2:36 pm
919
Jean-Pierre The zone outline editing is coming along nice. Dick...
Dick H.
dickelbeck
Offline Send Email
Jan 7, 2008
5:15 am
920
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...
Dick H.
dickelbeck
Offline Send Email
Jan 7, 2008
6:37 am
921
... 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...
Dick H.
dickelbeck
Offline Send Email
Jan 7, 2008
6:50 am
922
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...
Mateusz Skowroński
f3nix82
Offline Send Email
Jan 7, 2008
7:18 am
923
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...
Tim Hanson
lifekidyeaa
Offline Send Email
Jan 7, 2008
3:14 pm
924
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...
daystar1013
Offline Send Email
Jan 7, 2008
10:04 pm
925
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...
Charles McDowell
cmcdowell_home
Offline Send Email
Jan 8, 2008
1:35 am
926
... 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....
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 8, 2008
7:03 am
927
... wxWidgets.DLL ... remove ... Dick, These windows programs are linked to static wxWidgets libraries, the code produced by the compiler is just more...
daystar1013
Offline Send Email
Jan 8, 2008
10:27 am
928
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...
Dick H.
dickelbeck
Offline Send Email
Jan 8, 2008
2:03 pm
929
... group, I sure ... *e2schm.exe* utility that it produced. ... into Kicad I get a bunch of errors ... library dependencies that the Orcad schematic ... ...
Dick H.
dickelbeck
Offline Send Email
Jan 8, 2008
2:57 pm
930
... 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...
Frank Bennett
bennett782003
Offline Send Email
Jan 8, 2008
4:28 pm
931
... original ... these. ... more ... as ... not ... it ... format too. ... and ... pass a ... it ... to me ... be ... Yahoo! ... Frank, Thanks for your help....
cmcdowell_home
Offline Send Email
Jan 8, 2008
5:26 pm
932
... source ... following ... the ... wxWidgets.DLL ... files. ... remove ... does ... footprint ... per ... windows. I ... msvc ... used. ... incorporating ...
daystar1013
Offline Send Email
Jan 8, 2008
7:46 pm
933
... 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...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 8, 2008
10:40 pm
934
... Charles: The source files (and Bison) make just fine under Cygwin for windows (www.cygwin.com) or Linux: $ svn co...
Frank Bennett
bennett782003
Offline Send Email
Jan 9, 2008
12:23 am
935
... on ... with ... creates. ... windows ... Frank, I stopped using cygwin about a million years ago. I hate it. I am using another free tool called...
cmcdowell_home
Offline Send Email
Jan 9, 2008
2:09 am
936
... 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: $...
Frank Bennett
bennett782003
Offline Send Email
Jan 9, 2008
3:53 am
937
When compiling kicad applications using the wxWidgets and VC2005, I encounter an error message that looks something like the following: 1>Linking... ...
ramboanahenry
Offline Send Email
Jan 9, 2008
10:59 am
938
Frank Bennett <bennett78@...> wrote: --- In kicad-devel@yahoogroups.com, "cmcdowell_home" ... I will have to try it some day, I'm only on...
Charles McDowell
cmcdowell_home
Offline Send Email
Jan 9, 2008
2:11 pm
939
... 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...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 9, 2008
3:03 pm
940
... const ... const ... *)" ... const ... const ... const ... symbol "char ... const ... const ... in ... const ... const ... const ... If you could include...
daystar1013
Offline Send Email
Jan 9, 2008
5:59 pm
941
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...
Richard A Burton
raburton69
Offline Send Email
Jan 10, 2008
10:22 am
Messages 912 - 941 of 3677   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help