Sergey Nivarov wrote:
Thank you. However it didn't help me. I've changed /usr/include/pqxx/result.hxx
void freemem_result_data(result_data *) throw ();
to
void PQXX_LIBEXPORT freemem_result_data(result_data *) throw ();
but i get the error still:
/usr/bin/g++ testlib.c mipostgres.c -I/usr/in
Sergey Nivarov wrote:
> Thank you. However it didn't help me. I've changed
> /usr/include/pqxx/result.hxx
> void freemem_result_data(result_data *) throw ();
> to
> void PQXX_LIBEXPORT freemem_result_data(result_data *) throw ();
>
> but i get the error still:
> /usr/bin/g++ testlib.c mipostgre
>
> This is a known problem in 2.6.9: that function should be declared
> PQXX_LIBEXPORT.
>
>
> Jeroen
>
Thank you. However it didn't help me. I've changed /usr/include/pqxx/result.hxx
void freemem_result_data(result_data *) throw ();
to
void PQXX_LIBEXPORT freemem_result_data(result_data *)
3 matches
Mail list logo