Re: FC2 make problems

From: "Diego A(dot) Gil" <diego(at)adminsa(dot)com>
To: chester c young <chestercyoung(at)yahoo(dot)com>
Cc: Pgadmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: FC2 make problems
Date: 2004-08-18 22:35:26
Message-ID: 1092868526.3846.17.camel@roadwarrior.adminsa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Chester:

Don't use wxWindows-pgAdmin3-20031010-7, use
wxWindows-pgAdmin3-20040711-1.tar.bz2 instead.

(http://developer.pgadmin.org/snapshots/wxWidgets/wxWidgets-pgAdmin3-20040711-1.tar.bz2)

and use the last pgadmin3 source snapshot

(http://developer.pgadmin.org/snapshots/pgadmin3-src.tar.gz).

I did it last night and worked very well.

Don't forget to carefully read instructions in
pgadmin3-1.1.0/docs/en_US/unix_compilation.html after you extract
pgadmin3-src.tar.gz. Modify xxx-2003xxx names acordingly.

Diego.

El mié, 18-08-2004 a las 19:14, chester c young escribió:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Plotnik 2004-08-19 06:56:27 Re: data tye "name" only as array
Previous Message chester c young 2004-08-18 22:14:05 FC2 make problems