[csw-users] WxWidgets

Eric Enright eric.enright at gmail.com
Sun Jan 7 09:38:41 CET 2007


On 1/6/07, Paul Gress <pgress at optonline.net> wrote:
> Hi all,
>
> I was trying to compile "Kicad"
> (http://www.lis.inpg.fr/realise_au_lis/kicad/, EDA CAD program for
> PCB's) using mostly CSW libs.  All was going fine until I hit a
> roadblock with WxWidgets.
>
> gcc: /opt/csw/lib/libwx_gtk2-2.7.a: No such file or directory
> gcc: /opt/csw/lib/libwxpng-2.7.a: No such file or directory
> gcc: /opt/csw/lib/libwxjpeg-2.7.a: No such file or directory
> gcc: /opt/csw/lib/libwxzlib-2.7.a: No such file or directory
>
> Why are not these basic libraries included in CSWwxwidgets?

Solaris in general frowns on static libraries, (as should most
systems, IMO).  I do not know if the above are "basic libraries", but
I have three (3) wxWidgets installs on this system currently: CSW,
another third-party's, and a homebrew.  None of them include static
libs, or image or zlib libs, and I have no problem building against
them.

I've never tried to build "kicad", but since it is trying to link
non-existant libraries (according to a quick package search on
blastwave.org) , I would blame a broken "configure" script and/or
Makefile.

> Does anyone know how to workaround these errors?

No, sorry. :(

-- 
Eric Enright



More information about the users mailing list