Re: [kicad] Unable to build

2023-11-27 Thread Seth Hillbrand
Hello Sagar, Missing config.h means that your include flags for wxWidgets are not correctly set. KiCad attempts to find these using `wx-config --cppflags`. You can run this command and see what the response is. It should include something like: -I/usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicod

Re: [kicad] Unable to build

2023-11-27 Thread Jon Evans
Hi, KiCad is not supported on this platform, so I doubt anyone can provide step-by-step build instructions. It sounds like you are getting stuck at the building wxWidgets stage? If so, you probably will need to step through that cmake and see where it is getting hung up. > P.S. Is it possible to

[kicad] Unable to build

2023-11-26 Thread 'Sagar Acharya' via KiCad Developers
Respected devs, I am unable to build kicad on voidlinux aarch64 on RPI3. The issue is, it fails to find and link wxPython, wxWidgets. I found the includes at /usr/include/wx-3.2/ and lib at /usr/lib/ Updated them under cmake/findWx{something}.cmake Even then, an error throws up, i.e. setup.h n