Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-25 Thread Travis Ayres
Hi Shane,

I'm no expert, but it looks like the linker can't find the wxgtk library.
Did you compile it in an odd directory, perchance?

-Travis


On Sat, May 25, 2013 at 10:00 AM, Shane Volpe shanevo...@gmail.com wrote:

 I've been trying to get the samples together but I'm struggling with
 getting KiCAD to compile.  I switched from Ubuntu to ArchLinux and
 have had no luck getting KiCAD to compile under ArchLinux.  I keep
 getting the following error:
 usr/bin/ld: cannot find -lwx_gtk2d_gl-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_aui-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_adv-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_html-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_core-2.8
 /usr/bin/ld: cannot find -lwx_based_net-2.8
 /usr/bin/ld: cannot find -lwx_based-2.8
 /usr/bin/ld: cannot find -lwx_based_xml-2.8

 I tried compiling wxgtk manually but still get the above errors, I'm
 assuming there is some option(s) I'm missing when compiling wxgtk.
 Can anyone point me in the right direction on what I might be doing
 wrong.
 Regards,
 Shane

 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-25 Thread Dick Hollenbeck
On May 25, 2013 12:01 PM, Shane Volpe shanevo...@gmail.com wrote:

 I've been trying to get the samples together but I'm struggling with
 getting KiCAD to compile.  I switched from Ubuntu to ArchLinux and
 have had no luck getting KiCAD to compile under ArchLinux.  I keep
 getting the following error:
 usr/bin/ld: cannot find -lwx_gtk2d_gl-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_aui-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_adv-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_html-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_core-2.8
 /usr/bin/ld: cannot find -lwx_based_net-2.8
 /usr/bin/ld: cannot find -lwx_based-2.8
 /usr/bin/ld: cannot find -lwx_based_xml-2.8

Where is the above text coming from?
What you want to share with us is the linker command line and error output.

All of it.

$ make VERBOSE=1  21   linkfail.txt

Cmake has to be given a working wx-config program too.


 I tried compiling wxgtk manually but still get the above errors, I'm
 assuming there is some option(s) I'm missing when compiling wxgtk.
 Can anyone point me in the right direction on what I might be doing
 wrong.
 Regards,
 Shane

 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-25 Thread jean-pierre charras

On 05/25/2013 07:00 PM, Shane Volpe wrote:

I've been trying to get the samples together but I'm struggling with
getting KiCAD to compile.  I switched from Ubuntu to ArchLinux and
have had no luck getting KiCAD to compile under ArchLinux.  I keep
getting the following error:
usr/bin/ld: cannot find -lwx_gtk2d_gl-2.8
/usr/bin/ld: cannot find -lwx_gtk2d_aui-2.8
/usr/bin/ld: cannot find -lwx_gtk2d_adv-2.8
/usr/bin/ld: cannot find -lwx_gtk2d_html-2.8
/usr/bin/ld: cannot find -lwx_gtk2d_core-2.8
/usr/bin/ld: cannot find -lwx_based_net-2.8
/usr/bin/ld: cannot find -lwx_based-2.8
/usr/bin/ld: cannot find -lwx_based_xml-2.8

I tried compiling wxgtk manually but still get the above errors, I'm
assuming there is some option(s) I'm missing when compiling wxgtk.
Can anyone point me in the right direction on what I might be doing
wrong.
Regards,
Shane



try:
wx-config --libs
to see where wxGTK libs are expected to be.
(be sure you have run make install after built wxGTK).

jp charras



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-25 Thread Shane Volpe
All,
Thanks for the help.  It turns out I have to different versions of
wx-config installed 2.8 and 2.9.  I had removed 2.8 or so I thought,
the wx-config was still installed for it and set as the default
wx-config.  Once I fixed the symlink for wx-config and pointed it to
wx-config-2.9 everything started working!

On Sat, May 25, 2013 at 2:01 PM, jean-pierre charras
jp.char...@wanadoo.fr wrote:
 On 05/25/2013 07:00 PM, Shane Volpe wrote:

 I've been trying to get the samples together but I'm struggling with
 getting KiCAD to compile.  I switched from Ubuntu to ArchLinux and
 have had no luck getting KiCAD to compile under ArchLinux.  I keep
 getting the following error:
 usr/bin/ld: cannot find -lwx_gtk2d_gl-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_aui-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_adv-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_html-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_core-2.8
 /usr/bin/ld: cannot find -lwx_based_net-2.8
 /usr/bin/ld: cannot find -lwx_based-2.8
 /usr/bin/ld: cannot find -lwx_based_xml-2.8

 I tried compiling wxgtk manually but still get the above errors, I'm
 assuming there is some option(s) I'm missing when compiling wxgtk.
 Can anyone point me in the right direction on what I might be doing
 wrong.
 Regards,
 Shane


 try:
 wx-config --libs
 to see where wxGTK libs are expected to be.
 (be sure you have run make install after built wxGTK).

 jp charras




 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-25 Thread Travis Ayres
To those new to wxwidgets who may be on the Windows platform, wx-config is
available on windows as a separate project at

https://sites.google.com/site/wxconfig/

Put it in your path - it really helps
 On May 25, 2013 11:01 AM, jean-pierre charras jp.char...@wanadoo.fr
wrote:

 On 05/25/2013 07:00 PM, Shane Volpe wrote:

 I've been trying to get the samples together but I'm struggling with
 getting KiCAD to compile.  I switched from Ubuntu to ArchLinux and
 have had no luck getting KiCAD to compile under ArchLinux.  I keep
 getting the following error:
 usr/bin/ld: cannot find -lwx_gtk2d_gl-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_aui-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_adv-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_html-2.8
 /usr/bin/ld: cannot find -lwx_gtk2d_core-2.8
 /usr/bin/ld: cannot find -lwx_based_net-2.8
 /usr/bin/ld: cannot find -lwx_based-2.8
 /usr/bin/ld: cannot find -lwx_based_xml-2.8

 I tried compiling wxgtk manually but still get the above errors, I'm
 assuming there is some option(s) I'm missing when compiling wxgtk.
 Can anyone point me in the right direction on what I might be doing
 wrong.
 Regards,
 Shane


 try:
 wx-config --libs
 to see where wxGTK libs are expected to be.
 (be sure you have run make install after built wxGTK).

 jp charras



 __**_
 Mailing list: 
 https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
 Post to : 
 kicad-developers@lists.**launchpad.netkicad-developers@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-16 Thread Dick Hollenbeck
On 05/15/2013 04:17 PM, Alexander Lunev wrote:
 
 Note: we have feedback from users/developers only for the Eagle importer.
 
 *I have got that feedback. Users/developers communicate with me directly.*
 *If pcad2kicadsch was in lp:kicad, I think they would send reports to the 
 developer
 mailing list instead.*
 *
 *
 *My resentment is not about lp:kicad/stable but lp:kicad.*
 *
 *
 *P.S.:*
 *Jean-Pierre, I think you had better openly tell about your / lp:kicad team 
 intentions*
 *concerning KICAD_GOST here, on the developer mailing list.*
 *Who is silent about intentions, again me?*
 *
 *
 *GOST users/developers should know this and act correspondingly.*
 *
 *
 *Alexander.*


Alexander,

Warning.  I find this to be an attempt to intimidate, and I find it to be 
dis-respectful
of a lead developer.  It is a duplication of an email that was sent a day or so 
ago, this
time highlighted in white.

If you want to remain a part of KiCad developers mailing list, you will have to 
amend your
attitude.  Really it is that simple.  Its been 3 weeks since I threw somebody 
off this
mailing list, it may be time for another.

As a warning, I am suspending your participation on the list for 3 days as a 
result of
this specific posting.

No one should think that it is acceptable to insult or intimidate the lead 
developers, or
any significant contributors, and remain a part of this team.


Dick



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-15 Thread jp charras

Le 15/05/2013 01:35, Shane Volpe a écrit :

I to want to voice my disappointment in not having the schematic portion
merged.  If there are problems please clearly list them so others can fix
them.
Regards,
Shane


Pcad2kicad was finalized in march 2013, and made compatible with the 
Pcbnew plugin mechanism to include importers.
The pcb converter was integrated in pcbnew and tested :bugs and other 
issues fixed by Alexander (thanks to Alexander).
and i was able to include it just in time in the stable release (march 
2013 for the first version.)


A stable version take some time to be fully finalized: Doc update, libs 
update, bug fixes, and so on... (and is not fully finalized)
The schematic portion was postponed, because I did not have a chance to 
test it, and the stable version (and other fixes in testing version) 
took me some time.


Note: we have feedback from users/developers only for the Eagle importer.

Therefore: no feedback from users or developers, not a lot of time to 
test the schematic converter (currently I do not have pcad schematic 
files for a fast test), and no Eeschema importer mechanism lead me we 
have some time to merge it (and to write a doc or enhance the readme to 
use it).
It also can be left as an external tool, because the Pcad2kicad 
schematic converter is freely accessible.


It can be used/tested even it is not included in the current kicad version.
Your disappointment certainly means you need this converter, and 
therefore your are able to test it, send us a schematic/lib file for 
tests and enhance the readme (if needed).


the GOST-doc-gen is an other story.

--
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-15 Thread Shane Volpe
Jp,
Thanks for the response.  I will certainly put together some schematics for
testing and also I'm more than willing to do testing.  I had provided a PCB
file to aid in the development of Pcad2kicad and will love to do so for the
schematic portion as well.  I should be able to post something early next
week.  Should I just post the schematics/lib to this list or is there a
better place to post them?
Shane



On Wed, May 15, 2013 at 3:59 AM, jp charras jp.char...@wanadoo.fr wrote:

 Le 15/05/2013 01:35, Shane Volpe a écrit :

  I to want to voice my disappointment in not having the schematic portion
 merged.  If there are problems please clearly list them so others can fix
 them.
 Regards,
 Shane


 Pcad2kicad was finalized in march 2013, and made compatible with the
 Pcbnew plugin mechanism to include importers.
 The pcb converter was integrated in pcbnew and tested :bugs and other
 issues fixed by Alexander (thanks to Alexander).
 and i was able to include it just in time in the stable release (march
 2013 for the first version.)

 A stable version take some time to be fully finalized: Doc update, libs
 update, bug fixes, and so on... (and is not fully finalized)
 The schematic portion was postponed, because I did not have a chance to
 test it, and the stable version (and other fixes in testing version) took
 me some time.

 Note: we have feedback from users/developers only for the Eagle importer.

 Therefore: no feedback from users or developers, not a lot of time to test
 the schematic converter (currently I do not have pcad schematic files for a
 fast test), and no Eeschema importer mechanism lead me we have some time to
 merge it (and to write a doc or enhance the readme to use it).
 It also can be left as an external tool, because the Pcad2kicad schematic
 converter is freely accessible.

 It can be used/tested even it is not included in the current kicad version.
 Your disappointment certainly means you need this converter, and therefore
 your are able to test it, send us a schematic/lib file for tests and
 enhance the readme (if needed).

 the GOST-doc-gen is an other story.

 --
 Jean-Pierre CHARRAS


 __**_
 Mailing list: 
 https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
 Post to : 
 kicad-developers@lists.**launchpad.netkicad-developers@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-15 Thread jp charras

Le 15/05/2013 15:12, Shane Volpe a écrit :

Jp,
Thanks for the response.  I will certainly put together some schematics for
testing and also I'm more than willing to do testing.  I had provided a PCB
file to aid in the development of Pcad2kicad and will love to do so for the
schematic portion as well.  I should be able to post something early next
week.  Should I just post the schematics/lib to this list or is there a
better place to post them?
Shane



Currently, I am thinking the best place is
/bazaar.launchpad.net/~kicad-gost-committers/kicad/pcad2kicad project,
in extra/pcad2kicadsch/
in a folder like test_files.
This kind of tool needs some test files for regression tests.





On Wed, May 15, 2013 at 3:59 AM, jp charras jp.char...@wanadoo.fr wrote:


Le 15/05/2013 01:35, Shane Volpe a écrit :

  I to want to voice my disappointment in not having the schematic portion

merged.  If there are problems please clearly list them so others can fix
them.
Regards,
Shane



Pcad2kicad was finalized in march 2013, and made compatible with the
Pcbnew plugin mechanism to include importers.
The pcb converter was integrated in pcbnew and tested :bugs and other
issues fixed by Alexander (thanks to Alexander).
and i was able to include it just in time in the stable release (march
2013 for the first version.)

A stable version take some time to be fully finalized: Doc update, libs
update, bug fixes, and so on... (and is not fully finalized)
The schematic portion was postponed, because I did not have a chance to
test it, and the stable version (and other fixes in testing version) took
me some time.

Note: we have feedback from users/developers only for the Eagle importer.

Therefore: no feedback from users or developers, not a lot of time to test
the schematic converter (currently I do not have pcad schematic files for a
fast test), and no Eeschema importer mechanism lead me we have some time to
merge it (and to write a doc or enhance the readme to use it).
It also can be left as an external tool, because the Pcad2kicad schematic
converter is freely accessible.

It can be used/tested even it is not included in the current kicad version.
Your disappointment certainly means you need this converter, and therefore
your are able to test it, send us a schematic/lib file for tests and
enhance the readme (if needed).

the GOST-doc-gen is an other story.

--
Jean-Pierre CHARRAS


__**_
Mailing list: 
https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
Post to : 
kicad-developers@lists.**launchpad.netkicad-developers@lists.launchpad.net
Unsubscribe : 
https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
More help   : 
https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp






--
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-15 Thread Alexander Lunev


Note: we have feedback from users/developers only for the Eagle importer.


I have got that feedback. Users/developers communicate with me directly.
If pcad2kicadsch was in lp:kicad, I think they would send reports to the 
developer mailing list instead.

My resentment is not about lp:kicad/stable but lp:kicad.

P.S.:
Jean-Pierre, I think you had better openly tell about your / lp:kicad team 
intentions
concerning KICAD_GOST here, on the developer mailing list.
Who is silent about intentions, again me?

GOST users/developers should know this and act correspondingly.

Alexander.___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp