[Libpqxx-general] pqxx::internal::freemem_result_data(pqxx::internal::result_data*)

Jeroen T. Vermeulen jtv at xs4all.nl
Wed Sep 26 06:53:56 UTC 2007


On Mon, September 24, 2007 20:48, MIchal Lijowski wrote:
> No,
>
> But after I deleted libpqxx-devel-2.6.9-1.fc6.rf and
> libpqxx-2.6.9-1.fc6.rf and installed libpqxx-devel-2.6.8-3.fc6
> libpqxx-2.6.8-3.fc6 from FC6 repository compilation does not
> produce error.

This sounds like it may be a problem with the Fedora packaging, or perhaps
even an obscure bug that only shows up when using Fedora's version of gcc.
 FC's gcc can diverge from the upstream gcc quite a bit.

Perhaps you could try getting the latest libpqxx development tree from
svn://pqxx.org/libpqxx/trunk/ and testing your working copy?

You'd have to run (as a regular user, in some temporary directory):

svn co svn://pqxx.org/libpqxx/trunk/ libpqxx-trunk
cd libpqxx-trunk
./configure && make && make check

That should run the full test suite.  If it doesn't reproduce the problem,
try running this variant afterwards:

./configure --enable-shared && make && make check


Jeroen




More information about the Libpqxx-general mailing list