XCircuit
XCircuit copied to clipboard
XCircuit circuit drawing and schematic capture tool
Following is my system configuration (Arch linux) ``` $ uname -a Linux arc 5.10.7-arch1-1 #1 SMP PREEMPT Wed, 13 Jan 2021 12:02:01 +0000 x86_64 GNU/Linux ``` and package versions ```...
Hello, I have a question. From what I understand, since there is no a symbol exception like described [here](http://wiki.geda-project.org/geda:license) it means that files generated by xcircuit are under GPL. Is...
The EPS bounding box is not set correctly when the page includes flipped or rotated pin labels on the periphery. Attached is an example. It doesn't matter whether Xcircuit saves...
Hi, I have installed Xcircuit via macports > sudo port install xcircuit And then tried to open Xcircuit via > xcircuit I get the following error --------------------------------------------------------------------------- application-specific initialization failed:...
``` svg.c:1136:7: error: format not a string literal and no format arguments [-Werror=format-security] 1136 | sprintf(filename, Tcl_GetString(objv[1])); | ^~~~~~~ svg.c:1139:7: error: format not a string literal and no format arguments...
XCircuit is unusable on hidpi displays without some hacks. A menu option to change icon scale would help substantially.
Seems "mandir" parameters never used in real case and maintainer has no chance to set correct manual's location ``` $ grep -n -i -C2 mandir Makefile.in 189- $(am__cd) "$$dir" &&...
I installed xcircuit following the instructions page. When I run `xcircuit` I get the following message: ``` application-specific initialization failed: couldn't connect to display ":0" Error in startup script: couldn't...
Trying to install on centos 7 leads to an error upon calling make: help.c: In function ‘starthelp’: help.c:334:13: error: ‘OptionsHelpButton’ undeclared (first use in this function) button = OptionsHelpButton; ^...
# How to compile xcircuit as shared library that can be called by Python? I compile as `./configure --enable-shared`, but it does not suuport this.