postgresql-kit icon indicating copy to clipboard operation
postgresql-kit copied to clipboard

Frameworks for integrating a PostgreSQL database with your Mac and iOS projects

Results 6 postgresql-kit issues
Sort by recently updated
recently updated
newest added

OTHER_CFLAGS = "-I/usr/local/include"; Correcting some Typos in program Fixed to (Latest SDK) in project configuration, build setting

Making /Users/piotrkeler/Desktop/postgresql/tar/postgresql-9.4.0.tar.gz Output to /Users/piotrkeler/Desktop/postgresql/build/Release Using openssl libraries: /Users/piotrkeler/Desktop/postgresql/build/Release/openssl-current-mac_x86_64 SDK does not exist: macosx10.10 Command /bin/sh failed with exit code 255 *\* BUILD FAILED ** The following build commands failed:...

The script seems not to be working on 10.11. Something goes wrong when checking for OpenSSL: ``` configure: error: library 'crypto' is required for OpenSSL Makefile:14: ../../../src/Makefile.global: No such file...

Running: etc/build-frameworks.sh Most the parts receive: *\* BUILD SUCCEEDED *_, but the last part gives me: *_ BUILD FAILED *\* as follows: === BUILD AGGREGATE TARGET openssl_ios OF PROJECT postgresql-kit...

Hi, I want to integrate the PosgresSQL server in one of my mac app. I just build manually and created the PGClient framework (As per https://github.com/djthorpe/postgresql-kit/wiki/PGClientKit). But it throws an...

Hi, seems that the build process somehow loses some symbols when building the framework. I'm trying to use the libpq-events functions but am getting an "undefined symbol" linker error. I...