I'm currently working on Ubuntu 20.04 and I am building a web application with WebToolkit. I want to use a Postgresql database to store my data. I built Wt from source, following these steps.
Unfortunately, when I include the header file Wt/Dbo/backend/Postgres.h in my code, I get the following error
cannot open source file Wt/Dbo/backend/Postgres.h
Indeed, the directory Wt/Dbo/backend includes only Sqlite3.h and WDboSqlite3DllDefs.h.
How can I solve the problem?