>>>>> "JP" == James Poole <[email protected]> writes:
JP> Hmm... Maybe I am doing something wrong, but I couldn't get it to work. I
JP> had tried to manually hack acprep to set the LDFLAGS as well with no luck.
Ok, let's try side-stepping acprep:
cd <your build dir>
cmake <your source dir> \
-DUSE_PYTHON=1 \
-DBUILD_DEBUG=1 \
-DCMAKE_CXX_COMPILER:PATH=clang++ \
-DCMAKE_EXE_LINKER_FLAGS="-lpqxx -lpq"
make
If you prefer to use ninja, then add -GNinja to the cmake line, and run
"ninja" instead of make. Ninja is *much* faster at detected when a rebuild
needs to happen, and automatically makes use of multiple cores.
--
John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
--
---
You received this message because you are subscribed to the Google Groups
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.