1.4.3 make issue

From: Chris G <edlftt(at)yahoo(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: 1.4.3 make issue
Date: 2006-07-25 15:50:11
Message-ID: 20060725155011.88295.qmail@web51703.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

I am trying to install pgadmin3 1.4.3 and i ran across a problem with the RPM so i am trying to install from source.

Setup:
Fedora 5, posgres 8.1.4, wxWidgets 2.6 (symlinked libraries to /usr/lib, added /usr/lib to /etc/ld.so.config, ran ldconfig) .. already had libxml and libxslt, got wxaui

Ran:
./configure --with-wxaui=../wxaui-0.9.2 --with-pgsql=/usr/local/pgsql/ --enable-debug

Output:
...
Using wxWidgets version: 2.6
Building a debug version of pgAdmin: Yes
Statically linking pgAdmin: No
Building a Mac OS X appbundle: No
...

Result of make:
Few hundred lines with "undefined reference" errors of this kind:

./slony/dlgRepPath.cpp:117: undefined reference to `wxXmlResource::GetXRCID(wchar_t const*)'
...
./slony/dlgRepTable.cpp:258: undefined reference to `wxArrayString::Index(wchar_t const*, bool, bool) const'
./slony/dlgRepTable.cpp:271: undefined reference to `operator+(wchar_t const*, wxString const&)'
...
/usr/local/lib/libwx_gtk2ud_ogl-2.6.so: undefined reference to `wxFopen(wchar_t const*, wchar_t const*)'

I have exhausted all possible search engine queries on this problem so if you have an idea of what i might do please reply. I don't know anything about wx* so i'm either missing something (also compiled the contrib when i installed wxWidgets) or i need to add something else to the ld config file.

Thank you,
Chris


---------------------------------
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Devrim GUNDUZ 2006-07-25 20:26:44 Re: 1.4.3 make issue
Previous Message Devrim GUNDUZ 2006-07-24 22:15:34 Re: [pgadmin-support] New RPM Schema and release