XCircuit icon indicating copy to clipboard operation
XCircuit copied to clipboard

XCircuit circuit drawing and schematic capture tool

Results 16 XCircuit issues
Sort by recently updated
recently updated
newest added

After grace period of 25 years, Clang-16 and GCC-14 are enabling errors code that was made illegal in C99 standard. Note that it's very easy to accidentally mess this up...

here some changes which allowed me to get xcircuit running on Apple Silicon Makefiles prepared with: ./configure --with-cairo=no This allowed me to load & edit my schematics with MacOS 14.0...

This avoids an implicit function declaration in functions.c for HAVE_CAIRO. Future compilers will not accept such implicit function declarations by default, leading to a build failure. Related to: * https://fedoraproject.org/wiki/Changes/PortingToModernC...

It is possible to add a feature to customize the meta data specifically the Description in the SVG export. I use the svg format for showing my drawings in HTML....

Environment: Linux Mint 20.3, XCircuit versions: v3.9 rev 73, latest version compiled from github source. Steps to reproduce: 1. Open XCircuit 2. Select series74xx ![image](https://user-images.githubusercontent.com/1529102/206356676-78dbb86f-3fac-42b6-941f-e778409e1ddd.png) 4. Press "Load All"

I am using both MobaXterm and vcxsrv on windows to connect to linux for editing with xcircuit and I note that whenever I try to modify points of drawing elements...