Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Compiling pgadmin on Fedora Core 3


  • From: Stephen Tashiro <stephen(dot)tashiro(at)us(dot)army(dot)mil>
  • To: pgadmin-hackers(at)postgresql(dot)org
  • Subject: Compiling pgadmin on Fedora Core 3
  • Date: Thu, 02 Feb 2006 09:06:09 -0700
  • Message-id: <43E22DF1(dot)4050704(at)us(dot)army(dot)mil>

I'm compiling the source in pgadmin3-1.4.1.tar.gz on Fedora Core 3 after installing WxWidgets from wxGTK-2.6.2.tar.gz.

The compiling of pgadmin3 links the libraries:
-lwx_gtk2u_adv-2.6
-lwx_baseu-2.6
-lwx_baseu_net-2.6
-lwx_baseu_xml-2.6
-lwx_gtk2u_core-2.6
-lwx_gtk2u_html-2.6
-lwx_gtk2u_ogl-2.6
-lwx_gtk2u_qa-2.6
-lwx_gtk2u_stc-2.6
-lwx_gtk2u_xrc-2.6

There is no error saying those libraries cannot be found, but there are errors about undefined references to such things as:

`wxStringBase::InitWith(wchar_t const*, unsigned int, unsigned int)'
`wxStringBase::ConcatSelf(unsigned int, wchar_t const*, unsigned int)'
`wxLogInfo(wchar_t const*, ...)'
`wxLocale::AddCatalog(wchar_t const*)'
`operator+(wxString const&, wchar_t const*)'
`wxString::BeforeFirst(wchar_t) const'

Can someone tell me in what library those things are defined?






Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group