[pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Devrim GÜNDÜZ
Hi, I'm trying to build a standalone pgagent RPM. This is the same environment that I can build pgadmin3 w/o any issues. After untarring pgAgent-3.0.1-Source.tar.gz, and running cmake, I got the following error: === -- The C compiler identifi

Re: [pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Dave Page
Hi 2011/12/6 Devrim GÜNDÜZ : > > Hi, > > I'm trying to build a standalone pgagent RPM. This is the same > environment that I can build pgadmin3 w/o any issues. > > After untarring pgAgent-3.0.1-Source.tar.gz, and running cmake, I got > the following error: > > =

Re: [pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Devrim GÜNDÜZ
On Tue, 2011-12-06 at 14:26 +0530, Dave Page wrote: > > > > Ok, so apparently it does not like wx configuration: > > > > # wx-config --selected-config > > gtk2-unicode-release-2.8 > > Yeah, my guess is you need to configure it for a dynamic build, not > static. Try something like: > > cmake -D ST

Re: [pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Dave Page
2011/12/6 Devrim GÜNDÜZ : > On Tue, 2011-12-06 at 14:26 +0530, Dave Page wrote: >> > >> > Ok, so apparently it does not like wx configuration: >> > >> > # wx-config --selected-config >> > gtk2-unicode-release-2.8 >> >> Yeah, my guess is you need to configure it for a dynamic build, not >> static. T

Re: [pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Devrim GÜNDÜZ
On Tue, 2011-12-06 at 17:13 +0530, Dave Page wrote: > > It did not work, either. Any other comments? > > > > The 3.0.0-Linux prebuilt binary is linked to libssl.so.0, which is > not > > available on my distros, so I cannot use it -- and building from > source > > is a better way for RPMs. > > What

Re: [pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Dave Page
2011/12/6 Devrim GÜNDÜZ : > On Tue, 2011-12-06 at 17:13 +0530, Dave Page wrote: >> > It did not work, either. Any other comments? >> > >> > The 3.0.0-Linux prebuilt binary is linked to libssl.so.0, which is >> not >> > available on my distros, so I cannot use it -- and building from >> source >> >

Re: [pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Devrim GÜNDÜZ
On Tue, 2011-12-06 at 17:31 +0530, Dave Page wrote: > > How can I export PostgreSQL_CONFIG_EXECUTABLE? I read README, but it > > talks about pressing c somewhere, which should not be possible while > > building RPMs :P > > :-) > > cmake -D PG_CONFIG_PATH:FILEPATH=/usr/bin/pg_config -D > STATIC_BU

Re: [pgadmin-hackers] Building pgagent on Linux

2011-12-06 Thread Dave Page
2011/12/6 Devrim GÜNDÜZ : > On Tue, 2011-12-06 at 17:31 +0530, Dave Page wrote: >> > How can I export PostgreSQL_CONFIG_EXECUTABLE? I read README, but it >> > talks about pressing c somewhere, which should not be possible while >> > building RPMs :P >> >> :-) >> >> cmake -D PG_CONFIG_PATH:FILEPATH=