[Xcircuit-dev] xcircuit 3.6.24-1 unusable on amd64

ldoolitt at recycle.lbl.gov ldoolitt at recycle.lbl.gov
Wed May 31 11:27:26 PDT 2006


Michael -

Thanks for your (and Tim's) quick response.

On Wed, May 31, 2006 at 07:21:56PM +0200, Michael Ablassmeier wrote:
> seems so. However, one fix for this issue would be to compile xcircuit with the
> tcl interface, which seems by far less buggier, though. As --with-tcl and
> --with-python are mutually exclusive we would have to disable the python
> interpreter interface. I dont know how much people make use of it.

I know I don't.  On my Debian sid amd64 machine, I just now
built xcircuit-3.6.25 with

./configure --with-tcl=/usr/lib/tcl8.4 --prefix=$HOME
make install

The look is different, but the feel is the same, and
the crashes are gone.  Cool.

I touched up one very minor warning, patch appended.
That leaves a bunch of copies of

Makefile:933: warning: overriding commands for target `dist'
Makefile:621: warning: ignoring old commands for target `dist'
Makefile:953: warning: overriding commands for target `all-recursive'
Makefile:425: warning: ignoring old commands for target `all-recursive'
Makefile:956: warning: overriding commands for target `install-recursive'
Makefile:425: warning: ignoring old commands for target `install-recursive'

messages.  What's that all about?

   - Larry


diff --exclude=Makefile --exclude=configure -ur xcircuit-3.6.25/menudep.c xcircuit-3.6.25-lrd/menudep.c
--- xcircuit-3.6.25/menudep.c	2006-04-10 14:52:19.000000000 -0700
+++ xcircuit-3.6.25-lrd/menudep.c	2006-05-31 11:16:04.000000000 -0700
@@ -152,6 +152,7 @@
 #else
 
 #include <stdio.h>
+#include <stdlib.h>
 
 int main()
 {



More information about the Xcircuit-dev mailing list