← Back to team overview

kicad-developers team mailing list archive

Re: The developer mailing list did not work in my case

 

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.charras@xxxxxxxxxx>
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<https://launchpad.net/~kicad-developers>
> Post to     : kicad-developers@lists.**launchpad.net<kicad-developers@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~kicad-**developers<https://launchpad.net/~kicad-developers>
> More help   : https://help.launchpad.net/**ListHelp<https://help.launchpad.net/ListHelp>
>

References