This is a discussion on Compiling pgadmin on Fedora Core 3 within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> 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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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? ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| Stephen Tashiro wrote: > 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. I don't know about FC3 but I did manage to build it from the .spec file on FC5T2 once the relevant version of Wxwidgets was updated in fedora itself, I just had some GCC4.1 issues to work aound but that won't affect you ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| Thread Tools | |
| Display Modes | |
|
|