You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not really a wxDatabase issue, but a PostgreSQL / mingw-w64 issue. I am including it here because it prevents wxDatabase from building and there is not much help on Google at the moment.
Basically both PostgreSQL pthread.h and mingw-w64 gthr.h define the struct timespec.
The workaround from a wxDatabase perspective is to include:
add_definitions(-DHAVE_STRUCT_TIMESPEC)
in the ENABLE_PGS block of CMakeLists.txt.
The text was updated successfully, but these errors were encountered:
This is not really a wxDatabase issue, but a PostgreSQL / mingw-w64 issue. I am including it here because it prevents wxDatabase from building and there is not much help on Google at the moment.
Basically both PostgreSQL pthread.h and mingw-w64 gthr.h define the struct timespec.
The workaround from a wxDatabase perspective is to include:
in the ENABLE_PGS block of CMakeLists.txt.
The text was updated successfully, but these errors were encountered: