> Rob wrote:
> 
> And looking on the Xcircuit download page, I learn that the
> last reference to Ubuntu was nine(!) years ago and concerns
> Xcircuit 3.4 on Ubuntu version 7 (I think we’re on 15 now).

> It also lists TEN other packages I’m expected to install
> before I can even try compiling Xcircuit. 

I build it for my own Debian systems. My notes on the process:

 + added packages tcl8.5-dev, tk8.5-dev, libgs-dev
 + configure said
   + can't find Tcl configuration script "tclConfig.sh"
     + tcl8.5-dev and tk8.5-dev were already installed, so
       told it where to find it. Compiled tcl okay with
       "./configure --with-tcl=/usr/lib/tcl8.5/"
   + Building xcircuit without ghostscript rendering
     + I installed libgs-dev to get the ghostscript headers.
       It found those without help.
 + got an error in a tk console on a system with both 8.4 and 8.5
   error in slave eval:
   couldn't load file
   "/usr/local/lib/xcircuit-3.8/xcircuit.so": 
/usr/local/lib/xcircuit-3.8/xcircuit.so:
   undefined symbol: Tcl_PkgInitStubsCheck
   + Caused by xcircuit trying to use wish8.4, but compiled
     against wish8.5.
   + Solution is to manually edit /usr/local/bin/xcircuit and
     change line 10 from 
     XCIRCUIT_WISH=/usr/bin/wish  to
     XCIRCUIT_WISH=/usr/bin/wish8.5


> I’m about to throw in the towel. Anybody know another
> circuit design/schematic capture program that runs on Mac?

Can't help with Mac. *smiles*

_______________________________________________
Xcircuit-dev mailing list
Xcircuit-dev@opencircuitdesign.com
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to