I think you're trying to compile the old Xw version, did you issue configure like './configure --prefix=<if you want> --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4' the configure script sometimes has troubles locating the tcl/tk libs, at least, I had the same troubles in debian, and since Ubuntu has a firm debian background it's worth giving it a shot!
Regards, Dimitri On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Send Xcircuit-dev mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Xcircuit-dev digest..." > > > Today's Topics: > > 1. Error in xtfuncs.c: In Function highlightexcl (Jeff Kauppila) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 24 Apr 2007 13:53:27 -0500 > From: Jeff Kauppila <[EMAIL PROTECTED]> > Subject: [Xcircuit-dev] Error in xtfuncs.c: In Function highlightexcl > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=windows-1252; format=flowed > > 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 > > > End of Xcircuit-dev Digest, Vol 12, Issue 4 > ******************************************* > _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
