Jonathan Blitz wrote: > OK. > > It seems that it did compile some of them. > > I tried to start running them and it complained that the database is > missing.
AFAIK the test scripts can take their connection settings from the environment. See: http://www.postgresql.org/docs/8.1/interactive/libpq-envars.html You should give the test programs a connection to a database that they can modify at will. They create various tables and other database objects for testing. Cheers, Bart _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
