Fix, in the `configure` file, change ``` char conninfo="dbname = postgres"; ``` to ``` const char* conninfo="dbname = postgres"; ```