Re: pgagent build issue on SLES 12

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgagent build issue on SLES 12
Date: 2017-07-10 12:26:50
Message-ID: CAG7mmox1hq7ZP5mCAGd44ttB0Bw=zQ1tCZdaMLk938sDZY9Hxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

You can find the logs/temporary files in the CMakeFiles directory.

On Jul 10, 2017 17:48, "Dave Page" <dpage(at)pgadmin(dot)org> wrote:

>
>
> On Mon, Jul 10, 2017 at 12:59 PM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:
>
>>
>> Hi,
>>
>> I'm trying to RPMify pgagent on SLES 12, but getting an error. Here is the
>> command I'm using (like I did for RHEL)
>>
>> cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr -D PG_CONFIG_PATH:FILEPATH=/usr/pgsql-9.6/bin/pg_config
>> -D STATIC_BUILD:BOOL=OFF
>>
>> Error is:
>>
>> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
>> The selected wxWidgets configuration (version: 2.8, debug: no, static:
>> no,
>> unicode: yes, modules: base) is not available.
>> Call Stack (most recent call first):
>> CMakeLists.txt:95 (FIND_PACKAGE)
>>
>> and here is the CMakeOutput.log:
>>
>> https://www.gunduz.org/temp/pgagent-CMakeOutput.log
>>
>> Any hints how can I debug this?
>>
>
> What wxWidgets configs are available on that machine?
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-07-10 12:26:58 [pgAdmin4][Patch] To fix "there is no disk..." warning in Windows
Previous Message Dave Page 2017-07-10 12:25:41 Re: [pgAdmin4][Patch]: Fixed #2532 - Left side tree: The node disappears on update if there is only one child exist for that category.