Sandro Mani schreef op za 03-01-2015 om 22:24 [+0100]: > >> mingw-poppler-0.28.1-1 > >> ** Package failed to build while it succeeded during the previous mass > >> rebuild ** > >> Package owner: smani > >> Time to build: 2 minutes, 25 seconds > >> Build logs: > >> http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20150103/mingw-poppler-0.28.1-1 > > Failed with: error: 'gmtime_r' was not declared in this scope > > > gmtime_r in time.h is declared inside a > > #if defined(_POSIX) || defined(_POSIX_THREAD_SAFE_FUNCTIONS) > > block. Apparently, neither are defined when compiling with mingw. > > time.h has changed significantly (also with regard to gmtime_r) after > mingw-poppler was last built (using > mingw-headers-3.9.999-0.1.trunk.git.b08afb.20140912.fc22). I'm not sure > whether this is a mingw-headers bug or something else?
These issues with gmtime_r and localtime_r are most likely issues in the mingw-w64 headers as multiple packages are affected by it. Please keep the CC intact as this report was sent to both the Fedora MinGW mailing list and the upstream mingw-w64 mailing list so we can help each other in resolving these issues. Regards, Erik ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
