Thread: pgadmin3-1.4.1.tar does not contain files required for building in Windows

pgadmin3-1.4.1.tar does not contain files required for building in Windows

From
"Andrus Moor"
Date:
There are a number of files missing in latest release source code tarball
(pgadmin3-1.4.1.tar):

1. wx-build subdirectory, setup.h, wxWidgets workplace

Pgadmin web page building from source code instructions say that those files
are be present.
wxwidgets settings for setup.h are not described in any place.

2. utils\precomp.cpp

3. pgadmin3.rc

This causes VC++ 6.0 build to fail.

Andrus. 




Re: pgadmin3-1.4.1.tar does not contain files required for building in Windows

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Andrus Moor
> Sent: 29 January 2006 22:02
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgadmin3-1.4.1.tar does not
> contain files required for building in Windows
>
> There are a number of files missing in latest release source
> code tarball
> (pgadmin3-1.4.1.tar):
>
> 1. wx-build subdirectory, setup.h, wxWidgets workplace
>
> Pgadmin web page building from source code instructions say
> that those files
> are be present.
> wxwidgets settings for setup.h are not described in any place.
>
> 2. utils\precomp.cpp
>
> 3. pgadmin3.rc
>
> This causes VC++ 6.0 build to fail.

Hmm, that shows how often people build on Windows from the source
tarball. I've added these to the makefiles on trunk amd the 1.4 branch.
In the meantime, you can grab the files from http://svn.pgadmin.org/

Thanks for the report.

Regards, Dave.