Re: Can't compile pgadmin3-1.10.1

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Haiyan Chi <gccchy(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Can't compile pgadmin3-1.10.1
Date: 2010-02-19 20:19:37
Message-ID: 4B7EF259.7020104@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 19/02/2010 21:14, Haiyan Chi a écrit :
> Thank you so much, Guillaume. After compile the wxWidgets contribs,
> pgadmin3-1.10.1 has been installed.
> But when I tried to run ./pgadmin3, I got the following error:
> ***********
> ./pgadmin3: relocation error: ./pgadmin3: symbol
> _ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_, version
> WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link time reference
> ***********
> Did I missed something? Thanks advance for your help.
>

It talks about a 2.8.5 wxWidgets Release, and you seemed to compiled
pgAdmin with 2.8.10. I suppose you have a 2.8.5 installed release, but
compiled pgAdmin against a compiled 2.8.10 wxWidgets release. You hsould
make sure you link against the good one (the good being 2.8.10).

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-02-20 08:16:49 [pgAdmin III] #143: Replace wxColourPicker with a custom one
Previous Message Haiyan Chi 2010-02-19 20:14:32 Re: Can't compile pgadmin3-1.10.1