Skip to content

postgresql Build Issue #16

Description

@evilkitten

On trying to compile Database.mod

Shows an error for BMax-NG

Line 419
Local query:Int = mysql_real_query(conn.handle, q, _strlen(q)) Then

Removing "Then" (As statement is declaration not an IF comparison) results in a compilation error:

../BlitzMax/mod/database.mod/postgresql.mod/include/postgres_ext.h:26:10: fatal error: pg_config_ext.h: No such file or directory
26 | #include "pg_config_ext.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
Build Error: failed to compile (1) ../BlitzMax/mod/database.mod/postgresql.mod/glue.c

Indeed there is no "pg_config_ext.h" file, only a "pg_config_ext.h" C++ header

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions