Hello, I downloaded the latest sources from the repository and I tried to build them.
During this process, I encountered this error:
[ 58%] Linking CXX shared library _eeschema.kiface
…/common/libcommon.a(displlst.cpp.obj):displlst.cpp:(.text+0x10b4): riferimento non definito a “wxListCtrl::SortItems(int ( stdcall*)(long, long, long), long)”
collect2: error: ld returned 1 exit status
I’m using cygwin as shell and mingw-w64 as primary compiler.
All libraries are precompiled and downloaded from the cygwin server, I’m using wxWidgets 3.0.3.
I have to say that I also encountered some troubles when doing the configuration with cmake: for example, it did not find the OpenSSL, so I deleted the file FindOpenSSL.cmake from \CMakeModules directory. I do not know if there are some other files here that could cause the trouble.
Sincerely.