Re: [kicad] Issues of building KiCad using Microsoft Visual Studio and vcpkg

2022-10-08 Thread RigoLigo RLC
Do you have the complete build log? That’ll be much more helpful. Also please make sure you’ve installed all the required packages according to the dev docs, too. > 2022年10月8日 16:30,zhao xu 写道: > > When I tried to use Microsoft Visual Studio and vcpkg to build KiCAD, it > occured the error 'C

Re: [kicad] IDE for KiCad development

2023-01-17 Thread RigoLigo RLC
I used to code with Qt Creator under Linux. It's easily an advanced CMake C++ IDE with a lot of flexibility (I even use it for navigating and compiling ReactOS source code). Maybe what you're not familiar with is how CMake works with Qt Creator? If you wanna control the conditional compiling, in

Re: [kicad] 7.0 branch new ERC check about simulation models

2023-04-24 Thread RigoLigo RLC
Hi, This is a bug that was fixed in upcoming 7.0.3. Check out this ticket on GitLab: https://gitlab.com/kicad/code/kicad/-/issues/14582 I've also got some reports from the Chinese community saying previously fine projects would emit errors in 7.0.2. Before I could file a bug it was fixed already.

Re: [kicad] Import DXF cause int overflow

2024-11-26 Thread RigoLigo RLC
Hi all, I think we're missing the point of "what are we trying to fix by fixing dxf importer overflows". The DXF file provided in #12392 has a board that measures 2 meters long so it's still in our representation limits. Issue is that people draw their graphics in whatever CAD program may place t