The error I mentioned when compiling with --enable-asg seems to be related to the ClientData pointer, which is defined in XCircuit.h
#define ClientData XtPointer Again, this leads back to something that is apparently related to Xt. Is there a development library that I could be missing? Any help would be greatly appreciated. The errors start with the compilation of asg/var.c and follow the pattern In file included from var.c:76 ( externs.h ) externs.h:103: error: expected ')' before '*' token This error is repeated for lines 104, 112, 113, 114, 172, and 181. The common variable with '*' in these lines is ClientData. Thanks for your help. Jeff Jeff Kauppila wrote: > I am trying to compile XCircuit from the CVS (3.6.91) and I am getting > the following error: > > xtfuncs.c: In function ‘highlightexcl’: > xtfuncs.c:900: error: ‘PanToolButton’ undeclared (first use in this > function) > xtfuncs.c:900: error: (Each undeclared identifier is reported only once > xtfuncs.c:900: error: for each function it appears in.) > xtfuncs.c:908: error: ‘ToolBar’ undeclared (first use in this function) > xtfuncs.c:908: error: ‘toolbuttons’ undeclared (first use in this function) > xtfuncs.c:926: error: ‘RotPToolButton’ undeclared (first use in this > function) > xtfuncs.c:928: error: ‘RotNToolButton’ undeclared (first use in this > function) > make[1]: *** [xtfuncs.o] Error 1 > make[1]: Leaving directory > `/home/kauppijs/local/src/CVS/XCircuit/xcircuit-3.6' > make: *** [all-recursive] Error 1 > > I am trying to compile and Kubuntu 7.04. Now that XCircuit is no longer > in the repository, I am needing to compile the code, so I figured I > would try the latest. I believe I have all of the libraries and devel > packages that I need, but there is a chance I have overlooked one. > > I plan to compile the CVS code of all of the tools offered on > opencircuitdesign.com. I have used a number of them in the past, but I > would like to try to get them working together. I am also an ng-spice > user and I noticed that you have a patch for the ng-spice code as well. > I have been working with another guy here to make some customizations to > the ng-spice code, to make the output files more parser friendly and to > work with this Verilog-A compiling interface. I am really interested in > trying to use XCircuit as a front end to ng-spice. Are there any other > commands that I need to pass at ./configure to get the ng-spice > integration? I would like to pass --enable-asg, but if I recall, that > resulted in an error as well. If I can reproduce that, I will pass that > along too. > > Thanks for your help. > > Jeff > -- Jeff Kauppila Staff Engineer Institute for Space and Defense Electronics Vanderbilt University Office: (615) 322-3981 Cell: (615) 479-4296 Fax: (615) 343-9550 Email: [EMAIL PROTECTED] Web: http://www.isde.vanderbilt.edu _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
