← Back to team overview

kicad-developers team mailing list archive

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

 

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




Follow ups

References