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: [EMAIL PROTECTED]    |
| Open Circuit Design, Inc.      | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-9364               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to