Re: pgadmin3+Fedora Core 2 status report

From: "Diego A(dot) Gil" <diego(at)adminsa(dot)com>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgadmin3+Fedora Core 2 status report
Date: 2004-09-08 16:40:33
Message-ID: 1094660195.3279.72.camel@roadwarrior.adminsa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Devrim:

If you are using :

./configure --with-wx-config=/usr/local/bin/wx-config --enable-static
--with-pgsql=/usr

try with :

./configure --enable-static --enable-debug --with-wx=/usr/local --with-wx-config=wx-config-2.5

If stil fails, check the following :

Which wxWidgets snapshot are you using ? Mine is
http://developer.pgadmin.org/snapshots/wxWidgets/wxWidgets-pgAdmin3-20040907.tar.bz2

Which pagadmin snapshot are you using ? I use cvs checkout:

CVSROOT=:pserver:anonymous(at)cvs(dot)pgadmin(dot)org:/projects
export CVSROOT
cvs login
cvs -z9 checkout pgadmin3
cd pgadmin3
sh bootstrap

I suggest clean all:

rm -rf /usr/local/lib/libwx*
rm -rf /usr/local/lib/wx
rm -rf /usr/local/include/wx-2.5
rm -rf /usr/local/include/wx

in each package:

make clean
make distclean

Read carefuly ./docs/en_US/unix_compilation.html under pagadmin source
dir.

1. download wxWidgets snapshot.
2. download or checkou pgadmin sources.
3. follow unix_compilation.html instructions.

If you still have problems, upload again you config.log file and send me
a mail.

Diego.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Raphaël Enrici 2004-09-08 17:07:29 Re: pgAdmin III v1.2.0 Beta1 (Win32)
Previous Message Dave Page 2004-09-08 16:16:13 Re: pgadmin3+Fedora Core 2 status report