Thread: Failed to compile pgadmin

Failed to compile pgadmin

From
"Dimuthu Gamage"
Date:
Hi,
I am a newbie and is trying to compile PGAdmin. I had the following
error there, apparently related to wxwidgets.

../debugger/include/wsRichWindow.h:33:24: error: wx/stc/stc.h: No such
file or directory

I was using a tarball downloaded from,
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/. And I am
using WxWidgets-2.8.2 with GTK.

Hope you can help me regarding this matter.

Thank you
Dimuthu

Re: Failed to compile pgadmin

From
Dave Page
Date:
Dimuthu Gamage wrote:
> Hi,
> I am a newbie and is trying to compile PGAdmin. I had the following
> error there, apparently related to wxwidgets.
>
> ../debugger/include/wsRichWindow.h:33:24: error: wx/stc/stc.h: No such
> file or directory
>
> I was using a tarball downloaded from,
> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/. And I am
> using WxWidgets-2.8.2 with GTK.
>
> Hope you can help me regarding this matter.

You need to build and install the wxWidgets stc and ogl contrib modules.

Regards, Dave

Re: Failed to compile pgadmin

From
Quan Zongliang
Date:
hi

First, you should send this mail to pgadmin-support@postgresql.org instead of here.

About error, did you build the ogl and stc contrib modules? Them can be found in wxWidgets-ROOT\contrib dir.

See here for more info:
http://www.pgadmin.org/download/source.php

Regards.
Quan