alexlee188 / ghpsdr3-alex

Modifications of John Melton's ghpsdr3
GNU General Public License v3.0
63 stars 38 forks source link

Qt 5 version checking blows up (Qt 5.11.1) #54

Closed csylvain closed 5 years ago

csylvain commented 5 years ago
-- workaround --
i manually edited trunk/src/QtRadio/configure as follows:
16640c16640
<   qmake_version_sed='/^.*\([0-9]\.[0-9]\.[0-9]\).*$/!d;s//\1/'
---
>   qmake_version_sed='/^.*\([0-9]\.[0-9][0-9]*\.[0-9]\).*$/!d;s//\1/'

.. not sure atm where the sed regexp is defined. it needs to allow a two-digit minor release number.

recri commented 5 years ago

I've pushed a fix for this into trunk/src/QtRadio/build-aux/autotroll.m4, it seems to work.

-- rec --

On Mon, Feb 18, 2019 at 10:01 AM CSylvain notifications@github.com wrote:

-- workaround -- i manually edited trunk/src/QtRadio/configure as follows: 16640c16640 < qmake_version_sed='/^.([0-9].[0-9].[0-9]).$/!d;s//\1/'

qmake_version_sed='/^.([0-9].[0-9][0-9].[0-9]).*$/!d;s//\1/'

.. not sure atm where the sed regexp is defined. it needs to allow a two-digit minor release number.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexlee188/ghpsdr3-alex/issues/54, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVWjbDvdxnsOsSsTptpXZCUa3q5znaFks5vOsBOgaJpZM4bBDUN .