pgagent build issue on SLES 12

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)PostgreSQL(dot)org>
Subject: pgagent build issue on SLES 12
Date: 2017-07-10 11:59:35
Message-ID: 1499687975.18572.13.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


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?

Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-10 12:18:26 Re: pgagent build issue on SLES 12
Previous Message Dave Page 2017-07-10 11:12:39 pgAdmin 4 commit: Update Mingw build for changes in QtWebKit