← Back to team overview

kicad-developers team mailing list archive

Build failure w.r.t. wxDateTime

 

I recently started getting a "Call of overloaded 'wxDateTime(timestamp_t&)' is ambiguous" compilation failure
in class_module.cpp line 573. I modified it to static_cast<time_t> m_LastEditTime, but I'm not sure that is
what is intended here. This occurs both on MSVC and MSYS2 builds.
(MSYS2 build here: http://darine.hogyros.de:8080/job/windows-kicad-msys2/244/)

Thomas

Follow ups