Discussion:
[soci-users] PATCH: Fix cross-compiling errors
Michael Surette
2013-12-21 06:24:41 UTC
Permalink
Please consider the attached patch.

While the Windows filesystems are case insensitive, other systems are
case sensitive. While cross-compiling all lower case filenames seem to
be the norm. Both MinGW and Cygwin seem to have windows.h in their
APIs. See http://sourceforge.net/apps/trac/cppcheck/ticket/4636 for a
short discussion on this issue.

Mike
Mateusz Loskot
2013-12-21 09:52:47 UTC
Permalink
Post by Michael Surette
Please consider the attached patch.
[...]
Applied in develop branch:
https://github.com/SOCI/soci/commit/5d527ecf74079dea43e4ecd2b69c69f0c9780e6c

Thanks!

Best regards,
--
Mateusz Łoskot, http://mateusz.loskot.net
Michael Surette
2013-12-21 14:35:02 UTC
Permalink
Post by Mateusz Loskot
Post by Michael Surette
Please consider the attached patch.
[...]
https://github.com/SOCI/soci/commit/5d527ecf74079dea43e4ecd2b69c69f0c9780e6c
Thanks!
Best regards,
Thank you.

Loading...