Re: Compiling pgAgent on FreeBSD 8

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Benjamin Krajmalnik <kraj(at)illumen(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Compiling pgAgent on FreeBSD 8
Date: 2010-04-23 18:36:28
Message-ID: m2w937d27e11004231136n8ca9315cqd74e3f56af07b243@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, Apr 23, 2010 at 7:22 PM, Benjamin Krajmalnik <kraj(at)illumen(dot)com> wrote:
> Initially I did not specify anything - just followed the instructions in the README.
> If I ignore the errors and go to edit the configuration options, I am missing quite a few keys from the information in the readme.
>
> This is what the configuration shows:
...
>  WX_CONFIG_PATH                   WX_CONFIG_PATH-NOTFOUND

The option above looks like the problem. You need to set that to the
location of the wx-config script - for example, on OSX I use:

CMAKE_BUILD_TYPE Release
CMAKE_INSTALL_PREFIX /usr/local
CMAKE_OSX_ARCHITECTURES ppc;i386
CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.5.sdk
STATIC_BUILD ON
WX_CONFIG_PATH /usr/local/bin/wx-config
WX_DEBUG OFF

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Benjamin Krajmalnik 2010-04-23 19:25:25 Re: Compiling pgAgent on FreeBSD 8
Previous Message Benjamin Krajmalnik 2010-04-23 18:22:10 Re: Compiling pgAgent on FreeBSD 8