Re: [Kicad-developers] Get wxWidgets 3.1.5 package for MSYS2

2021-07-03 Thread Pradeepa Senanayake
This did the trick! Thanks a lot! Best Regards, Pradeepa Senanayake. On Sat, Jul 3, 2021 at 9:21 PM Wayne Stambaugh wrote: > Add -DPYTHON_INCLUDE_DIR=/mingw64/include/python3.8 to the CMake command > line. You have msys2 python installed which for some reason, > FindPythonLibs.cmake detects i

Re: [Kicad-developers] Get wxWidgets 3.1.5 package for MSYS2

2021-07-03 Thread Wayne Stambaugh
Add -DPYTHON_INCLUDE_DIR=/mingw64/include/python3.8 to the CMake command line. You have msys2 python installed which for some reason, FindPythonLibs.cmake detects instead of the mingw64 path. On 7/2/2021 11:55 PM, pradeepa.kck wrote: I am using MINGW64. Sent on the go with Vodafone -

Re: [Kicad-developers] Get wxWidgets 3.1.5 package for MSYS2

2021-07-03 Thread Pradeepa Senanayake
Hello All, I retried the entire build setup and it looks like there is a problem. 1. Installed MSYS2 from scratch and synced packages 2. Cloned KiCAD 3. Installed required packages as per the documentation 4. CMake is successful 5. make fails Error: In file included from I:/msys64/home/Pradeepa