From boris at codesynthesis.com Wed Feb 16 09:13:06 2022 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Feb 16 09:09:59 2022 Subject: [odb-users] Compilation with Qt6 In-Reply-To: References: <1795311637590647@mail.yandex.ru> <2128821637686640@mail.yandex.ru> Message-ID: Boris Kolpackov writes: > I have a patch that addresses these issues. Ok, I've now tested the patch with the latest Qt5 and Qt6 versions and merged it into master. It will be in the upcoming pre-release. From d.patrushev at prosoftsystems.ru Tue Feb 22 05:10:53 2022 From: d.patrushev at prosoftsystems.ru (=?koi8-r?B?8MHU0tXbxdcg5MHOycwg4c7E0sXF18ne?=) Date: Tue Feb 22 05:07:50 2022 Subject: [odb-users] build2 odb version Message-ID: Hi. In build2 is there a way to get my hands on libodb-2.5.0-b.19? ?he repository seems to contain the latest version only. Thank you. From boris at codesynthesis.com Tue Feb 22 05:45:22 2022 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Feb 22 05:42:13 2022 Subject: [odb-users] build2 odb version In-Reply-To: References: Message-ID: ???????? ????? ????????? writes: > In build2 is there a way to get my hands on libodb-2.5.0-b.19? ?he > repository seems to contain the latest version only. Yes, please see: https://www.codesynthesis.com/pipermail/odb-users/2021-October/004698.html https://www.codesynthesis.com/pipermail/odb-users/2021-October/004700.html From jannis.roeglin at psi-technics.com Tue Feb 22 10:25:44 2022 From: jannis.roeglin at psi-technics.com (=?iso-8859-1?Q?Jannis_R=F6glin?=) Date: Wed Feb 23 07:46:13 2022 Subject: [odb-users] Linker issues during compilation with odb-mysqlLib. Message-ID: Hello, I built the new version ODB 2.5.0-b.21 with build2. I am trying to get the "Hello Person" program to work without any extras- main.cpp, person.hxx, person-odb.hxx, person-odb.ixx, person-odb.cxx. But I get when compiling linker error that external symbols cannot be resolved. Following my linker input: C:\dependencies\odb\debug-64\lib\odb.lib; C:\dependencies\odb\debug-64\lib\odb-mysql.lib; We use Visual Studio 2019. Do you have any ideas to solve this issue? Additional question: We are using c++20 for our project. Is it possible to create the .hxx file with c++17 and use it for a c++20 project? Following is the linker error output: 1>------ Neues Erstellen gestartet: Projekt: Test_ODB, Konfiguration: Debug x64 ------ 1>compiling C:\Git_repo\Test_ODB\Test_ODB\person.hxx 1>person-odb.cxx 1>Test_ODB.cpp 1>C:\Git_repo\Test_ODB\Test_ODB\person.hxx(9,9): warning C4068: Unbekanntes Pragma "db". 1>C:\Git_repo\Test_ODB\Test_ODB\person.hxx(31,10): warning C4068: Unbekanntes Pragma "db". 1>Code wird generiert... 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_prepare" in Funktion ""private: void __cdecl odb::mysql::statement::init(unsigned __int64,enum odb::mysql::statement_kind,class odb::mysql::binding const *,bool)" (?init@statement@mysql@odb@@AEAAX_KW4statement_kind@23@PEBVbinding@23@_N@Z)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_execute" in Funktion ""public: void __cdecl odb::mysql::select_statement::execute(void)" (?execute@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_fetch" in Funktion ""public: enum odb::mysql::select_statement::result __cdecl odb::mysql::select_statement::fetch(bool)" (?fetch@select_statement@mysql@odb@@QEAA?AW4result@123@_N@Z)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_fetch_column" in Funktion ""public: void __cdecl odb::mysql::select_statement::refetch(void)" (?refetch@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_store_result" in Funktion ""public: void __cdecl odb::mysql::select_statement::cache(void)" (?cache@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_bind_param" in Funktion ""public: void __cdecl odb::mysql::select_statement::execute(void)" (?execute@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_bind_result" in Funktion ""public: enum odb::mysql::select_statement::result __cdecl odb::mysql::select_statement::fetch(bool)" (?fetch@select_statement@mysql@odb@@QEAA?AW4result@123@_N@Z)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_close" in Funktion ""public: static void __cdecl odb::mysql::handle_traits::release(struct MYSQL_STMT *)" (?release@?$handle_traits@UMYSQL_STMT@@@mysql@odb@@SAXPEAUMYSQL_STMT@@@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "mysql_stmt_close". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_reset" in Funktion ""public: void __cdecl odb::mysql::select_statement::execute(void)" (?execute@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_free_result" in Funktion ""public: void __cdecl odb::mysql::select_statement::free_result(void)" (?free_result@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_errno" in Funktion ""public: bool __cdecl odb::mysql::insert_statement::execute(void)" (?execute@insert_statement@mysql@odb@@QEAA_NXZ)". 1>odb-mysql.lib(error.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "mysql_stmt_errno". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_data_seek" in Funktion ""public: enum odb::mysql::select_statement::result __cdecl odb::mysql::select_statement::fetch(bool)" (?fetch@select_statement@mysql@odb@@QEAA?AW4result@123@_N@Z)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_num_rows" in Funktion ""public: void __cdecl odb::mysql::select_statement::cache(void)" (?cache@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_affected_rows" in Funktion ""public: unsigned __int64 __cdecl odb::mysql::update_statement::execute(void)" (?execute@update_statement@mysql@odb@@QEAA_KXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_insert_id" in Funktion ""public: bool __cdecl odb::mysql::insert_statement::execute(void)" (?execute@insert_statement@mysql@odb@@QEAA_NXZ)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_field_count" in Funktion ""public: enum odb::mysql::select_statement::result __cdecl odb::mysql::select_statement::fetch(bool)" (?fetch@select_statement@mysql@odb@@QEAA?AW4result@123@_N@Z)". 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_next_result" in Funktion ""public: void __cdecl odb::mysql::select_statement::free_result(void)" (?free_result@select_statement@mysql@odb@@QEAAXXZ)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_num_rows" in Funktion ""public: virtual unsigned __int64 __cdecl odb::mysql::connection::execute(char const *,unsigned __int64)" (?execute@connection@mysql@odb@@UEAA_KPEBD_K@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_field_count" in Funktion ""public: virtual unsigned __int64 __cdecl odb::mysql::connection::execute(char const *,unsigned __int64)" (?execute@connection@mysql@odb@@UEAA_KPEBD_K@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_affected_rows" in Funktion ""public: virtual unsigned __int64 __cdecl odb::mysql::connection::execute(char const *,unsigned __int64)" (?execute@connection@mysql@odb@@UEAA_KPEBD_K@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_errno" in Funktion ""public: __cdecl odb::mysql::connection::connection(class odb::mysql::connection_factory &)" (??0connection@mysql@odb@@QEAA@AEAVconnection_factory@12@@Z)". 1>odb-mysql.lib(error.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "mysql_errno". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_error" in Funktion ""public: __cdecl odb::mysql::connection::connection(class odb::mysql::connection_factory &)" (??0connection@mysql@odb@@QEAA@AEAVconnection_factory@12@@Z)". 1>odb-mysql.lib(error.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "mysql_error". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_sqlstate" in Funktion ""public: __cdecl odb::mysql::connection::connection(class odb::mysql::connection_factory &)" (??0connection@mysql@odb@@QEAA@AEAVconnection_factory@12@@Z)". 1>odb-mysql.lib(error.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "mysql_sqlstate". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_init" in Funktion ""public: __cdecl odb::mysql::connection::connection(class odb::mysql::connection_factory &)" (??0connection@mysql@odb@@QEAA@AEAVconnection_factory@12@@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_real_connect" in Funktion ""public: __cdecl odb::mysql::connection::connection(class odb::mysql::connection_factory &)" (??0connection@mysql@odb@@QEAA@AEAVconnection_factory@12@@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_real_query" in Funktion ""public: virtual unsigned __int64 __cdecl odb::mysql::connection::execute(char const *,unsigned __int64)" (?execute@connection@mysql@odb@@UEAA_KPEBD_K@Z)". 1>odb-mysql.lib(transaction-impl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "mysql_real_query". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_store_result" in Funktion ""public: virtual unsigned __int64 __cdecl odb::mysql::connection::execute(char const *,unsigned __int64)" (?execute@connection@mysql@odb@@UEAA_KPEBD_K@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_ping" in Funktion ""public: bool __cdecl odb::mysql::connection::ping(void)" (?ping@connection@mysql@odb@@QEAA_NXZ)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_options" in Funktion ""public: __cdecl odb::mysql::connection::connection(class odb::mysql::connection_factory &)" (??0connection@mysql@odb@@QEAA@AEAVconnection_factory@12@@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_free_result" in Funktion ""public: virtual unsigned __int64 __cdecl odb::mysql::connection::execute(char const *,unsigned __int64)" (?execute@connection@mysql@odb@@UEAA_KPEBD_K@Z)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_init" in Funktion ""public: struct MYSQL_STMT * __cdecl odb::mysql::connection::alloc_stmt_handle(void)" (?alloc_stmt_handle@connection@mysql@odb@@QEAAPEAUMYSQL_STMT@@XZ)". 1>odb-mysql.lib(connection.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_close" in Funktion ""public: static void __cdecl odb::mysql::handle_traits::release(struct MYSQL *)" (?release@?$handle_traits@UMYSQL@@@mysql@odb@@SAXPEAUMYSQL@@@Z)". 1>odb-mysql.lib(error.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_error" in Funktion ""void __cdecl odb::mysql::translate_error(class odb::mysql::connection &,struct MYSQL_STMT *)" (?translate_error@mysql@odb@@YAXAEAVconnection@12@PEAUMYSQL_STMT@@@Z)". 1>odb-mysql.lib(error.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_sqlstate" in Funktion ""void __cdecl odb::mysql::translate_error(class odb::mysql::connection &,struct MYSQL_STMT *)" (?translate_error@mysql@odb@@YAXAEAVconnection@12@PEAUMYSQL_STMT@@@Z)". 1>odb-mysql.lib(connection-factory.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_server_init" in Funktion ""public: __cdecl odb::mysql::`anonymous namespace'::mysql_process_init::mysql_process_init(void)" (??0mysql_process_init@?A0xb31c5a84@mysql@odb@@QEAA@XZ)". 1>odb-mysql.lib(connection-factory.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_server_end" in Funktion ""public: __cdecl odb::mysql::`anonymous namespace'::mysql_process_init::~mysql_process_init(void)" (??1mysql_process_init@?A0xb31c5a84@mysql@odb@@QEAA@XZ)". 1>odb-mysql.lib(connection-factory.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_thread_init" in Funktion ""public: __cdecl odb::mysql::`anonymous namespace'::mysql_thread_init::mysql_thread_init(void)" (??0mysql_thread_init@?A0xb31c5a84@mysql@odb@@QEAA@XZ)". 1>odb-mysql.lib(connection-factory.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_thread_end" in Funktion ""public: __cdecl odb::mysql::`anonymous namespace'::mysql_thread_init::~mysql_thread_init(void)" (??1mysql_thread_init@?A0xb31c5a84@mysql@odb@@QEAA@XZ)". 1>C:\Git_repo\Test_ODB\Test_ODB\x64\Debug\Test_ODB.exe : fatal error LNK1120: 38 nicht aufgel?ste Externe 1>Die Erstellung des Projekts "Test_ODB.vcxproj" ist abgeschlossen -- FEHLER. ========== Alles neu erstellen: 0 erfolgreich, 1 fehlerhaft, 0 ?bersprungen ========== Best regards Jannis R?glin PSI Technics GmbH Applikations- & Entwicklungsingenieur / Application & development engineer From boris at codesynthesis.com Wed Feb 23 08:26:18 2022 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Feb 23 08:23:05 2022 Subject: [odb-users] Linker issues during compilation with odb-mysqlLib. In-Reply-To: References: Message-ID: Jannis R?glin writes: > But I get when compiling linker error that external symbols cannot > be resolved. > > Following my linker input: > C:\dependencies\odb\debug-64\lib\odb.lib; > C:\dependencies\odb\debug-64\lib\odb-mysql.lib; > > 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_prepare" in Funktion ""private: void __cdecl odb::mysql::statement::init(unsigned __int64,enum odb::mysql::statement_kind,class odb::mysql::binding const *,bool)" (?init@statement@mysql@odb@@AEAAX_KW4statement_kind@23@PEBVbinding@23@_N@Z)". I can see you've built static variants of the ODB runtime libraries. In this case you will also need to link the MySQL runtime library. Try adding mysqlclient.lib to the above list. Also, the correct order (which could be important for static linking) is: odb-mysql.lib odb.lib mysqlclient.lib > Additional question: > > We are using c++20 for our project. Is it possible to create the .hxx > file with c++17 and use it for a c++20 project? Yes, I don't expect there to be any problem with this. We will also try to add the C++20 mode support in the ODB compiler for the next beta. From jannis.roeglin at psi-technics.com Wed Feb 23 08:44:31 2022 From: jannis.roeglin at psi-technics.com (=?iso-8859-1?Q?Jannis_R=F6glin?=) Date: Thu Feb 24 10:59:42 2022 Subject: AW: [odb-users] Linker issues during compilation with odb-mysqlLib. In-Reply-To: References: Message-ID: Hallo Boris, thank you for your support. I tried your recommendation, but I get more errors for missing external symbols. I tried the follow string in Visual Studio for the linker input " %(AdditionalDependencies);C:\dependencies\odb\debug-64\lib\odb-mysql.lib;C:\dependencies\odb\debug-64\lib\odb.lib;C:\dependencies\odb\debug-64\lib\mysqlclient.lib; ". Now the missing symbols came from mysqlclient. Here is the error output: 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_error_string_n" in Funktion ""int __cdecl cli_establish_ssl(struct MYSQL *)" (?cli_establish_ssl@@YAHPEAUMYSQL@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_error_string_n". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_free" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_free" in Funktion ""void __cdecl mysql_ssl_free(struct MYSQL *)" (?mysql_ssl_free@@YAXPEAUMYSQL@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "SSL_CTX_free". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_current_cipher" in Funktion "mysql_get_ssl_cipher". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CIPHER_get_name" in Funktion "mysql_get_ssl_cipher". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_peer_certificate" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_verify_result" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_check_host" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_check_ip_asc" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "FIPS_mode" in Funktion ""int __cdecl set_fips_mode(unsigned int,char *)" (?set_fips_mode@@YAHIPEAD@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "FIPS_mode_set" in Funktion ""int __cdecl set_fips_mode(unsigned int,char *)" (?set_fips_mode@@YAHIPEAD@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "OPENSSL_init_crypto" in Funktion ""void __cdecl ssl_start(void)" (?ssl_start@@YAXXZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_get_error" in Funktion ""int __cdecl set_fips_mode(unsigned int,char *)" (?set_fips_mode@@YAHIPEAD@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_get_error". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_get_error_line_data" in Funktion ""void __cdecl report_errors(void)" (?report_errors@@YAXXZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BN_bin2bn" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "DH_new" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "DH_free" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "DH_set0_pqg" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_STORE_set_flags" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_STORE_load_locations" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_options" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_cipher_list" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_new" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_get_cert_store" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_use_PrivateKey_file" in Funktion ""int __cdecl vio_set_cert_stuff(struct ssl_ctx_st *,char const *,char const *,enum enum_ssl_init_error *)" (?vio_set_cert_stuff@@YAHPEAUssl_ctx_st@@PEBD1PEAW4enum_ssl_init_error@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_use_certificate_file" in Funktion ""int __cdecl vio_set_cert_stuff(struct ssl_ctx_st *,char const *,char const *,enum enum_ssl_init_error *)" (?vio_set_cert_stuff@@YAHPEAUssl_ctx_st@@PEBD1PEAW4enum_ssl_init_error@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_verify" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLConnectorFd(char const *,char const *,char const *,char const *,char const *,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLConnectorFd@@YAPEAUst_VioSSLFd@@PEBD0000PEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_check_private_key" in Funktion ""int __cdecl vio_set_cert_stuff(struct ssl_ctx_st *,char const *,char const *,enum enum_ssl_init_error *)" (?vio_set_cert_stuff@@YAHPEAUssl_ctx_st@@PEBD1PEAW4enum_ssl_init_error@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_session_id_context" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLAcceptorFd(char const *,char const *,char const *,char const *,char const *,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLAcceptorFd@@YAPEAUst_VioSSLFd@@PEBD0000PEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_ctrl" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLAcceptorFd(char const *,char const *,char const *,char const *,char const *,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLAcceptorFd@@YAPEAUst_VioSSLFd@@PEBD0000PEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "TLS_server_method" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "TLS_client_method" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_default_verify_paths" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_load_verify_locations" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "OPENSSL_init_ssl" in Funktion ""void __cdecl ssl_start(void)" (?ssl_start@@YAXXZ)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BIO_free" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BIO_new_mem_buf" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_clear_error" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_clear_error". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_clear_error". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RSA_size" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RSA_public_encrypt" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RSA_free" in Funktion "mysql_reset_server_public_key". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "PEM_read_bio_RSA_PUBKEY" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "PEM_read_RSA_PUBKEY" in Funktion ""struct rsa_st * __cdecl rsa_init(struct MYSQL *)" (?rsa_init@@YAPEAUrsa_st@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(viosocket.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_pending" in Funktion ""bool __cdecl vio_is_connected(struct Vio *)" (?vio_is_connected@@YA_NPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "SSL_pending". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_set_options" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_clear" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_fd" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_set_fd" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_SESSION_set_timeout" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_new" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_free" in Funktion ""void __cdecl vio_ssl_delete(struct Vio *)" (?vio_ssl_delete@@YAXPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_accept" in Funktion ""int __cdecl sslaccept(struct st_VioSSLFd *,struct Vio *,long,unsigned long *)" (?sslaccept@@YAHPEAUst_VioSSLFd@@PEAUVio@@JPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_connect" in Funktion ""int __cdecl sslconnect(struct st_VioSSLFd *,struct Vio *,long,unsigned long *)" (?sslconnect@@YAHPEAUst_VioSSLFd@@PEAUVio@@JPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_read" in Funktion ""unsigned __int64 __cdecl vio_ssl_read(struct Vio *,unsigned char *,unsigned __int64)" (?vio_ssl_read@@YA_KPEAUVio@@PEAE_K@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_write" in Funktion ""unsigned __int64 __cdecl vio_ssl_write(struct Vio *,unsigned char const *,unsigned __int64)" (?vio_ssl_write@@YA_KPEAUVio@@PEBE_K@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_error" in Funktion ""bool __cdecl ssl_should_retry(struct Vio *,int,enum enum_vio_io_event *,unsigned long *)" (?ssl_should_retry@@YA_NPEAUVio@@HPEAW4enum_vio_io_event@@PEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_shutdown" in Funktion ""int __cdecl vio_ssl_shutdown(struct Vio *)" (?vio_ssl_shutdown@@YAHPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_set_quiet_shutdown" in Funktion ""int __cdecl vio_ssl_shutdown(struct Vio *)" (?vio_ssl_shutdown@@YAHPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_session" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(my_compress.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "compress" in Funktion ""unsigned char * __cdecl my_compress_alloc(unsigned char const *,unsigned __int64 *,unsigned __int64 *)" (?my_compress_alloc@@YAPEAEPEBEPEA_K1@Z)". 1>mysqlclient.lib(my_compress.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "uncompress" in Funktion ""bool __cdecl my_uncompress(unsigned char *,unsigned __int64,unsigned __int64 *)" (?my_uncompress@@YA_NPEAE_KPEA_K@Z)". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_MD_CTX_new" in Funktion ""void __cdecl DIGESTCreate(struct evp_md_ctx_st * *)" (?DIGESTCreate@@YAXPEAPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_new". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_new". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_MD_CTX_free" in Funktion ""void __cdecl DIGESTDestroy(struct evp_md_ctx_st * *)" (?DIGESTDestroy@@YAXPEAPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_free". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_free". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DigestInit_ex" in Funktion ""void __cdecl DIGESTInit(struct evp_md_ctx_st *)" (?DIGESTInit@@YAXPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestInit_ex". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestInit_ex". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DigestUpdate" in Funktion ""void __cdecl DIGESTUpdate(struct evp_md_ctx_st *,void const *,int)" (?DIGESTUpdate@@YAXPEAUevp_md_ctx_st@@PEBXH@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestUpdate". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestUpdate". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DigestFinal_ex" in Funktion ""void __cdecl DIGESTFinal(void *,struct evp_md_ctx_st *)" (?DIGESTFinal@@YAXPEAXPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestFinal_ex". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestFinal_ex". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_sha256" in Funktion ""void __cdecl DIGESTInit(struct evp_md_ctx_st *)" (?DIGESTInit@@YAXPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_sha256". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RAND_bytes" in Funktion ""void __cdecl generate_user_salt(char *,int)" (?generate_user_salt@@YAXPEADH@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_MD_CTX_reset" in Funktion ""public: virtual bool __cdecl sha2_password::SHA256_digest::retrieve_digest(unsigned char *,unsigned int)" (?retrieve_digest@SHA256_digest@sha2_password@@UEAA_NPEAEI@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BIO_new_bio_pair" in Funktion ""int __cdecl dummy_function_needed_by_xplugin(void)" (?dummy_function_needed_by_xplugin@@YAHXZ)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_block_size" in Funktion ""int __cdecl my_aes_get_size(unsigned int,enum my_aes_opmode)" (?my_aes_get_size@@YAHIW4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_iv_length" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_EncryptInit" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_EncryptUpdate" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_EncryptFinal" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DecryptInit" in Funktion ""int __cdecl my_aes_decrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_decrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DecryptUpdate" in Funktion ""int __cdecl my_aes_decrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_decrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DecryptFinal_ex" in Funktion ""int __cdecl my_aes_decrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_decrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_CTX_new" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_CTX_free" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_CTX_set_padding" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_ecb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cbc" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cfb1" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cfb8" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cfb128" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_ofb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_ecb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cbc" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cfb1" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cfb8" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cfb128" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_ofb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_ecb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cbc" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cfb1" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cfb8" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cfb128" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_ofb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_sha1" in Funktion ""void __cdecl compute_sha1_hash(unsigned char *,char const *,unsigned __int64)" (?compute_sha1_hash@@YAXPEAEPEBD_K@Z)". 1>C:\Git_repo\Test_ODB\Test_ODB\x64\Debug\Test_ODB.exe : fatal error LNK1120: 100 nicht aufgel?ste Externe -----Urspr?ngliche Nachricht----- Von: Boris Kolpackov Gesendet: Mittwoch, 23. Februar 2022 14:26 An: Jannis R?glin Cc: odb-users@codesynthesis.com Betreff: Re: [odb-users] Linker issues during compilation with odb-mysqlLib. Jannis R?glin writes: > But I get when compiling linker error that external symbols cannot be > resolved. > > Following my linker input: > C:\dependencies\odb\debug-64\lib\odb.lib; > C:\dependencies\odb\debug-64\lib\odb-mysql.lib; > > 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_prepare" in Funktion ""private: void __cdecl odb::mysql::statement::init(unsigned __int64,enum odb::mysql::statement_kind,class odb::mysql::binding const *,bool)" (?init@statement@mysql@odb@@AEAAX_KW4statement_kind@23@PEBVbinding@23@_N@Z)". I can see you've built static variants of the ODB runtime libraries. In this case you will also need to link the MySQL runtime library. Try adding mysqlclient.lib to the above list. Also, the correct order (which could be important for static linking) is: odb-mysql.lib odb.lib mysqlclient.lib > Additional question: > > We are using c++20 for our project. Is it possible to create the .hxx > file with c++17 and use it for a c++20 project? Yes, I don't expect there to be any problem with this. We will also try to add the C++20 mode support in the ODB compiler for the next beta. From jannis.roeglin at psi-technics.com Wed Feb 23 08:49:49 2022 From: jannis.roeglin at psi-technics.com (=?iso-8859-1?Q?Jannis_R=F6glin?=) Date: Thu Feb 24 10:59:42 2022 Subject: AW: [odb-users] Linker issues during compilation with odb-mysqlLib. In-Reply-To: References: Message-ID: Hallo Boris, I finished the build. I added also z.lib;ssl.lib;crypto.lib Thanks for your support. -----Urspr?ngliche Nachricht----- Von: Jannis R?glin Gesendet: Mittwoch, 23. Februar 2022 14:45 An: odb-users@codesynthesis.com Betreff: AW: [odb-users] Linker issues during compilation with odb-mysqlLib. Hallo Boris, thank you for your support. I tried your recommendation, but I get more errors for missing external symbols. I tried the follow string in Visual Studio for the linker input " %(AdditionalDependencies);C:\dependencies\odb\debug-64\lib\odb-mysql.lib;C:\dependencies\odb\debug-64\lib\odb.lib;C:\dependencies\odb\debug-64\lib\mysqlclient.lib; ". Now the missing symbols came from mysqlclient. Here is the error output: 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_error_string_n" in Funktion ""int __cdecl cli_establish_ssl(struct MYSQL *)" (?cli_establish_ssl@@YAHPEAUMYSQL@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_error_string_n". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_free" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_free" in Funktion ""void __cdecl mysql_ssl_free(struct MYSQL *)" (?mysql_ssl_free@@YAXPEAUMYSQL@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "SSL_CTX_free". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_current_cipher" in Funktion "mysql_get_ssl_cipher". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CIPHER_get_name" in Funktion "mysql_get_ssl_cipher". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_peer_certificate" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_verify_result" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_check_host" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(client.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_check_ip_asc" in Funktion ""int __cdecl ssl_verify_server_cert(struct Vio *,char const *,char const * *)" (?ssl_verify_server_cert@@YAHPEAUVio@@PEBDPEAPEBD@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "FIPS_mode" in Funktion ""int __cdecl set_fips_mode(unsigned int,char *)" (?set_fips_mode@@YAHIPEAD@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "FIPS_mode_set" in Funktion ""int __cdecl set_fips_mode(unsigned int,char *)" (?set_fips_mode@@YAHIPEAD@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "OPENSSL_init_crypto" in Funktion ""void __cdecl ssl_start(void)" (?ssl_start@@YAXXZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_get_error" in Funktion ""int __cdecl set_fips_mode(unsigned int,char *)" (?set_fips_mode@@YAHIPEAD@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_get_error". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_get_error_line_data" in Funktion ""void __cdecl report_errors(void)" (?report_errors@@YAXXZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BN_bin2bn" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "DH_new" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "DH_free" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "DH_set0_pqg" in Funktion ""struct dh_st * __cdecl get_dh2048(void)" (?get_dh2048@@YAPEAUdh_st@@XZ)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_STORE_set_flags" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "X509_STORE_load_locations" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_options" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_cipher_list" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_new" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_get_cert_store" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_use_PrivateKey_file" in Funktion ""int __cdecl vio_set_cert_stuff(struct ssl_ctx_st *,char const *,char const *,enum enum_ssl_init_error *)" (?vio_set_cert_stuff@@YAHPEAUssl_ctx_st@@PEBD1PEAW4enum_ssl_init_error@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_use_certificate_file" in Funktion ""int __cdecl vio_set_cert_stuff(struct ssl_ctx_st *,char const *,char const *,enum enum_ssl_init_error *)" (?vio_set_cert_stuff@@YAHPEAUssl_ctx_st@@PEBD1PEAW4enum_ssl_init_error@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_verify" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLConnectorFd(char const *,char const *,char const *,char const *,char const *,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLConnectorFd@@YAPEAUst_VioSSLFd@@PEBD0000PEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_check_private_key" in Funktion ""int __cdecl vio_set_cert_stuff(struct ssl_ctx_st *,char const *,char const *,enum enum_ssl_init_error *)" (?vio_set_cert_stuff@@YAHPEAUssl_ctx_st@@PEBD1PEAW4enum_ssl_init_error@@@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_session_id_context" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLAcceptorFd(char const *,char const *,char const *,char const *,char const *,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLAcceptorFd@@YAPEAUst_VioSSLFd@@PEBD0000PEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_ctrl" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLAcceptorFd(char const *,char const *,char const *,char const *,char const *,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLAcceptorFd@@YAPEAUst_VioSSLFd@@PEBD0000PEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "TLS_server_method" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "TLS_client_method" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_set_default_verify_paths" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_CTX_load_verify_locations" in Funktion ""struct st_VioSSLFd * __cdecl new_VioSSLFd(char const *,char const *,char const *,char const *,char const *,bool,enum enum_ssl_init_error *,char const *,char const *,long)" (?new_VioSSLFd@@YAPEAUst_VioSSLFd@@PEBD0000_NPEAW4enum_ssl_init_error@@00J@Z)". 1>mysqlclient.lib(viosslfactories.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "OPENSSL_init_ssl" in Funktion ""void __cdecl ssl_start(void)" (?ssl_start@@YAXXZ)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BIO_free" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BIO_new_mem_buf" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "ERR_clear_error" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_clear_error". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "ERR_clear_error". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RSA_size" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RSA_public_encrypt" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RSA_free" in Funktion "mysql_reset_server_public_key". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "PEM_read_bio_RSA_PUBKEY" in Funktion ""int __cdecl sha256_password_auth_client(struct MYSQL_PLUGIN_VIO *,struct MYSQL *)" (?sha256_password_auth_client@@YAHPEAUMYSQL_PLUGIN_VIO@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(client_authentication.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "PEM_read_RSA_PUBKEY" in Funktion ""struct rsa_st * __cdecl rsa_init(struct MYSQL *)" (?rsa_init@@YAPEAUrsa_st@@PEAUMYSQL@@@Z)". 1>mysqlclient.lib(viosocket.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_pending" in Funktion ""bool __cdecl vio_is_connected(struct Vio *)" (?vio_is_connected@@YA_NPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "SSL_pending". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_set_options" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_clear" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_fd" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_set_fd" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_SESSION_set_timeout" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_new" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_free" in Funktion ""void __cdecl vio_ssl_delete(struct Vio *)" (?vio_ssl_delete@@YAXPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_accept" in Funktion ""int __cdecl sslaccept(struct st_VioSSLFd *,struct Vio *,long,unsigned long *)" (?sslaccept@@YAHPEAUst_VioSSLFd@@PEAUVio@@JPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_connect" in Funktion ""int __cdecl sslconnect(struct st_VioSSLFd *,struct Vio *,long,unsigned long *)" (?sslconnect@@YAHPEAUst_VioSSLFd@@PEAUVio@@JPEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_read" in Funktion ""unsigned __int64 __cdecl vio_ssl_read(struct Vio *,unsigned char *,unsigned __int64)" (?vio_ssl_read@@YA_KPEAUVio@@PEAE_K@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_write" in Funktion ""unsigned __int64 __cdecl vio_ssl_write(struct Vio *,unsigned char const *,unsigned __int64)" (?vio_ssl_write@@YA_KPEAUVio@@PEBE_K@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_error" in Funktion ""bool __cdecl ssl_should_retry(struct Vio *,int,enum enum_vio_io_event *,unsigned long *)" (?ssl_should_retry@@YA_NPEAUVio@@HPEAW4enum_vio_io_event@@PEAK@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_shutdown" in Funktion ""int __cdecl vio_ssl_shutdown(struct Vio *)" (?vio_ssl_shutdown@@YAHPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_set_quiet_shutdown" in Funktion ""int __cdecl vio_ssl_shutdown(struct Vio *)" (?vio_ssl_shutdown@@YAHPEAUVio@@@Z)". 1>mysqlclient.lib(viossl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "SSL_get_session" in Funktion ""int __cdecl ssl_do(struct st_VioSSLFd *,struct Vio *,long,int (__cdecl*)(struct ssl_st *),unsigned long *)" (?ssl_do@@YAHPEAUst_VioSSLFd@@PEAUVio@@JP6AHPEAUssl_st@@@ZPEAK@Z)". 1>mysqlclient.lib(my_compress.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "compress" in Funktion ""unsigned char * __cdecl my_compress_alloc(unsigned char const *,unsigned __int64 *,unsigned __int64 *)" (?my_compress_alloc@@YAPEAEPEBEPEA_K1@Z)". 1>mysqlclient.lib(my_compress.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "uncompress" in Funktion ""bool __cdecl my_uncompress(unsigned char *,unsigned __int64,unsigned __int64 *)" (?my_uncompress@@YA_NPEAE_KPEA_K@Z)". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_MD_CTX_new" in Funktion ""void __cdecl DIGESTCreate(struct evp_md_ctx_st * *)" (?DIGESTCreate@@YAXPEAPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_new". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_new". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_MD_CTX_free" in Funktion ""void __cdecl DIGESTDestroy(struct evp_md_ctx_st * *)" (?DIGESTDestroy@@YAXPEAPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_free". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_MD_CTX_free". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DigestInit_ex" in Funktion ""void __cdecl DIGESTInit(struct evp_md_ctx_st *)" (?DIGESTInit@@YAXPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestInit_ex". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestInit_ex". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DigestUpdate" in Funktion ""void __cdecl DIGESTUpdate(struct evp_md_ctx_st *,void const *,int)" (?DIGESTUpdate@@YAXPEAUevp_md_ctx_st@@PEBXH@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestUpdate". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestUpdate". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DigestFinal_ex" in Funktion ""void __cdecl DIGESTFinal(void *,struct evp_md_ctx_st *)" (?DIGESTFinal@@YAXPEAXPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestFinal_ex". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_DigestFinal_ex". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_sha256" in Funktion ""void __cdecl DIGESTInit(struct evp_md_ctx_st *)" (?DIGESTInit@@YAXPEAUevp_md_ctx_st@@@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2001: Nicht aufgel?stes externes Symbol "EVP_sha256". 1>mysqlclient.lib(crypt_genhash_impl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "RAND_bytes" in Funktion ""void __cdecl generate_user_salt(char *,int)" (?generate_user_salt@@YAXPEADH@Z)". 1>mysqlclient.lib(sha2_password_common.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_MD_CTX_reset" in Funktion ""public: virtual bool __cdecl sha2_password::SHA256_digest::retrieve_digest(unsigned char *,unsigned int)" (?retrieve_digest@SHA256_digest@sha2_password@@UEAA_NPEAEI@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "BIO_new_bio_pair" in Funktion ""int __cdecl dummy_function_needed_by_xplugin(void)" (?dummy_function_needed_by_xplugin@@YAHXZ)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_block_size" in Funktion ""int __cdecl my_aes_get_size(unsigned int,enum my_aes_opmode)" (?my_aes_get_size@@YAHIW4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_iv_length" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_EncryptInit" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_EncryptUpdate" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_EncryptFinal" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DecryptInit" in Funktion ""int __cdecl my_aes_decrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_decrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DecryptUpdate" in Funktion ""int __cdecl my_aes_decrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_decrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_DecryptFinal_ex" in Funktion ""int __cdecl my_aes_decrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_decrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_CTX_new" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_CTX_free" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_CIPHER_CTX_set_padding" in Funktion ""int __cdecl my_aes_encrypt(unsigned char const *,unsigned int,unsigned char *,unsigned char const *,unsigned int,enum my_aes_opmode,unsigned char const *,bool)" (?my_aes_encrypt@@YAHPEBEIPEAE0IW4my_aes_opmode@@0_N@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_ecb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cbc" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cfb1" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cfb8" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_cfb128" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_128_ofb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_ecb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cbc" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cfb1" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cfb8" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_cfb128" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_192_ofb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_ecb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cbc" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cfb1" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cfb8" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_cfb128" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_aes_openssl.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_aes_256_ofb" in Funktion ""struct evp_cipher_st const * __cdecl aes_evp_type(enum my_aes_opmode)" (?aes_evp_type@@YAPEBUevp_cipher_st@@W4my_aes_opmode@@@Z)". 1>mysqlclient.lib(my_sha1.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "EVP_sha1" in Funktion ""void __cdecl compute_sha1_hash(unsigned char *,char const *,unsigned __int64)" (?compute_sha1_hash@@YAXPEAEPEBD_K@Z)". 1>C:\Git_repo\Test_ODB\Test_ODB\x64\Debug\Test_ODB.exe : fatal error 1>LNK1120: 100 nicht aufgel?ste Externe -----Urspr?ngliche Nachricht----- Von: Boris Kolpackov Gesendet: Mittwoch, 23. Februar 2022 14:26 An: Jannis R?glin Cc: odb-users@codesynthesis.com Betreff: Re: [odb-users] Linker issues during compilation with odb-mysqlLib. Jannis R?glin writes: > But I get when compiling linker error that external symbols cannot be > resolved. > > Following my linker input: > C:\dependencies\odb\debug-64\lib\odb.lib; > C:\dependencies\odb\debug-64\lib\odb-mysql.lib; > > 1>odb-mysql.lib(statement.lib.obj) : error LNK2019: Verweis auf nicht aufgel?stes externes Symbol "mysql_stmt_prepare" in Funktion ""private: void __cdecl odb::mysql::statement::init(unsigned __int64,enum odb::mysql::statement_kind,class odb::mysql::binding const *,bool)" (?init@statement@mysql@odb@@AEAAX_KW4statement_kind@23@PEBVbinding@23@_N@Z)". I can see you've built static variants of the ODB runtime libraries. In this case you will also need to link the MySQL runtime library. Try adding mysqlclient.lib to the above list. Also, the correct order (which could be important for static linking) is: odb-mysql.lib odb.lib mysqlclient.lib > Additional question: > > We are using c++20 for our project. Is it possible to create the .hxx > file with c++17 and use it for a c++20 project? Yes, I don't expect there to be any problem with this. We will also try to add the C++20 mode support in the ODB compiler for the next beta. From phillip.shelton at cardno.com.au Wed Feb 23 17:35:58 2022 From: phillip.shelton at cardno.com.au (Phillip Shelton) Date: Thu Feb 24 10:59:42 2022 Subject: [odb-users] compiling odb library Message-ID: Hi, I am hoping to be able to use odb for a project on Windows 10 compiled with MinGW. All my code, and the two or three external projects that I have so far been using, I am able to compile using the vanilla windows command line. I do not have access to MSVC, and, as the rest of my code is compiled with MinGW using CMake, it would not help even if I did. You published instructions say that to compile the odb and odb-sqlite libs I need to use the same compiler and compiler options as the project uses. But they also say that to compile with MinGW I should follow the linux install document. This document, unfortunately, assumes that one is running a system that understands ./configure make make install however the vanilla windows command line does not understand ./configure. Do you have CMake or build2 recipes for building the odb and odb-sqlite libs? Either of these would be greatly appreciated. Phillip Shelton SENIOR TRANSPORT MODELLER CARDNO [cid:image001.png@01D82959.895EF700] Phone +61 7 3369 9822 Direct +61 7 3877 6991 Address Level 11, 515 St Paul's Terrace, Fortitude Valley, Queensland 4006 Australia Postal Locked Bag 4006, Fortitude Valley 4006 Email phillip.shelton@cardno.com.au Web www.cardno.com CONNECT WITH CARDNO [cid:image002.png@01D82959.895EF700] [cid:image003.png@01D82959.895EF700] [cid:image004.png@01D82959.895EF700] [cid:image005.png@01D82959.895EF700] [Reconciliation Action Plan Icon] Cardno acknowledges the Traditional Owners of the land upon which we live and work and pay our respects to their Elders past, present and emerging - learn more. Cardno's management systems are certified to ISO9001 (quality) and AS/NZS4801/OHSAS18001 (occupational health and safety) This email and its attachments may contain confidential and/or privileged information for the sole use of the intended recipient(s). All electronically supplied data must be checked against an applicable hardcopy version which shall be the only document which Cardno warrants accuracy. If you are not the intended recipient, any use, distribution or copying of the information contained in this email and its attachments is strictly prohibited. If you have received this email in error, please email the sender by replying to this message and immediately delete and destroy any copies of this email and any attachments. The views or opinions expressed are the author's own and may not reflect the views or opinions of Cardno. -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2818 bytes Desc: image001.png Url : https://codesynthesis.com/pipermail/odb-users/attachments/20220223/4e326cb2/image001.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 258 bytes Desc: image002.png Url : https://codesynthesis.com/pipermail/odb-users/attachments/20220223/4e326cb2/image002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 275 bytes Desc: image003.png Url : https://codesynthesis.com/pipermail/odb-users/attachments/20220223/4e326cb2/image003.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 251 bytes Desc: image004.png Url : https://codesynthesis.com/pipermail/odb-users/attachments/20220223/4e326cb2/image004.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 282 bytes Desc: image005.png Url : https://codesynthesis.com/pipermail/odb-users/attachments/20220223/4e326cb2/image005.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 3655 bytes Desc: image006.png Url : https://codesynthesis.com/pipermail/odb-users/attachments/20220223/4e326cb2/image006.png From boris at codesynthesis.com Thu Feb 24 11:11:56 2022 From: boris at codesynthesis.com (Boris Kolpackov) Date: Thu Feb 24 11:08:45 2022 Subject: [odb-users] compiling odb library In-Reply-To: References: Message-ID: Phillip Shelton writes: > I am hoping to be able to use odb for a project on Windows 10 > compiled with MinGW. > > Do you have CMake or build2 recipes for building the odb and > odb-sqlite libs? Yes, you should be able to use the build2 instructions (Windows section): https://codesynthesis.com/products/odb/doc/install-build2.xhtml Preempting the question about building without network access (based on our exchange on the build2 mailing list), you should be able to pre-download the archives (including dependencies) and build from that. For details, see: https://www.codesynthesis.com/pipermail/odb-users/2021-October/004698.html https://www.codesynthesis.com/pipermail/odb-users/2021-October/004700.html From Suraj.Kukreja at qube-rt.com Fri Feb 25 02:01:44 2022 From: Suraj.Kukreja at qube-rt.com (Kukreja, Suraj) Date: Fri Feb 25 05:31:15 2022 Subject: [odb-users] Segmentation fault inside destructor of a non-finalised transaction. Message-ID: Hello Team, We have got crash due to segmentation fault, inside odb::transaction destructor for an unfinalized transaction. Few things to note are :- 1) The crash is not occurring always, infact it has occurred only once till now for given piece of code flow. 2) The crash occurred after return at point 2b, in below code, during stack unwinding and the transaction being destructed is uncommitted / not finalised. 3) No updates were done on loaded object prior to return at point 2b ============================================================================================================================================================================================================================== Stacktrace for the crash (libodb-2.5.0-b.19) - Postgres DB [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Missing separate debuginfo for /app/lib/libpq.so.5 Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/1d/44f164ff8c0e097da07cc4a9c4ae65717b4c52.debug Core was generated by ` -f '. Program terminated with signal 11, Segmentation fault. #0 0x00007f75f0dfaf0c in free () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install cyrus-sasl-lib-2.1.26-23.el7.x86_64 glibc-2.17-292.el7.x86_64 gssproxy-0.7.0-26.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.15.1-37.el7_6.x86_64 libcom_err-1.42.9-16.el7.x86_64 libselinux-2.5-14.1.el7.x86_64 libuuid-2.23.2-61.el7.x86_64 nspr-4.21.0-1.el7.x86_64 nss-3.44.0-4.el7.x86_64 nss-softokn-freebl-3.44.0-5.el7.x86_64 nss-util-3.44.0-3.el7.x86_64 openldap-2.4.44-21.el7_6.x86_64 openssl-libs-1.0.2k-19.el7.x86_64 pcre-8.32-17.el7.x86_64 sssd-client-1.16.4-21.el7.x86_64 zlib-1.2.7-18.el7.x86_64 (gdb) bt #0 0x00007f75f0dfaf0c in free () from /lib64/libc.so.6 #1 0x00007f75f43326fc in __gnu_cxx::new_allocator::deallocate(odb::transaction::callback_data*, unsigned long) () from /app/qrt_depl/qcore/securityd/lib/libodb-2.5.0-b.19.so #2 0x00007f75f4332200 in std::allocator_traits >::deallocate(std::allocator&, odb::transaction::callback_data*, unsigned long) () from /app/qrt_depl/qcore/securityd/lib/libodb-2.5.0-b.19.so #3 0x00007f75f4331fa0 in std::_Vector_base >::_M_deallocate(odb::transaction::callback_data*, unsigned long) () from /app/qrt_depl/qcore/securityd/lib/libodb-2.5.0-b.19.so #4 0x00007f75f4331d99 in std::_Vector_base >::~_Vector_base() () from /app/qrt_depl/qcore/securityd/lib/libodb-2.5.0-b.19.so #5 0x00007f75f4331de9 in std::vector >::~vector() () from /app/qrt_depl/qcore/securityd/lib/libodb-2.5.0-b.19.so #6 0x00007f75f4330f4a in odb::transaction::~transaction() () from /app/qrt_depl/qcore/securityd/lib/libodb-2.5.0-b.19.so ============================================================================================================================================================================================================================== Below is the sample code, as per the flow we have , hiding the application specific implementation, and only showing the ODB transaction operations. error_code func_with_crash() { odb::session tempCache; odb::session::current(tempCache); try { transaction t(_db->begin()); shared_ptr obj(_db->load(); if(loaded object is of type 1) { 1a) Do validations on loaded object 1b) return failure, without committing transaction, if validation failed 1c) go further if validation is successful, and perform updates on loaded object } else // loaded object is of type 2 { 2a) Do validations on loaded object 2b) return failure, without committing transaction, if validation failed 2c) go further if validation is successful, and perform updates on loaded object } t.commit(); } catch (const odb::exception &e) { LOG_ERROR << "EXCEPTION - " << e.what() << go; return ; } catch (const std::bad_optional_access &e) { LOG_ERROR << "EXCEPTION - " << e.what() << go; return ; } catch (const std::exception &e) { LOG_ERROR << "EXCEPTION - " << e.what() << go; return ; } odb::session::reset_current(); return ; } Let me know if you need more info, or something is not clear in the mail. Thanks Suraj Kukreja From d.patrushev at prosoftsystems.ru Fri Feb 25 01:09:09 2022 From: d.patrushev at prosoftsystems.ru (=?koi8-r?B?8MHU0tXbxdcg5MHOycwg4c7E0sXF18ne?=) Date: Fri Feb 25 05:31:20 2022 Subject: [odb-users] build2 odb version In-Reply-To: References: , Message-ID: Hello. I tried following your instructions but the odb compiler's build fails (libodb builds fine, though). I attached the build log, thank you. ________________________________ ??: Boris Kolpackov ??????????: 22 ??????? 2022 ?. 15:45:22 ????: ???????? ????? ????????? ?????: odb-users@codesynthesis.com ????: Re: [odb-users] build2 odb version ???????? ????? ????????? writes: > In build2 is there a way to get my hands on libodb-2.5.0-b.19? ?he > repository seems to contain the latest version only. Yes, please see: https://www.codesynthesis.com/pipermail/odb-users/2021-October/004698.html https://www.codesynthesis.com/pipermail/odb-users/2021-October/004700.html -------------- next part -------------- trace: pkg_build: configuration: .\ mkdir .\.bpkg\tmp\ bsdtar -xf odb-2.5.0-b.19+1.tar.gz -O odb-2.5.0-b.19+1/manifest b --verbose 4 --version trace: pkg_build: archive 'odb-2.5.0-b.19+1.tar.gz': odb-2.5.0-b.19+1.tar.gz trace: pkg_build: stashing held package odb/2.5.0-b.19+1 trace: pkg_build: refining execution plan from scratch trace: collect_build: add odb/2.5.0-b.19+1 trace: execute_plan: simulate: yes trace: execute_plan: simulate: no trace: pkg_command: command: update trace: pkg_command: odb out_root: .\odb-2.5.0-b.19+1\ trace: pkg_command: buildspec: update('.\odb-2.5.0-b.19+1\') b --verbose 4 update('.\odb-2.5.0-b.19+1\') g++ -v g++ -O2 -print-multiarch g++ -O2 -dumpmachine g++ -O2 -x c++ -E - bin @C:\odb-mingw\ target x86_64-w64-mingw32 ar --version bin.ar @C:\odb-mingw\ ar ar@C:\build2\bin\ar.exe id gnu version 2.34.0 major 2 minor 34 patch 0 signature GNU ar (GNU Binutils) 2.34 checksum c74c0d36f41de404b22c4bc057c48af6dbfd2e5abfbef788286a32390b3f809a windres --version bin.rc @C:\odb-mingw\ rc windres@C:\build2\bin\windres.exe id gnu signature GNU windres (GNU Binutils) 2.34 checksum 165d0849409d68ae14a70a570a5f67fdc614c76efcc2a6498aea9ddcd3ae1b6a g++ -print-search-dirs g++ -x c++ -v -E - cxx @C:\odb-mingw\ cxx g++@C:\build2\bin\g++.exe id gcc version 10.2.0 (Rev1, Built by MSYS2 project) major 10 minor 2 patch 0 signature gcc version 10.2.0 (Rev1, Built by MSYS2 project) checksum 4103bf07d156da553efaac9dd0909769205a2ff9d14b814ccc110ebed0e7474c target x86_64-w64-mingw32 runtime libgcc stdlib libstdc++ c stdlib msvc hdr dirs C:\build2\include\c++\10.2.0\ C:\build2\include\c++\10.2.0\x86_64-w64-mingw32\ C:\build2\include\c++\10.2.0\backward\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include\ C:\build2\include\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include-fixed\ C:\build2\x86_64-w64-mingw32\include\ C:\msys64\mingw64\include\ lib dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\gcc\ C:\build2\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\x86_64-w64-mingw32\lib\ C:\build2\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\ gcc -v gcc -O2 -print-multiarch gcc -O2 -dumpmachine gcc -print-search-dirs gcc -x c -v -E - c @C:\odb-mingw\ c gcc@C:\build2\bin\gcc.exe id gcc version 10.2.0 (Rev1, Built by MSYS2 project) major 10 minor 2 patch 0 signature gcc version 10.2.0 (Rev1, Built by MSYS2 project) checksum ae22e3843ac60654bd78384f32bf576b8d03c67351eee88de7e2c7e6e057193e target x86_64-w64-mingw32 runtime libgcc stdlib msvc hdr dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include\ C:\build2\include\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include-fixed\ C:\build2\x86_64-w64-mingw32\include\ C:\msys64\mingw64\include\ lib dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\gcc\ C:\build2\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\x86_64-w64-mingw32\lib\ C:\build2\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\ bin odb@C:\odb-mingw\odb-2.5.0-b.19+1\ target x86_64-w64-mingw32 bin.ar odb@C:\odb-mingw\odb-2.5.0-b.19+1\ ar ar@C:\build2\bin\ar.exe id gnu version 2.34.0 major 2 minor 34 patch 0 signature GNU ar (GNU Binutils) 2.34 checksum c74c0d36f41de404b22c4bc057c48af6dbfd2e5abfbef788286a32390b3f809a bin.rc odb@C:\odb-mingw\odb-2.5.0-b.19+1\ rc windres@C:\build2\bin\windres.exe id gnu signature GNU windres (GNU Binutils) 2.34 checksum 165d0849409d68ae14a70a570a5f67fdc614c76efcc2a6498aea9ddcd3ae1b6a g++ -std=c++2a -print-search-dirs g++ -std=c++2a -x c++ -v -E - cxx odb@C:\odb-mingw\odb-2.5.0-b.19+1\ cxx g++@C:\build2\bin\g++.exe mode -std=c++2a id gcc version 10.2.0 (Rev1, Built by MSYS2 project) major 10 minor 2 patch 0 signature gcc version 10.2.0 (Rev1, Built by MSYS2 project) checksum 4103bf07d156da553efaac9dd0909769205a2ff9d14b814ccc110ebed0e7474c target x86_64-w64-mingw32 runtime libgcc stdlib libstdc++ c stdlib msvc hdr dirs C:\build2\include\c++\10.2.0\ C:\build2\include\c++\10.2.0\x86_64-w64-mingw32\ C:\build2\include\c++\10.2.0\backward\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include\ C:\build2\include\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include-fixed\ C:\build2\x86_64-w64-mingw32\include\ C:\msys64\mingw64\include\ lib dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\gcc\ C:\build2\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\x86_64-w64-mingw32\lib\ C:\build2\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\ g++ -print-file-name=plugin cli odb@C:\odb-mingw\odb-2.5.0-b.19+1\ cli not found, leaving unconfigured bin libcutl@C:\odb-mingw\libcutl-1.11.0-b.9\ target x86_64-w64-mingw32 bin.ar libcutl@C:\odb-mingw\libcutl-1.11.0-b.9\ ar ar@C:\build2\bin\ar.exe id gnu version 2.34.0 major 2 minor 34 patch 0 signature GNU ar (GNU Binutils) 2.34 checksum c74c0d36f41de404b22c4bc057c48af6dbfd2e5abfbef788286a32390b3f809a bin.rc libcutl@C:\odb-mingw\libcutl-1.11.0-b.9\ rc windres@C:\build2\bin\windres.exe id gnu signature GNU windres (GNU Binutils) 2.34 checksum 165d0849409d68ae14a70a570a5f67fdc614c76efcc2a6498aea9ddcd3ae1b6a cxx libcutl@C:\odb-mingw\libcutl-1.11.0-b.9\ cxx g++@C:\build2\bin\g++.exe mode -std=c++2a id gcc version 10.2.0 (Rev1, Built by MSYS2 project) major 10 minor 2 patch 0 signature gcc version 10.2.0 (Rev1, Built by MSYS2 project) checksum 4103bf07d156da553efaac9dd0909769205a2ff9d14b814ccc110ebed0e7474c target x86_64-w64-mingw32 runtime libgcc stdlib libstdc++ c stdlib msvc hdr dirs C:\build2\include\c++\10.2.0\ C:\build2\include\c++\10.2.0\x86_64-w64-mingw32\ C:\build2\include\c++\10.2.0\backward\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include\ C:\build2\include\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include-fixed\ C:\build2\x86_64-w64-mingw32\include\ C:\msys64\mingw64\include\ lib dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\gcc\ C:\build2\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\x86_64-w64-mingw32\lib\ C:\build2\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\ bin libstudxml@C:\odb-mingw\libstudxml-1.1.0-b.10\ target x86_64-w64-mingw32 bin.ar libstudxml@C:\odb-mingw\libstudxml-1.1.0-b.10\ ar ar@C:\build2\bin\ar.exe id gnu version 2.34.0 major 2 minor 34 patch 0 signature GNU ar (GNU Binutils) 2.34 checksum c74c0d36f41de404b22c4bc057c48af6dbfd2e5abfbef788286a32390b3f809a bin.rc libstudxml@C:\odb-mingw\libstudxml-1.1.0-b.10\ rc windres@C:\build2\bin\windres.exe id gnu signature GNU windres (GNU Binutils) 2.34 checksum 165d0849409d68ae14a70a570a5f67fdc614c76efcc2a6498aea9ddcd3ae1b6a cxx libstudxml@C:\odb-mingw\libstudxml-1.1.0-b.10\ cxx g++@C:\build2\bin\g++.exe mode -std=c++2a id gcc version 10.2.0 (Rev1, Built by MSYS2 project) major 10 minor 2 patch 0 signature gcc version 10.2.0 (Rev1, Built by MSYS2 project) checksum 4103bf07d156da553efaac9dd0909769205a2ff9d14b814ccc110ebed0e7474c target x86_64-w64-mingw32 runtime libgcc stdlib libstdc++ c stdlib msvc hdr dirs C:\build2\include\c++\10.2.0\ C:\build2\include\c++\10.2.0\x86_64-w64-mingw32\ C:\build2\include\c++\10.2.0\backward\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include\ C:\build2\include\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include-fixed\ C:\build2\x86_64-w64-mingw32\include\ C:\msys64\mingw64\include\ lib dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\gcc\ C:\build2\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\x86_64-w64-mingw32\lib\ C:\build2\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\ c libstudxml@C:\odb-mingw\libstudxml-1.1.0-b.10\ c gcc@C:\build2\bin\gcc.exe id gcc version 10.2.0 (Rev1, Built by MSYS2 project) major 10 minor 2 patch 0 signature gcc version 10.2.0 (Rev1, Built by MSYS2 project) checksum ae22e3843ac60654bd78384f32bf576b8d03c67351eee88de7e2c7e6e057193e target x86_64-w64-mingw32 runtime libgcc stdlib msvc hdr dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include\ C:\build2\include\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include-fixed\ C:\build2\x86_64-w64-mingw32\include\ C:\msys64\mingw64\include\ lib dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\gcc\ C:\build2\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\x86_64-w64-mingw32\lib\ C:\build2\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\ trace: c::link_rule::match: non-C prerequisite for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\libs{studxml.?} trace: c::compile_rule::match: no C source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\objs{serializer.?} trace: c::compile_rule::match: no C source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\objs{parser.?} trace: c::compile_rule::match: no C source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\objs{value-traits.?} trace: c::compile_rule::match: no C source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\objs{qname.?} trace: cxx::compile_rule::match: no C++ source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\details\expat\objs{xmltok.?} trace: cxx::compile_rule::match: no C++ source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\details\expat\objs{xmlrole.?} trace: cxx::compile_rule::match: no C++ source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\details\expat\objs{xmlparse.?} trace: cxx::compile_rule::match: no C++ source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\details\genx\objs{char-props.?} trace: cxx::compile_rule::match: no C++ source file for target C:\odb-mingw\libstudxml-1.1.0-b.10\libstudxml\details\genx\objs{genx.?} bin @C:\odb-mingw\odb-2.5.0-b.19+1\tests\ target x86_64-w64-mingw32 bin.ar @C:\odb-mingw\odb-2.5.0-b.19+1\tests\ ar ar@C:\build2\bin\ar.exe id gnu version 2.34.0 major 2 minor 34 patch 0 signature GNU ar (GNU Binutils) 2.34 checksum c74c0d36f41de404b22c4bc057c48af6dbfd2e5abfbef788286a32390b3f809a bin.rc @C:\odb-mingw\odb-2.5.0-b.19+1\tests\ rc windres@C:\build2\bin\windres.exe id gnu signature GNU windres (GNU Binutils) 2.34 checksum 165d0849409d68ae14a70a570a5f67fdc614c76efcc2a6498aea9ddcd3ae1b6a cxx @C:\odb-mingw\odb-2.5.0-b.19+1\tests\ cxx g++@C:\build2\bin\g++.exe id gcc version 10.2.0 (Rev1, Built by MSYS2 project) major 10 minor 2 patch 0 signature gcc version 10.2.0 (Rev1, Built by MSYS2 project) checksum 4103bf07d156da553efaac9dd0909769205a2ff9d14b814ccc110ebed0e7474c target x86_64-w64-mingw32 runtime libgcc stdlib libstdc++ c stdlib msvc hdr dirs C:\build2\include\c++\10.2.0\ C:\build2\include\c++\10.2.0\x86_64-w64-mingw32\ C:\build2\include\c++\10.2.0\backward\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include\ C:\build2\include\ C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\include-fixed\ C:\build2\x86_64-w64-mingw32\include\ C:\msys64\mingw64\include\ lib dirs C:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\gcc\ C:\build2\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\x86_64-w64-mingw32\lib\ C:\build2\lib\x86_64-w64-mingw32\10.2.0\ C:\build2\lib\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\x86_64-w64-mingw32\10.2.0\ C:\msys64\mingw64\x86_64-w64-mingw32\lib\ g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\common-query.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\common-query.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\common-query.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\common.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\common.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\context.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\context.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\diagnostics.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\diagnostics.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\diagnostics.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\emitter.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\emitter.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\emitter.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\include.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\include.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\include.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\generator.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\generator.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\generator.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\header.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\header.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\location.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\location.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\location.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\lookup.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\lookup.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\lookup.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\instance.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\instance.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\instance.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\inline.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\inline.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\foreign-key.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\foreign-key.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\foreign-key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\parser.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\parser.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\parser.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\plugin.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\plugin.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\plugin.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\pragma.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\pragma.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\pragma.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\location.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\foreign-key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\generator.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\emitter.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\common-query.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\instance.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\diagnostics.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\pragma.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\parser.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{location.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{location...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\processor.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\processor.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\processor.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\plugin.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{foreign-key.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{foreign-key...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\primary-key.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\primary-key.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\primary-key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\lookup.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\include.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/auto-remove.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\auto-remove.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{generator.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{generator...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\profile.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\profile.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\profile.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{common.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{common...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\primary-key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\changelog.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\changelog.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\changelog.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{header.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{header...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{emitter.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{emitter...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common-query.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common-query.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common-query.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{inline.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{inline...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\context.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\context.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\context.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{instance.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{instance...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{common-query.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{common-query...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\header.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\header.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\inline.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\inline.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\inline.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{diagnostics.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{diagnostics...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\model.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\model.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\model.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{parser.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{parser...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\common.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\common.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\common.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{primary-key.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{primary-key...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{lookup.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{lookup...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{context.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{context...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{plugin.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{plugin...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\context.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\context.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\header.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\header.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\header.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{pragma.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{pragma...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\inline.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\inline.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\profile.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\model.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\model.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\model.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{include.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{include...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\schema.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\schema.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\changelog.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common-query.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\processor.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{profile.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{profile...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\schema.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{changelog.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{changelog...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\common.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\common.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\common.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{inline.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{inline...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\context.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\context.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\context.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{context.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{context...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{header.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{header...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{common.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{common...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\header.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\header.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\inline.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\inline.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\model.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\model.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\model.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{common-query.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{common-query...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\cxx{class.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\objs{class...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\schema.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\schema.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\validator.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\validator.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\validator.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{model.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{model...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\cxx{inline.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\objs{inline...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/container/graph.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\container\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\container\graph.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\cxx{model.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\objs{model...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{processor.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{processor...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\common.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\common.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\context.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\context.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\header.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\header.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\header.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\cxx{context.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\objs{context...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\cxx{header.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\objs{header...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\inline.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\inline.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\model.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\model.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\model.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\cxx{common.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\objs{common...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\schema.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\schema.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\schema.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\cxx{schema.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\objs{schema...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\cxx{source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\objs{source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\common.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\common.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\validator.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/container/graph.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\container\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\container\graph.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\cxx{model.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\objs{model...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\cxx{inline.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\objs{inline...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\header.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\header.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\context.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\context.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\context.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\cxx{context.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\objs{context...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\cxx{common.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\objs{common...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\inline.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\inline.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\model.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\model.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\model.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\cxx{header.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\objs{header...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\schema.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\schema.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\schema.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\cxx{schema.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\objs{schema...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\cxx{source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\objs{source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\processor.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\processor.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\processor.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/container/graph.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\container\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\container\graph.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\cxx{model.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\objs{model...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema-source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema-source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema-source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\cxx{inline.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\objs{inline...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\cxx{common.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\objs{common...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\cxx{header.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\objs{header...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\common.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\common.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\common.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\cxx{schema.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\objs{schema...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\cxx{context.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\objs{context...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\context.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\context.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\header.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\header.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\header.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\cxx{source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\objs{source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\inline.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\inline.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\inline.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{validator.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{validator...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\union-template.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\union-template.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\union-template.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema-source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\cxx{common.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\objs{common...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\model.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\model.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\processor.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\union-template.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\header.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\cxx{inline.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\objs{inline...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\schema.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\schema.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\schema.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\cxx{context.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\objs{context...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\cxx{header.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\objs{header...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\cxx{model.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\objs{model...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\validator.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\validator.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\validator.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class-template.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class-template.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class-template.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\cxx{source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\objs{source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\cxx{schema.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\objs{schema...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\derived.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\derived.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\derived.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class-template.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{schema-source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{schema-source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\elements.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\elements.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\elements.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\cxx{union-template.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\objs{union-template...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\template.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\template.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\template.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{schema.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{schema...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\enum.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\enum.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\enum.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\cxx{common.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\objs{common...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\cxx{context.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\objs{context...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\cxx{inline.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\objs{inline...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\fundamental.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\fundamental.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\fundamental.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\namespace.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\namespace.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\namespace.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changelog.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changelog.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changelog.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\validator.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\cxx{header.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\objs{header...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\enum.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changeset.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changeset.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changeset.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{processor.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{processor...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\namespace.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\column.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\column.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\column.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\derived.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{class-template.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{class-template...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\template.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\elements.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\elements.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\elements.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\index.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\index.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\index.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/container/graph.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\container\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\container\graph.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\cxx{model.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\objs{model...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changeset.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\key.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\key.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\elements.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\column.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\elements.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changelog.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\index.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{enum.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{enum...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\model.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\model.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\model.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\fundamental.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{namespace.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{namespace...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\cxx{validator.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\objs{validator...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{derived.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{derived...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\table.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\table.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\table.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\template.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\template.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\template.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union-template.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union-template.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union-template.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\cxx{template.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\objs{template...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\key.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\key.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\model.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{changeset.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{changeset...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\cxx{schema.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\objs{schema...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\cxx{source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\objs{source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\unit.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\unit.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\unit.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{elements.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{elements...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\source.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\source.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\source.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class-template.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class-template.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class-template.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union-template.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\template.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\table.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{column.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{column...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\derived.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\derived.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\derived.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{changelog.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{changelog...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{class.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{class...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\elements.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\elements.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\elements.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{index.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{index...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\enum.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\enum.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\enum.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\changelog.dll.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\changelog.dll.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\changelog.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{key.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{key...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{elements.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{elements...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\elements.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\key.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{model.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{model...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{fundamental.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{fundamental...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class-template.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\derived.cxx trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\cxx{table.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\objs{table...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{union-template.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{union-template...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{template.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{template...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\changelog.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\enum.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\unit.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{union.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{union...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\source.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/traversal.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\traversal.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\cxx{elements.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\objs{elements...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/container/graph.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\container\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\container\graph.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\cxx{key.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\objs{key...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\cxx{class-template.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\objs{class-template...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\cxx{derived.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\objs{derived...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/container/graph.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 3 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\container\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\container\graph.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\cxx{changelog.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\objs{changelog...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\cxx{enum.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\objs{enum...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/re.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\re.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{source.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\objs{source...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} trace: cxx::compile_rule::enter_header: non-existent header 'cutl/compiler/type-info.hxx' trace: cxx::compile_rule::append_prefixes: overriding mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 2 new mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\compiler\' mapped to C:\odb-mingw\libcutl-1.11.0-b.9\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\libcutl-1.11.0-b.9\ error: header 'cutl\compiler\type-info.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\cxx{unit.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\objs{unit...dll.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\libus{odb...dll.u.a} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.?} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 "-DODB_COPYRIGHT="2009-2020 Code Synthesis Tools CC"" -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -MD -E -fdirectives-only -MF C:\odb-mingw\odb-2.5.0-b.19+1\odb\odb.exe.o.t -o C:\odb-mingw\odb-2.5.0-b.19+1\odb\odb.exe.o.ii C:\odb-mingw\odb-2.5.0-b.19+1\odb\odb.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 "-DODB_COPYRIGHT="2009-2020 Code Synthesis Tools CC"" -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -x c++ -MQ ^ -M -MG C:\odb-mingw\odb-2.5.0-b.19+1\odb\odb.cxx trace: cxx::compile_rule::enter_header: non-existent header 'cutl/fs/path.hxx' trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libcutl-1.11.0-b.9\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::append_prefixes: ignoring mapping for prefix '' existing mapping to C:\odb-mingw\odb-2.5.0-b.19+1\ priority 1 another mapping to C:\odb-mingw\libstudxml-1.1.0-b.10\ priority 1 trace: cxx::compile_rule::enter_header: prefix 'cutl\fs\' mapped to C:\odb-mingw\odb-2.5.0-b.19+1\ trace: cxx::compile_rule::enter_header: no explicit target in C:\odb-mingw\odb-2.5.0-b.19+1\ error: header 'cutl\fs\path.hxx' not found and no rule to generate it info: failure deferred to compiler diagnostics info: while extracting header dependencies from C:\odb-mingw\odb-2.5.0-b.19+1\odb\cxx{odb.cxx} info: while applying rule cxx.compile to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\obje{odb...exe.o} info: while applying rule cxx.link to update C:\odb-mingw\odb-2.5.0-b.19+1\odb\exe{odb.exe} info: while applying rule alias to update C:\odb-mingw\odb-2.5.0-b.19+1\dir{odb\} info: while applying rule alias to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 "-DODB_COPYRIGHT="2009-2020 Code Synthesis Tools CC"" -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\odb.exe.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\odb.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\generator.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\generator.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\location.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\location.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\diagnostics.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\diagnostics.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\header.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\header.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\include.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\include.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\context.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\common.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\common.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\instance.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\instance.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\common-query.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\common-query.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\inline.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\inline.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\parser.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\parser.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\lookup.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\lookup.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\plugin.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\plugin.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\foreign-key.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\foreign-key.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\emitter.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\emitter.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\location.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/location.hxx:10:10: fatal error: cutl/fs/path.hxx: No such file or directory 10 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\pragma.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\pragma.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\generator.cxx:12:10: fatal error: cutl/fs/auto-remove.hxx: No such file or directory 12 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\processor.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\processor.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\foreign-key.cxx:7:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 7 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\table.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\table.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\header.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\common.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\inline.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\profile.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\profile.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/instance.hxx:13, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\instance.cxx:8: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\changelog.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\changelog.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common-query.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\common-query.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\table.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\common-query.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common-query.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\common.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\source.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\context.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\context.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\emitter.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\header.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\header.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\diagnostics.cxx:9: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\inline.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\inline.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\odb.cxx:34:10: fatal error: cutl/fs/path.hxx: No such file or directory 34 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/lookup.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\lookup.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\model.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\model.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mssql\common.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\common.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\parser.cxx:14: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mssql\context.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\context.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\plugin.cxx:17:10: fatal error: cutl/re.hxx: No such file or directory 17 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\context.cxx:10: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\include.cxx:13: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mssql\header.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\header.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mssql\inline.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\inline.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mssql\model.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\model.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\profile.cxx:10: C:\odb-mingw\odb-2.5.0-b.19+1/odb/profile.hxx:11:10: fatal error: cutl/fs/path.hxx: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mssql\schema.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\schema.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\changelog.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mssql\source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\source.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\pragma.cxx:11: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mysql\common.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\common.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common-query.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common-query.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mysql\context.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\context.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\common.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/inline.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\inline.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mysql\header.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\header.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\source.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mysql\inline.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\inline.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\validator.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\validator.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\context.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/header.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\header.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\processor.cxx:9: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\model.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mysql\model.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\model.cxx trace: run_finish: process g++ exited with code 1 trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mysql\schema.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\schema.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\mysql\source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\source.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/changelog.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/model.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\model.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/elements.hxx:13:10: fatal error: cutl/container/graph.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\oracle\common.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\common.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\oracle\context.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\context.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/inline.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\inline.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/mssql/common.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\common.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\oracle\header.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\header.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\oracle\inline.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\inline.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/header.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\header.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/mssql/context.hxx:9, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\context.cxx:10: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\oracle\model.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\model.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\oracle\schema.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\schema.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/schema.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\schema.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\oracle\source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\source.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/source.hxx:13, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mssql\source.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\pgsql\common.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\common.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/inline.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\inline.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/changelog.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/model.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\model.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/elements.hxx:13:10: fatal error: cutl/container/graph.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/mysql/common.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\common.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\pgsql\context.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\context.cxx g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\pgsql\header.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\header.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\pgsql\inline.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\inline.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/mysql/context.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\context.cxx:10: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/header.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\header.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\pgsql\model.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\model.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/source.hxx:13, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\source.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\pgsql\schema.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\schema.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\pgsql\source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\source.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/schema.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\mysql\schema.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/changelog.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/model.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\model.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/elements.hxx:13:10: fatal error: cutl/container/graph.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/inline.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\inline.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\processor.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\processor.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\schema-source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema-source.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/oracle/common.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\common.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\schema.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/oracle/context.hxx:9, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\context.cxx:10: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\source.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\sqlite\common.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\common.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/header.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\header.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\schema.cxx:7: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\sqlite\context.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\context.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\sqlite\header.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\header.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/class.hxx:8, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/class.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\validator.cxx:9: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\union-template.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\union-template.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/source.hxx:13, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\oracle\source.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\context.cxx:7: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\sqlite\inline.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\inline.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\sqlite\model.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\model.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/inline.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\inline.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/pgsql/common.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\common.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\sqlite\schema.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\schema.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\sqlite\source.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\source.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\model.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/header.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\header.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\relational\validator.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\validator.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\class-template.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class-template.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/source.hxx:13, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\source.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\class.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/schema.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\pgsql\schema.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/schema-source.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema-source.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\derived.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\derived.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\elements.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\elements.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/union-template.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/union-template.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\union-template.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\template.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\template.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class-template.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/schema.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\schema.cxx:8: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\enum.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\enum.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\fundamental.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\fundamental.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/sqlite/context.hxx:9, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\context.cxx:11: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/sqlite/common.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\common.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\namespace.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\namespace.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\changelog.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changelog.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/context.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/header.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\header.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/changelog.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/model.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\model.cxx:6: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/elements.hxx:13:10: fatal error: cutl/container/graph.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\changeset.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changeset.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\enum.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\column.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\column.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\elements.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\elements.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/inline.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\inline.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\namespace.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\processor.cxx:9: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/lookup.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\source.cxx:8: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\index.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\index.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\key.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\key.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\model.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\model.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\derived.cxx:6:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 6 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\relational\primary-key.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\primary-key.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\template.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\template.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changeset.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\column.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\elements.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\union-template.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union-template.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\union.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\semantics\unit.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\unit.cxx In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/template.hxx:8, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/template.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\template.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/common.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/common.hxx:10, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/schema.hxx:12, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\schema.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/context.hxx:20:10: fatal error: cutl/re.hxx: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\validator.cxx:7: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/relational/source.hxx:13, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\relational\sqlite\source.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/diagnostics.hxx:13:10: fatal error: cutl/fs/path.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\relational\key.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\key.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\class-template.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class-template.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\class.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\index.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\key.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\derived.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\derived.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\elements.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\elements.cxx trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\enum.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\enum.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\model.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 g++ -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\odb-mingw\odb-2.5.0-b.19+1 -IC:\build2\lib\gcc\x86_64-w64-mingw32\10.2.0\plugin/include -DODB_GXX_NAME="g++" -DODB_BUILD2 -IC:\odb-mingw\libcutl-1.11.0-b.9 -IC:\odb-mingw\libcutl-1.11.0-b.9 -DLIBCUTL_SHARED -IC:\odb-mingw\libstudxml-1.1.0-b.10 -IC:\odb-mingw\libstudxml-1.1.0-b.10 -DLIBSTUDXML_SHARED -O2 -std=c++2a -o odb-2.5.0-b.19+1\odb\traversal\relational\changelog.dll.o -c -x c++ C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\changelog.cxx C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\primary-key.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\template.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\relational\changelog.cxx:7:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 7 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union-template.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\union.cxx:4:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 4 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 trace: run_finish: process g++ exited with code 1 C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\class.cxx:6:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 6 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\elements.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/elements.hxx:7:10: fatal error: cutl/compiler/traversal.hxx: No such file or directory 7 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\elements.cxx:6:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 6 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 trace: run_finish: process g++ exited with code 1 trace: run_finish: process g++ exited with code 1 C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\fundamental.cxx:6:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 6 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/key.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/relational/key.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\key.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/elements.hxx:13:10: fatal error: cutl/container/graph.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/enum.hxx:8, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/enum.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\enum.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/class.hxx:8, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/class.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/class-template.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/class-template.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\class-template.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 trace: run_finish: process g++ exited with code 1 trace: run_finish: process g++ exited with code 1 In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/derived.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/derived.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\derived.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/elements.hxx:16:10: fatal error: cutl/fs/path.hxx: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 In file included from C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/changelog.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1/odb/traversal/relational/changelog.hxx:7, from C:\odb-mingw\odb-2.5.0-b.19+1\odb\traversal\relational\changelog.cxx:4: C:\odb-mingw\odb-2.5.0-b.19+1/odb/semantics/relational/elements.hxx:13:10: fatal error: cutl/container/graph.hxx: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 C:\odb-mingw\odb-2.5.0-b.19+1\odb\semantics\unit.cxx:6:10: fatal error: cutl/compiler/type-info.hxx: No such file or directory 6 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. trace: run_finish: process g++ exited with code 1 info: failed to update C:\odb-mingw\dir{odb-2.5.0-b.19+1\} rmdir -r .\.bpkg\tmp\ From boris at codesynthesis.com Fri Feb 25 07:37:44 2022 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Feb 25 07:34:32 2022 Subject: [odb-users] build2 odb version In-Reply-To: References: Message-ID: ???????? ????? ????????? writes: > I tried following your instructions but the odb compiler's > build fails (libodb builds fine, though). You were using the wrong version of libcutl. In any case, I went ahead and restored 2.5.0-b.19 in the repository so now you should be able to just do: $ bpkg build odb/2.5.0-b.19@https://pkg.cppget.org/1/beta From d.patrushev at prosoftsystems.ru Fri Feb 25 07:43:22 2022 From: d.patrushev at prosoftsystems.ru (=?koi8-r?B?8MHU0tXbxdcg5MHOycwg4c7E0sXF18ne?=) Date: Fri Feb 25 07:40:19 2022 Subject: [odb-users] build2 odb version In-Reply-To: References: , Message-ID: <85156c9afcef4339990bd703fc86b7f0@prosoftsystems.ru> That's great news, thanks a lot. ________________________________ ??: Boris Kolpackov ??????????: 25 ??????? 2022 ?. 17:37:44 ????: ???????? ????? ????????? ?????: odb-users@codesynthesis.com ????: Re: [odb-users] build2 odb version ???????? ????? ????????? writes: > I tried following your instructions but the odb compiler's > build fails (libodb builds fine, though). You were using the wrong version of libcutl. In any case, I went ahead and restored 2.5.0-b.19 in the repository so now you should be able to just do: $ bpkg build odb/2.5.0-b.19@https://pkg.cppget.org/1/beta From boris at codesynthesis.com Fri Feb 25 07:48:38 2022 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Feb 25 07:45:24 2022 Subject: [odb-users] Segmentation fault inside destructor of a non-finalised transaction. In-Reply-To: References: Message-ID: Kukreja, Suraj writes: > We have got crash due to segmentation fault, inside odb::transaction > destructor for an unfinalized transaction. Few things to note are :- > > 1) The crash is not occurring always, infact it has occurred only once > till now for given piece of code flow. Based on the stack trace, to me this looks like a (heap) memory corruption which means the cause can be anywhere (ODB, your code, other libraries). I would suggest that you build everything with the address sanitizer and try to trigger this issue again. From mr-aea at outlook.com Mon Feb 28 08:19:22 2022 From: mr-aea at outlook.com (Abdalla Ahmed) Date: Tue Mar 1 08:00:07 2022 Subject: [odb-users] ODB for C++20 Message-ID: Are there any future plans for such support? If not , Do I have to Completely refactor the source code so it can be used along with C++20 ? Sent from Mail for Windows