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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 50 - 79 of 3678   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50
Re: moved discusion.. I am having some issues with my machine. although every thing is /usr/local/bin the subversion is in place, scons have been updated to...
Logan Hedin
loganhedin
Offline Send Email
Mar 3, 2006
12:32 am
51
... Sounds like it can't find /usr/local/bin in your PATH. Can you post the output of running `echo $PATH` before running `scons`? Bryan...
Bryan Stillwell
bokeoa
Offline Send Email
Mar 3, 2006
12:37 am
52
I was setting an environmental modification as PATH but this is the echo output was.. /opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/bin:/usr/bin:/usr/sbin ...
Logan Hedin
loganhedin
Offline Send Email
Mar 3, 2006
12:57 am
53
... This should work: export PATH=/usr/local/bin:${PATH} Bryan...
Bryan Stillwell
bokeoa
Offline Send Email
Mar 3, 2006
1:01 am
54
Bryan, could check my output. also the -framework OpenGL -framework AGL flags are not working. scons: Reading SConscript files ... Checking for wx-config ......
Logan Hedin
loganhedin
Offline Send Email
Mar 3, 2006
2:16 am
55
Flags working for pico mod or rather obj.linkflags added properly to Sconscript cvpcb/ pcbnew. So errors now look like: $ scons --debug=time scons: Reading...
Logan Hedin
loganhedin
Offline Send Email
Mar 3, 2006
3:34 am
56
... Did you compile wxWidgets yourself? What version? I believe that error is saying wxWidgets wasn't built with OpenGL support. When building wxWidgets,...
Bryan Stillwell
bokeoa
Offline Send Email
Mar 3, 2006
5:39 am
57
powerpc-apple-darwin8-g++-4.0.0: OpenGL: No such file or directory powerpc-apple-darwin8-g++-4.0.0: AGL: No such file or directory scons: ***...
Logan Hedin
loganhedin
Offline Send Email
Mar 3, 2006
7:19 am
58
i have recompiled kicad with macosX (1.4) without any compilation problem, using make -f makefile.macosx. You MUST wxWidgets version wxMAC-2.6.2 ou...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Mar 3, 2006
9:29 am
59
Even with all my dependencies in-place I can't get it to build under (OS X 10.4) using make -f makefile.macosx......
Logan Hedin
loganhedin
Offline Send Email
Mar 3, 2006
6:08 pm
60
... I just finished updating the subversion trunk on BerliOS with this latest code drop. Jean-Pierre: Is there any chance we could get you to start using this ...
Bryan Stillwell
bokeoa
Offline Send Email
Mar 7, 2006
11:01 pm
61
Hello! I'm trying to translate the latest source code of Kicad on Linux, but everytime I try I get the following error: ../include/wxstruct.h:1483: error:...
Boštjan Jerko
bostjan0805
Offline Send Email
Mar 16, 2006
6:45 am
62
... Are you using the 2006-03-08 release? I'm pretty sure the last time I saw that error was in the January release... What are you translating in the source...
Bryan Stillwell
bokeoa
Offline Send Email
Mar 16, 2006
4:24 pm
63
I wanted to write "Linux compilation" in the subject. I'll look at the new release. Thanks. B. ... -- www.japina.si...
Boštjan Jerko
bostjan0805
Offline Send Email
Mar 16, 2006
5:31 pm
64
I tried to compile the version 2006-03-08 and when linking I get: undefined reference to `vtable for WinEDA_DisplayOptionsDialog' I guess I'm missing something...
Boštjan Jerko
bostjan0805
Offline Send Email
Mar 16, 2006
9:46 pm
65
I don't know on that one. I only use SCons to compile KiCad and the latest code on the bokeoa-scons subversion branch works for me. This is currently the...
Bryan Stillwell
bokeoa
Offline Send Email
Mar 17, 2006
12:22 am
66
For the sake of archiving I am forwarding mail sent directly to Mitch. B. ... From: Boštjan Jerko <bojerko@...> Date: Mar 17, 2006 6:52 PM Subject: Re:...
Boštjan Jerko
bostjan0805
Offline Send Email
Mar 17, 2006
5:53 pm
67
Message for Jean-Pierre, I receive this errors while compiling under linux (kubuntu), the previous versions compile without errors. ...... files-io.o -s...
Danilo Uccelli
danilouccelli
Offline Send Email
Mar 23, 2006
7:36 pm
68
... I have uploaded a final version (kicad-sources-2006-03-28.zip). This problem should not occurs (i have modified the file "libs.linux" : command `wx-config...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Mar 28, 2006
11:02 am
69
Le 28/03/06, jean-pierre charras - INPG <jean-pierre.charras@...> a ... Thank you, now (and after the upgrade to the wxWidgets 2.6.3) it compile without...
Danilo Uccelli
danilouccelli
Offline Send Email
Mar 28, 2006
7:46 pm
70
Merhaba, KiCAD'i Pardus ve Suse üzerinde kullanýyorum. Ancak diðer alýþýlagelmiþ olan PCB programlarýndaki gibi UNDO ve REDO iþlevlerini göremedim....
hakanhamurcu
Offline Send Email
Mar 30, 2006
8:46 am
71
Hi to all. When you are in the library editor, If you click some where on the gride and you type the ESC key the application crash. I test only windows version...
sdffny
Offline Send Email
Mar 30, 2006
2:47 pm
72
I just tried to build kicad 2006-03-28 on Debian unstable with wxwidgets 2.6.2 using "make -f makefile.gtk". Some of the programs built, but others, including...
Mitch Bradley
wmb314
Offline Send Email
Mar 30, 2006
5:04 pm
73
A better solution to the problem described in my previous message: In libs.linux, replace: WXSYSLIB_WITH_GL= `wx-config --libs gl` with WXSYSLIB_WITH_GL=...
Mitch Bradley
wmb314
Offline Send Email
Mar 30, 2006
5:09 pm
74
... Try using the following instead (it's a little cleaner): WXSYSLIB_WITH_GL= `wx-config --libs std,gl` Bryan...
Bryan Stillwell
bokeoa
Offline Send Email
Mar 30, 2006
5:11 pm
75
The following patch to kicad-2006-03-28 causes newly-created hierarchical sheets to have the same page size as their parent. diff -c -r...
wmb314
Offline Send Email
Mar 31, 2006
8:42 am
76
... I am unable to recreate this problem. I need more infos: window XP, 98 2000 ? Crashes when editing a component ? -- Jean-Pierre CHARRAS Maître de...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Mar 31, 2006
1:57 pm
77
This patch against kicad-2006-03-28 enforces a small but easily visible minimum size on hierarchical sheets, thus preventing you from making a zero-size sheet...
Mitch Bradley
wmb314
Offline Send Email
Mar 31, 2006
5:06 pm
78
Ok, I have a crash on Windows XP. It's append in the the library viewer (not the editor ) ... some where on the ... crash. ... plateforme. ... I am unable to...
serge abidal
sdffny
Offline Send Email
Mar 31, 2006
9:05 pm
79
This patch (against kicad-sources-2006-03-28) is for building with mingw/msys on Windows. Without this patch, nothing compiles, because the compiler can't find...
Mitch Bradley
wmb314
Offline Send Email
Apr 1, 2006
8:10 am
Messages 50 - 79 of 3678   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