Files
soci/scripts
Vadim Zeitlin e82fdcdfeb Work around a problem with incompatible unixodbc-dev package
The package already installed on the system results in build errors when
trying to use it:

In file included from /usr/include/sql.h:19:0,
                 from /usr/include/sqlext.h:43,
                 from /home/runner/work/soci/soci/include/soci/odbc/soci-odbc.h:25,
                 from /home/runner/work/soci/soci/src/backends/odbc/factory.cpp:9:
/usr/include/sqltypes.h:56:10: fatal error: unixodbc.h: No such file or directory
 #include "unixodbc.h"
          ^~~~~~~~~~~~

so remove it before installing the Debian version.

See https://github.com/microsoft/linux-package-repositories/issues/36
2023-02-23 15:38:02 +01:00
..
2022-09-18 17:28:57 +02:00
2017-09-12 22:54:19 +02:00
2021-10-11 21:58:17 +07:00