> My prior build for libpqxx was:
> 
> ./configure --enable-shared
> make
> sudo make install
> 
> So now I have pqxx 2.6.9, but how do I enable the LONG_LONG support? 

Just make sure that the configure script reported "checking for long
long: yes" instead of "checking for long long: no". If your pqxx build
directory contains include/pqxx/config.h with this line in it:
  #define PQXX_HAVE_LONG_LONG 1
then your libpqxx build should be OK.

        David


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to