xcircuit-dev Mailing List for XCircuit (Page 4)
Brought to you by:
rtedwards
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(1) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(12) |
Feb
(20) |
Mar
(10) |
Apr
(7) |
May
(17) |
Jun
(8) |
Jul
(14) |
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(4) |
Dec
(6) |
2003 |
Jan
(11) |
Feb
(9) |
Mar
(6) |
Apr
(4) |
May
(4) |
Jun
(9) |
Jul
(14) |
Aug
(5) |
Sep
(22) |
Oct
(2) |
Nov
(4) |
Dec
(3) |
2004 |
Jan
(25) |
Feb
(33) |
Mar
(4) |
Apr
(18) |
May
(34) |
Jun
(58) |
Jul
(5) |
Aug
(10) |
Sep
(3) |
Oct
(5) |
Nov
(5) |
Dec
(3) |
2005 |
Jan
(3) |
Feb
(12) |
Mar
(17) |
Apr
(8) |
May
(7) |
Jun
(3) |
Jul
(20) |
Aug
(11) |
Sep
(11) |
Oct
(19) |
Nov
(22) |
Dec
(9) |
2006 |
Jan
(8) |
Feb
(27) |
Mar
(17) |
Apr
(13) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Nicolas N. <nno...@ti...> - 2005-08-03 03:39:44
|
Sorry, I am new at this. I did see a message alot like mine.... I did : ./configure make and get make lib/tcl/xcircuit.so make[2]: Entering directory `/nbn/src/xcircuit/xcircuit-3.3.30' Makefile:918: warning: overriding commands for target `all-recursive' Makefile:419: warning: ignoring old commands for target `all-recursive' Makefile:921: warning: overriding commands for target `install-recursive' Makefile:419: warning: ignoring old commands for target `install-recursive' rm -f lib/xcircuit.so gcc -g -O2 -fPIC -fPIC -o lib/tcl/xcircuit.so -shared -Wl,-soname,lib/tcl/xcircuit.so -Wl,--version-script=symbol.map xcwrap.o \ elements.o events.o filelist.o files.o fontfile.o formats.o functions.o graphic.o help.o keybindings.o libraries.o menucalls.o netlist.o ngspice.o opengl.o parameter.o python.o rcfile.o render.o schema.o selection.o text.o undo.o tclxcircuit.o tkSimple.o tkPixmap.o xcircuit.o -L/usr/X11R6/lib \ -lc -lXt -lSM -lICE -lm -lX11 -lXpm -ldl -lieee -lm /usr/bin/ld: lib/tcl/xcircuit.so: undefined versioned symbol name _LIB_VERSION@@GLIBC_2.0 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make[2]: *** [lib/tcl/xcircuit.so] Error 1 make[2]: Leaving directory `/nbn/src/xcircuit/xcircuit-3.3.30' make[1]: *** [tcl] Error 2 make[1]: Leaving directory `/nbn/src/xcircuit/xcircuit-3.3.30' make: *** [all-recursive] Error 2 I don't know what it means except that it's an error. does the ./configure command require some option? I am using redhat 8. this is my first version of xcircuit. I tried the nm lib/tcl/xcircuit.so | grep LIB_VERSION but xcircuit.so does not exist (yet) thanks |
From: Amalija H. <Ama...@jl...> - 2005-08-01 09:06:47
|
Hello, soul as a bitter-sweet, purifying influence. The love that is neverleave = to ask your lordship (his brogue became more marked than ever)Blood = consented that he should take the air on deck, and so, as thepiracy by = now. If he... if he loved a woman and was betrothed, andnot fear it. = You no understand. You just an English dog.is unnecessary. I am by way = of accounting myself a gentleman,Come; that's better, quoth he, and his = four scarlet brethrenYou have granted, I am told, the King's commission = to this man.M. de Rivarol changed colour. He quivered visibly with = anger, andThey must, indeed, if his other associates allowed him to = liveThey must, indeed, if his other associates allowed him to = livetruthfully. How came you to be taken with these rebels?So that you = are no longer in case to carry out your boast, evenI am glad to have = your admission of that without any of theof fire, from which explosions = were hurling blazing combustiblesharbour dues a percentage of one tenth = of all spoils brought into |
From: R. T. E. <tim...@mu...> - 2005-07-29 18:02:35
|
Dear Richard, > I have been unable to build either of the versions 3.3.29 and 3.3.30 - > any help would be appreciated: > > ./configure --with-tcl --prefix=/home/moose2/rgf/xcircuit_3.3.30 > > (... stuff ...) > > /usr/bin/ld: lib/tcl/xcircuit.so: undefined versioned symbol name > _LIB_VERSION@@GLIBC_2.0 > /usr/bin/ld: failed to set dynamic section sizes: Bad value > collect2: ld returned 1 exit status > make[1]: *** [lib/tcl/xcircuit.so] Error 1 > make[1]: Leaving directory `/home/moose2/rgf/xcircuit-3.3.30' > make: *** [tcl] Error 2 > > (I have also not been able to successfully build with asg enabled for > many versions. I assumed the code was not ready ...) What operating system are you compiling under? Were you able to successfully compile previous revisions successfully in the same environment? This is possibly an OS error, or due to flags passed to the linker. I know that if I do "nm lib/tcl/xcircuit.so | grep LIB_VERSION" I get back "00072684 d _LIB_VERSION", *not* _LIB_VERSION@@GLIBC_2.0 (i.e., in my compiled file, the variable is not tied to a specific version of GLIBC). That the ASG code does not compile does not surprise me; it has always been in a pretty much unusable state. ---Tim +--------------------------------+-------------------------------------+ | Dr. R. Timothy Edwards (Tim) | email: tim...@mu... | | MultiGiG, Inc. | web: http://www.multigig.com | | 100 Enterprise Way, Suite A-3 | phone: (831) 621-3283 | | Scotts Valley, CA 95066 | cell: (240) 401-0616 | +--------------------------------+-------------------------------------+ |
From: Roland R. <ro...@as...> - 2005-07-27 21:30:50
|
I've just download xcircuit 3.3.29; the last time I used xcircuit was a couple of years ago at rev 3.1.x. On startup, I get a Tcl error: loading history file ... 48 events added error in slave eval: missing colon on line 13 I removed my .tkcon_history thinking it was at fault, but with no effect. If I attempt to launch xcircexec directly, I get a similar error, just the "missing colon on line 13" part. I'm running on a Fedora Core 3 system, Tcl/Tk is at release 8.4. Any clue on what I'm missing? TIA, roland -- PGP Key ID: 66 BC 3B CD Roland B. Roberts, PhD RL Enterprises ro...@rl... 6818 Madeline Court ro...@as... Brooklyn, NY 11220 |
From: Uwe Z. <uwe...@sc...> - 2005-07-25 20:10:56
|
3.3.25? The current version is 3.3.29... Did you download the complete file, or was your download aborted half way through? The complete file should be about 1.3 MByte large - check with the download page for the correct file size... Uwe. > I just downloaded the 3.3.25 distribution from Sourceforge and tried to > gunzip it. I got an error message of "unexpected end of file". > I'm using a completely new installation of FreeBSD 5.4 and downloaded > the file from gnome with their epiphany browser, which I've never used > before, and then moved the file to an appropriate place > (/usr/src/xcircuit). I logged in as root, made the file permissions > 755 and changed the owner to root. > Suggestions?? > Thanks! > -Phyllis Nelson > Phyllis R. Nelson > Associate Professor > Electrical and Computer Engineering > California State Polytechnic University, Pomona > email: prn...@cs... > voice: (909) 869-2649 > 3801 W. Temple Ave. > Pomona, CA 91768 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Xcircuit-dev mailing list > Xci...@li... > https://lists.sourceforge.net/lists/listinfo/xcircuit-dev |
From: Phyllis N. <prn...@ui...> - 2005-07-25 17:36:52
|
I just downloaded the 3.3.25 distribution from Sourceforge and tried to gunzip it. I got an error message of "unexpected end of file". I'm using a completely new installation of FreeBSD 5.4 and downloaded the file from gnome with their epiphany browser, which I've never used before, and then moved the file to an appropriate place (/usr/src/xcircuit). I logged in as root, made the file permissions 755 and changed the owner to root. Suggestions?? Thanks! -Phyllis Nelson Phyllis R. Nelson Associate Professor Electrical and Computer Engineering California State Polytechnic University, Pomona email: prn...@cs... voice: (909) 869-2649 3801 W. Temple Ave. Pomona, CA 91768 |
From: R. T. E. <tim...@mu...> - 2005-07-19 20:13:12
|
The Lightning Stalker wrote: > Can't find tcl library > Reverting to non-Tcl compile > > I tried all those things. Tcl and Tk were > compiled according to the instructions at > http://xcircuit.ece.jhu.edu/windows.html yet the above error > is produced. > > I won't reopen the bug tracker since some people find that annoying, but I feel this issue deserves some attention since at least > one other person seems to be experiencing it. If you typed the option "--with-tcl=<DIR>" on the "configure" command-line, then the configure script expects to see the file "tclConfig.sh" in the directory <DIR>. The default compilation of Tcl/Tk should normally install in /usr/local/. After installation of Tcl/Tk, there should be files /usr/local/lib/tclConfig.sh and /usr/local/lib/tkConfig.sh. If "configure" can't find them, then the correct command-line should be "./configure --with-tcl=/usr/local/lib --with-tk=/usr/local/lib". If all of this seems to be failing, then please send me your "config.log" file, as I may be able to tell more about the problem from it. Regards, Tim +--------------------------------+-------------------------------------+ | Dr. R. Timothy Edwards (Tim) | email: tim...@mu... | | MultiGiG, Inc. | web: http://www.multigig.com | | 100 Enterprise Way, Suite A-3 | phone: (831) 621-3283 | | Scotts Valley, CA 95066 | cell: (240) 401-0616 | +--------------------------------+-------------------------------------+ |
From: R. T. E. <tim...@mu...> - 2005-07-19 20:04:58
|
Dear Phil, > If anyone has a tip on how I can directly get xcircuit > to scale my schematic properly I'd like to hear from > you. In the Tcl/Tk version of XCircuit, you should be able to set Mode="Full Page" in the output dialog, then select "Tabloid" from the Sizes menu to get an 11x17 page size, then click on the "Auto-fit" button to get the scale correct. If you want margins other than 1" on all sides, you should still select full-page/tabloid, then adjust width and height directly from the dialog. Be sure to click on the "Apply" button or hit <Return> after typing a change into the text field, since any of "Scale", "Width", and "Height" may be inconsitent, and xcircuit needs to update the others in response to a change in any one of the fields. If it just re-scans the fields before writing the output file, it will just see inconsistent fields and not know which ones are intended. Regards, Tim +--------------------------------+-------------------------------------+ | Dr. R. Timothy Edwards (Tim) | email: tim...@mu... | | MultiGiG, Inc. | web: http://www.multigig.com | | 100 Enterprise Way, Suite A-3 | phone: (831) 621-3283 | | Scotts Valley, CA 95066 | cell: (240) 401-0616 | +--------------------------------+-------------------------------------+ |
From: Robert O. <phi...@ya...> - 2005-07-19 16:22:01
|
I'm not sure how the experienced xcircuit users do the scaling to make schematics fit the print media. I have tried to manipulate the postscript output properties using the xcircuit dialog but I find that very often my output does not fit the page very well (i.e. is not scaled to take maximum advantage of the available page width/height) or that the output is cutoff. So my workaround, which I thought I'd share, is to use this poster program. http://printing.kde.org/ What I do is write the xcircuit .ps file as EPS Portrait and then post process it with the poster program to arrive at a nicely scaled drawing to my 11x17 media. If anyone has a tip on how I can directly get xcircuit to scale my schematic properly I'd like to hear from you. Thanks. Phil __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: The L. S. <lig...@rd...> - 2005-07-19 05:18:02
|
Can't find tcl library Reverting to non-Tcl compile I tried all those things. Tcl and Tk were compiled according to the instructions at http://xcircuit.ece.jhu.edu/windows.html yet the above error is produced. I won't reopen the bug tracker since some people find that annoying, but I feel this issue deserves some attention since at least one other person seems to be experiencing it. Thanks > This depends on which version of Tcl is installed in > Cygwin. The default version is not compatible with > X11 calls. If you compile your own versions of Tcl > and Tk from http://www.tcl.tk/, the default install location > is /usr/local/. The xcircuit "configure" script should be > able to find it there. If there is an X11-capable version > of Tcl in a non-standard location, you will need to use > "--with-tcl=" and "--with-tk=" on the "configure" command > line. The README file in the xcircuit distribution has more > details. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.9.0/50 - Release Date: 7/16/2005 |
From: The L. S. <lig...@rd...> - 2005-07-17 23:59:17
|
Just tried the latest version and it still doesn=92t recognize tcl. I = added a bug to the bug tracker. --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.9.0/50 - Release Date: 7/16/2005 =20 |
From: Alexander H. <ak...@co...> - 2005-07-13 01:39:42
|
Hi. I've been the new xcircuit maintainer for the Fink project on Mac OS X through most of the 3.3.x series, and I found a problem with 3.3.20 and building on OSX (at least through Fink). The offending line in ./configure is: LDFLAGS="${LDFLAGS} ${LIB_SPEC} -bind_at_load" This causes a link failure on both 10.3.x and 10.4.x. By patching out the -bind_at_load reference, I was able to get it to build. Also, I found this line: SHLIB_CFLAGS="-I/sw/include -fno-common" Putting /sw in such a flag is an extremely bad idea--it's only used for Fink, and even people who use Fink don't necessarily install it in /sw. -- Alexander Hansen Fink Documentarian [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ |
From: R. T. E. <tim...@mu...> - 2005-07-08 00:03:04
|
Dear Robert, > I do a configure and make which produces an > 'xcircexec' executable but when I invoke ./xcircexec I > don't see the familiar blank xcircuit graph paper GUI. > Instead a small grey window opens and then nothing > else. Do "setenv XCIRCUIT_LIB_DIR ./lib" (for csh/tcsh environments, "export XCIRCUIT_LIB_DIR=./lib" for sh/bash) before running "xcircexec". Otherwise, it fails to find the startup script that generates the window, menus, etc., or the actual program, which is a shared library loaded into TCL. Regards, Tim +--------------------------------+-------------------------------------+ | Dr. R. Timothy Edwards (Tim) | email: tim...@mu... | | MultiGiG, Inc. | web: http://www.multigig.com | | 100 Enterprise Way, Suite A-3 | phone: (831) 621-3283 | | Scotts Valley, CA 95066 | cell: (240) 401-0616 | +--------------------------------+-------------------------------------+ |
From: Robert O. <phi...@ya...> - 2005-07-07 16:54:57
|
I do a configure and make which produces an 'xcircexec' executable but when I invoke ./xcircexec I don't see the familiar blank xcircuit graph paper GUI. Instead a small grey window opens and then nothing else. Am I doing something wrong to invoke xcircuit? I am thinking maybe I did something wrong on the configure step but I didn't get any errors on my configure or make. I did a ./configure --with-tcl My old version of xcircuit was v3.2 and I don't want to do a make install until I can be assured 3.3.19 is stable so I'm trying to run it from the build directory. Any thoughts welcome. ____________________________________________________ Sell on Yahoo! Auctions no fees. Bid on great items. http://auctions.yahoo.com/ |
From: R. T. E. <tim...@mu...> - 2005-06-29 16:04:23
|
Dear Bliss, > Yesterday I tried your latest version, 3.3.19, of xcircuit and found > that when I create a User Object and try to push it into the editor, > i.e. using ">", I get the meassage "no object selected". Did you change > something about how user objects are edited? Since a few revisions back, I changed the way objects are selected, not how they are edited. The selection mechanism avoids the clunky "click button1/3 to accept/reject" mechanism. But, to avoid that, I had to make the selection mechanism "smarter", which I did with a number of heuristics. One of them is a recursive search on elements, so that an object is selected only if some element inside the object (line, box, text, etc.) would be selected. This lets one create an object such as a page frame or boundary and not have xcircuit think you're selecting in any time you click on something in the middle. But, heuristics are heuristics, and so it is sometimes true that what looks to you like a single object looks to xcircuit like a frame with an empty space in the middle, so if you are trying to select the object with the cursor in the middle, xcircuit thinks there's nothing there. Instead, try to select it near the edge. I'll try to think of some way to improve the heuristic. Regards, Tim +--------------------------------+-------------------------------------+ | Dr. R. Timothy Edwards (Tim) | email: tim...@mu... | | MultiGiG, Inc. | web: http://www.multigig.com | | 100 Enterprise Way, Suite A-3 | phone: (831) 621-3283 | | Scotts Valley, CA 95066 | cell: (240) 401-0616 | +--------------------------------+-------------------------------------+ |
From: Benoit B. <ben...@gm...> - 2005-06-16 13:16:43
|
Dear Mr. Edwards, sorry for the late. > I just updated xcircuit to revision 3.3.14, which does what you want. > An "info label" on the top-level schematic will get its contents > written verbatim into the netlist output. Many thanks. >=20 > Let me know if it is or is not working the way you want. I have just quickly tried your last version: when I open the xcircuit file I was working on, it crashes with a segmentation fault. Other files seem to work correctly. I haven't tried the "info label" yet. I will do it in a short time. >=20 > Regards, > Tim Thank you very much again, best regards. Benoit |
From: Benoit B. <ben...@gm...> - 2005-05-26 15:31:57
|
Dear everybody, I'm studying electrical engineering in Padua, Italy; I'm doing my master thesis work in power electronics and I want to do my whole work using only opensource software. So I'm using xcircuit and this is the problem: how can I insert spice directives in an xcircuit drawing, like the declarations of the models, the option definitions and so? eg: .model diode d .model switch1 sw ... These directives must obviously be put at the top of the netlist file. Thank you very much, this is very important for me. Best regards, Benoit Bidoggia ben...@gm... |
From: <MAI...@we...> - 2005-05-15 05:55:39
|
This is the WebTV_Postfix+sws program at host smtpout-3204.bay.webtv.net. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to <postmaster> If you do so, please include this problem report. You can delete your own text from the message returned below. The WebTV_Postfix+sws program - Transcript of session follows <de...@co...>: host maila.microsoft.com[131.107.3.124] said: 550 5.1.1 User unknown (in reply to RCPT TO command) <do...@co...>: host maila.microsoft.com[131.107.3.124] said: 550 5.1.1 User unknown (in reply to RCPT TO command) <mar...@co...>: host maila.microsoft.com[131.107.3.124] said: 550 5.1.1 User unknown (in reply to RCPT TO command) <to...@co...>: host maila.microsoft.com[131.107.3.124] said: 550 5.1.1 User unknown (in reply to RCPT TO command) Original message follows |
From: Rick J. <ri...@ha...> - 2005-05-06 15:50:30
|
I seem to be having some difficulty setting co-ordinates to metric. I have a .xcircuitrc in my home directory with: set coordstyle cm but xcircuit comes up with inch co-ordinates. If I open the TCL console it responds with: loading history file ... 1 events added Starting xcircuit under Tcl interpreter Main console display active (Tcl8.4.6 / Tk8.4.6) (rick) 2 % set coordstyle cm cm (rick) 3 % which looks as if it has recognised the command, but co-ordinates are still in inches. Have I missed something here? System is Gentoo Linux, kernel 2.6.11.7, Athlon processor, xcircuit 3.1.31. -- Rick Jenkins <ri...@ha...> Hartman Technica http://www.hartmantech.com Phone +1 (403) 230-1987 voice & fax 221 35 Avenue. N.E., Calgary, Alberta, Canada T2E 2K5 |
From: Svenn A. B. <sv...@bj...> - 2005-05-01 17:32:49
|
On Saturday 30 April 2005 19:09, Hans J. Albertsson wrote: > /usr/local/lib/xcircuit-3.3/tkcon.tcl: wish: Not found have you installed tcl/tk on your machine? If you have and the name of the executable is wish8.4, then edit the file above and modify the exec wish command at the beginning to exec wish8.4 I have to do this on a TWW distribution every time Tim makes a new tarball. -- Svenn |
From: Hans J. A. <han...@br...> - 2005-04-30 17:09:27
|
/usr/local/lib/xcircuit-3.3/tkcon.tcl: wish: Not found --=20 Hans J. Albertsson Brf Br=E4nneriet, Reimersholme |
From: Peter K. O. <pes...@sb...> - 2005-04-26 02:10:32
|
I followed the instructions to install xcircuity for windows from your website, but I am having some problems. I have attached a screen shot of the cygwin from when I typed xcircuit in. I think I installed cygwin properly, but the oclock program wouldn't load. Any thoughts or changes in install procedure? In the event that attachments are stripped, I have posted a copy here: http://www.peschtra.com/xcircuit_setup.png. Please cc any answers as I do not know how to subscribe. Thanks! -- Peter Kupfer -- Using OOo since 'OO4 -- pes...@ya... Want to help? http://www.oooauthors.org For OOo tips: http://openoffice.peschtra.com/tips/ooo_tips_tricks.html To order OOo: http://openoffice.peschtra.com/distro/ooo_distro.html |
From: R. T. E. <ti...@op...> - 2005-04-09 00:31:12
|
Dear Graham, > I find that the bounding box of an xcircuit symbol can be > truncated on the right and upper sides. I'm possibly seeing what you're seeing, but I'm not sure. I turned on the checkbox "Options->Show Bounding Box" so I can track what xcircuit thinks the bounding box is. What I found is that 1) XCircuit properly tracks all justifications properly, through flips, rotations, etc.; however, 2) if you simply rejustify a label but don't otherwise change anything in the symbol, XCircuit fails to recalculate the bounding box, and the erroneous bounding box will be saved when the file is written. 3) If the file is reloaded, this forces a bounding box computation, and the bounding box becomes correct again. This is trivial to fix, but I'm suspicious that there's more to it than that. Regards, Tim |
From: Graham P. <gra...@vl...> - 2005-04-08 11:03:45
|
Hallo Tim, I find that the bounding box of an xcircuit symbol can be truncated on the right and upper sides. I think this is caused by text with a justification that is not bottom left. If for example text on the right is justified bottom right, the bounding box is set to the text left co-ord leaving anything to the right truncated. Something similar happens if text at the top of the symbol is justified top left instead of bottom left. It seems that the text justification is not considered when calculating the bounding box co-ords. I have been fixing this my manually editing the bounding box co-ords. I am using 3.2.24, but the problem has been around ever since I started using xcircuit. It's only now that I think I know why the bounding box is too small! Best regards, Graham Petley |
From: Richard F. {x. C. <rg...@sg...> - 2005-03-31 14:39:35
|
Hi! Just thought I'd let you know I have not been able to compile the last three versions with ASG enabled ... I get the following message after configuration: ... make tcl ... make[1]: *** No rule to make target `asg/libasg.a', needed by `lib/tcl/xcircuit.so'. Stop. so I'm compiling it witthout ASG, which seems to work fine. Dick -- Richard Finstad E-mail: rg...@sg... SGI Voice : (715)726-7483 1168 Industrial Blvd Fax : (715)726-7662 Chippewa Falls, WI 54729-0078 Room : CF2/269B -------------------------------------------------------------------------- |