[Xcircuit-dev] Installing xcircuit: Problems with XwworkSpaceWidgetClass

R. Timothy Edwards tim at opencircuitdesign.com
Sat Jan 12 12:52:26 PST 2008


Dear Iván,

> error in slave eval:
> couldn't load file "/usr/local/lib/xcircuit-3.4/xcircuit.so":
> /usr/local/lib/xcircuit-3.4/xcircuit.so: undefined symbol:
> XwworkSpaceWidgetClass

The problem is that "xcircuit.so" is loaded from the Tcl interpreter,
but XwworkSpaceWidgetClass is a property of the non-Tcl-based version
of XCircuit.  The usual way that this happens is that a complete or
partial compile is done without configuring xcircuit to use Tcl, and
then xcircuit is re-compiled using Tcl but without doing "make clean".
Try doing "make clean", "make", and "make install", and I expect that
it will work better this time around.

					Regards,
					Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: tim at opencircuitdesign.com    |
| Open Circuit Design, Inc.	 | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-9364               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+



More information about the Xcircuit-dev mailing list