Thread: Some trouble with building in Windows

Some trouble with building in Windows

From
韦春阳
Date:
Hi,
I'm a beginner and i have some trouble with building pgAdmin source in Windows. I build the source follow the step in http://git.postgresql.org/gitweb?p=pgadmin3.git;a=blob_plain;f=INSTALL;hb=REL-1_10_0_PATCHES
 
1. Is the windows 2003 R2 Platform SDK be needed? How can I check if I have it on my computer?
2.When I run the   

 xtra/wx-build/build-wxmsw.bat

There is an error with the vcbuild, how can I solve it?
3.When I build it in Visual C++, there is an error:
1>d:\pgadmin3-1.10.3-1\pgadmin\include\db\pgconn.h(19) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Thanks all~
 
 
Bessie

Re: Some trouble with building in Windows

From
Luis Ochoa
Date:
Hi, you can check at: http://wiki.postgresql.org/wiki/PgAdmin_Internals#Windows

On Sat, Jul 31, 2010 at 4:43 AM, 韦春阳 <bessie2525@gmail.com> wrote:
Hi,
I'm a beginner and i have some trouble with building pgAdmin source in Windows. I build the source follow the step in http://git.postgresql.org/gitweb?p=pgadmin3.git;a=blob_plain;f=INSTALL;hb=REL-1_10_0_PATCHES
 
1. Is the windows 2003 R2 Platform SDK be needed? How can I check if I have it on my computer?
2.When I run the   

 xtra/wx-build/build-wxmsw.bat

There is an error with the vcbuild, how can I solve it?
3.When I build it in Visual C++, there is an error:
1>d:\pgadmin3-1.10.3-1\pgadmin\include\db\pgconn.h(19) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Thanks all~
 
 
Bessie


Regards, Luis.