Hi, I try to build pgadmin 1.6.2 on my Ubuntu 6.10 but I get this error
during linking
connection.o: In function `wxTransform2D::Transform(wxRect2DInt*) const':
connection.cpp:(.text._ZNK13wxTransform2D9TransformEP11wxRect2DInt[wxTransform2D::Transform(wxRect2DInt*)
const]+0x95): undefined reference to `wxRect2DInt::operator=(wxRect2DInt
const&)'
connection.o: In function `wxTransform2D::InverseTransform(wxRect2DInt*)
const':
connection.cpp:(.text._ZNK13wxTransform2D16InverseTransformEP11wxRect2DInt[wxTransform2D::InverseTransform(wxRect2DInt*)
const]+0x95): undefined reference to `wxRect2DInt::operator=(wxRect2DInt
const&)'
I see that someone had the same problem on Fedora core 6.
Is there a way I can fix it?
I'm using wxWidgest2.8 distributed by tt-solutions, this can be reached
directly from wxwidgets.org download section.