| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/misc/ecflow/files/ |
Upload File : |
- fixes failure: error: use of undeclared identifier 'time' on FreeBSD 12 - This seems to be a general problem that this header isn't included. - it's unclear how to report bugs: emails to Software.Software@ecmwf.int bounce, and linked JIRA account has no such project. --- ACore/src/Passwd.cpp.orig 2022-09-04 16:37:50 UTC +++ ACore/src/Passwd.cpp @@ -13,6 +13,7 @@ // Description : //============================================================================ +#include <time.h> // for time(3) #include <unistd.h> #include "Passwd.hpp"