[vtk-developers] python, postgreSQL, VTK build

David C Thompson dcthomp at sandia.gov
Fri Aug 29 18:13:40 EDT 2008


> 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





More information about the vtk-developers mailing list