Scot:
I don't know what "chancy" means (I speak spanish) but if that means
that this is not a good solution, I agree with you.
The fact is I could not find any better one !. Everybody talks about
re-exporting this functions but it doesn't sound very clever to me
either, because is going backwards.
Besides, the names of this functions are very expresive to me !!. I
tryied, and it worked.
Anyone knows how to change this calls to something supported ?
Diego.
El vie, 25-06-2004 a las 21:51, Scot L. Harris escribió:
> On Fri, 2004-06-25 at 17:58, Diego A. Gil wrote:
> > It may help ..
> >
> > Diego.
> >
> > -----Mensaje reenviado-----
> > > From: Diego A. Gil <diego@adminsa.com>
> > > To: PgAdmin Hackers <pgadmin-hackers@postgresql.org>
> > > Subject: Re: [pgadmin-hackers] compile error
> > > Date: Wed, 16 Jun 2004 00:12:00 -0300
> > >
> > > Finally, I made it work!.
> > >
> > > Please check
> > > http://lists.wxwidgets.org/archive/wx-users/msg39100.html
> > >
> > > There is part of the solution.
> > >
> > > Error related to _gtk_rc_context_get_default_font_name was "solved"
> > > commenting out these lines in wxWindows src/gtk/settings.cpp:
> > >
> > > //const gchar *font_name =
> > > //_gtk_rc_context_get_default_font_name(gtk_settings_get_default());
> > > //g_systemFont = new wxFont(wxString::FromAscii(font_name));
> > >
>
> That is the part of the code calling the internal gtk+ functions.
> However just commenting them out without knowing what they do would seem
> a chancy proposition at best.