FC2 make problems - Mailing list pgadmin-support

From chester c young
Subject FC2 make problems
Date
Msg-id 20040818221405.55201.qmail@web12706.mail.yahoo.com
Whole thread Raw
Responses Re: FC2 make problems  ("Diego A. Gil" <diego@adminsa.com>)
List pgadmin-support
Hi

Moved from FC1 to FC2 and need to build.

Following instructions:

wxWindows-pgAdmin3-20031010-7:
- in src/gtk/settings.cpp, comment lines //const gchar *font_name =
//_gtk_rc_context_get_default_font_name(gtk_settings_get_default());    //g_systemFont = new
wxFont(wxString::FromAscii(font_name));
- ./configure --with-gtk --enable-gtk2 \  --enable-unicode --disable-shared --enable-debug
- make
- sudo make install
- ldconfig   <-- necessary?

from contrib/src/stc and src
- make
- sudo make install

pgadmin3-1.0.2:
- download, untar
- ./configure --enable-static --enable-debug
- make all

problem:
many undefined reference to wx* eg, to `wxXmlResource::Load(wxString const&)'
fail

also tried ./configure without --enable-static - same problem

also, almost everyone I know has moved off FC1 to FC2 - many advantages
(except pgAdmin not working ;) )

thanks,
cy




    
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 


pgadmin-support by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Newlines in pl/python functions
Next
From: "Diego A. Gil"
Date:
Subject: Re: FC2 make problems