From: | "Jason L(dot) Buberel" <jason(at)buberel(dot)org> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org |
Subject: | Builds errors with 1.6.3 and wxWidgets 2.8.1 on Ubuntu |
Date: | 2007-04-04 04:48:08 |
Message-ID: | 46132E08.40404@buberel.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Similarly to what was reported here with v1.6.2:
http://www.pgadmin.org/archives/pgadmin-support/2007-01/msg00065.php
I am trying to compile v1.6.3 from sources on Ubuntu Feisty Fawn (the
current beta). This comes with wxWidgets 2.8.1.1, which I have installed:
ii wx2.8-doc 2.8.1.1-0ubuntu4 wxWidgets
Cross-platform C++ GUI toolkit (documentation)
ii wx2.8-examples 2.8.1.1-0ubuntu4 wxWidgets
Cross-platform C++ GUI toolkit (examples)
ii wx2.8-headers 2.8.1.1-0ubuntu4 wxWidgets
Cross-platform C++ GUI toolkit (header files)
ii wx2.8-i18n 2.8.1.1-0ubuntu4 wxWidgets
Cross-platform C++ GUI toolkit (i18n support)
The configure works just fine, but towards the end I get the following
compilation error on a very clean build:
g++ -DDATA_DIR=\"/opt/pgadmin-1.6/share/pgadmin3/\" -Wall
-Wno-non-virtual-dtor -I./include -L/opt/postgres-8.1.4//lib
-L/usr/lib -o pgagent connection.o job.o misc.o pgAgent.o unix.o
-pthread -lwx_baseu-2.8 -L/opt/postgres-8.1.4/lib -lcrypto -lpq
connection.o: In function `wxTransform2D::Transform(wxRect2DInt*) const':
connection.cpp:(.text._ZNK13wxTransform2D9TransformEP11wxRect2DInt[wxTransform2D::Transform(wxRect2DInt*)
const]+0x96): undefined reference to `wxRect2DInt::operator=(wxRect2DInt
const&)'
connection.o: In function `wxTransform2D::InverseTransform(wxRect2DInt*)
const':
connection.cpp:(.text._ZNK13wxTransform2D16InverseTransformEP11wxRect2DInt[wxTransform2D::InverseTransform(wxRect2DInt*)
const]+0x96): undefined reference to `wxRect2DInt::operator=(wxRect2DInt
const&)'
collect2: ld returned 1 exit status
Is this indeed the same issue as reported previously, still existing in
v1.6.3?
Thanks,
Jason
From | Date | Subject | |
---|---|---|---|
Next Message | Rabih Mahfouz | 2007-04-04 09:19:21 | Document for PgAdmin |
Previous Message | Guillaume Lelarge | 2007-04-03 21:34:22 | Re: Tiny input field for filtered table view |