Re: [wsjt-devel] Build problem on Linux

2017-10-27 Thread Ervin Hegedüs
Hi Walter, thanks for your answer, On Fri, Oct 27, 2017 at 11:20:55AM +0200, Walter Fey wrote: > Hi Ervin, > > I am building packages for openSUSE in a private project. > https://build.opensuse.org/project/show/home:dl8fcl:afu > > To solve this problem I am using this lines in the wsjtx.spec f

Re: [wsjt-devel] Build problem on Linux

2017-10-27 Thread Walter Fey
}, ...) with the data necessary for debian. 73, Walter DL8FCL Am 26.10.2017 um 03:51 schrieb wsjt-devel-requ...@lists.sourceforge.net: > Message: 2 > Date: Wed, 25 Oct 2017 22:55:23 +0200 > From: Ervin Heged?s > To: WSJT software development > Subject: Re: [wsjt-devel] Build problem on

Re: [wsjt-devel] Build problem on Linux

2017-10-25 Thread Ervin Hegedüs
Hi Bill, sorry for the delay, On Sun, Oct 22, 2017 at 12:04:07AM +0100, Bill Somerville wrote: > On 21/10/2017 22:15, Ervin Hegedüs wrote: > > I need to do some work to ensure that CMake detection of Hamlib works > correctly for system installed Hamlib libraries. This has only become > possible

Re: [wsjt-devel] Build problem on Linux

2017-10-21 Thread Bill Somerville
On 21/10/2017 22:15, Ervin Hegedüs wrote: But when I pass the system installed Hamlib path: -- Checking for module 'hamlib' -- Found hamlib, version 3.1 -- Found hamlib CMake Error at /usr/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find hamlib (miss

Re: [wsjt-devel] Build problem on Linux

2017-10-21 Thread Ervin Hegedüs
Hi Bill, On Fri, Oct 20, 2017 at 11:11:10PM +0100, Bill Somerville wrote: > On 20/10/2017 21:19, Ervin Hegedüs wrote: > >$ cmake -D CMAKE_INSTALL_PREFIX=$HOME/wsjt -D > >hamlib_LIBRARY_DIRS=$HOME/hamlib-prefix > >Qt5Widgets_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets > >Qt5Multimedia_DIRQt5Mul

Re: [wsjt-devel] Build problem on Linux

2017-10-21 Thread Ervin Hegedüs
Hi Bill, thanks for the fast reply, On Fri, Oct 20, 2017 at 11:11:10PM +0100, Bill Somerville wrote: > On 20/10/2017 21:19, Ervin Hegedüs wrote: > >$ cmake -D CMAKE_INSTALL_PREFIX=$HOME/wsjt -D > >hamlib_LIBRARY_DIRS=$HOME/hamlib-prefix > >Qt5Widgets_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets

Re: [wsjt-devel] Build problem on Linux

2017-10-20 Thread Bill Somerville
On 20/10/2017 21:19, Ervin Hegedüs wrote: $ cmake -D CMAKE_INSTALL_PREFIX=$HOME/wsjt -D hamlib_LIBRARY_DIRS=$HOME/hamlib-prefix Qt5Widgets_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets Qt5Multimedia_DIRQt5Multimedia_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5Multimedia . Hi Ervin, this is not