← Back to team overview

kicad-developers team mailing list archive

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

 

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


References