Thread: I can't build pgAgent&pgAdmin3

I can't build pgAgent&pgAdmin3

From
"rancpine cui"
Date:
Hello<br />     I've installe PostgreSQL 8.1 into the default location from the official PostgreSQL installer
(pgInstaller).And in my $BUILD_ROOT/pgadmin3-deps/ ,  I've already got wxWidgets, libxml2, libxslt, iconv and zlib. <br
/>   When I tried to build pgAdmin 1.6.3 under Windows Xp sp2, using VS 2005, I succeeded in building pgaevent, but
failedto do with pgAgent & pgAdmin3.<br />    When I tried to build pgAdmin3, VS says "error PRJ0019: Tools from
'Extractingsubversion repository version'  " and "BSCMAKE: error BK1506 : : No such file or directory" <br />    When I
triedto build pgAgent, it says "can't open .\Debug/pgAgent.pch: No such file or directory" and <br />"BSCMAKE: error
BK1506: : No such file or directory".<br />    What shall I do now? <br />Regards,<br />    Ranc.<br /> 

Re: I can't build pgAgent&pgAdmin3

From
Dave Page
Date:
rancpine cui wrote:
> Hello
>      I've installe PostgreSQL 8.1 into the default location from the 
> official PostgreSQL installer (pgInstaller). And in my 
> $BUILD_ROOT/pgadmin3-deps/ ,  I've already got wxWidgets, libxml2, 
> libxslt, iconv and zlib.
>     When I tried to build pgAdmin 1.6.3 under Windows Xp sp2, using VS 
> 2005, I succeeded in building pgaevent, but failed to do with pgAgent & 
> pgAdmin3.
>     When I tried to build pgAdmin3, VS says "error PRJ0019: Tools from 
> 'Extracting subversion repository version'  " and "BSCMAKE: error BK1506 
> : : No such file or directory"
>     When I tried to build pgAgent, it says "can't open 
> .\Debug/pgAgent.pch: No such file or directory" and
> "BSCMAKE: error BK1506 : : No such file or directory".
>     What shall I do now?

Is there a reason you're building from source on Windows, rather than 
using the binary packages provided? (if you're hacking the source code, 
you'd be better off on the pgadmin-hackers list).

If you do still want to build from source, please clean all projects, 
and attempt to build pgAdmin again and then post *all* the build output. 
The output you've posted above only makes sense if you're working from 
the 1.6 stable branch from SVN, but don't have an svn client in your path.

Regards, Dave.