Re: [Qgis-developer] is QGIS supposed to build with Qt 5.8?

2017-03-08 Thread Larry Shaffer
Hi,

On Tue, Mar 7, 2017 at 12:17 AM, G. Allegri  wrote:

> Thanks Nyall, I will abandon the struggle for now.
> I just wanted to try some new features from Qt3D that were added in the
> last release.
>

I just got QGIS 3 compiling against Qt 5.8, using some custom Homebrew
formulae on macOS 10.11.6. However, Homebrew is still a day or two off from
fully supporting Qt 5.8 in all the packages that QGIS uses.

I have not noticed any major runtime errors beyond this one, specific to
macOS:
https://bugreports.qt.io/browse/QTBUG-57706
That causes QGIS to stall upon loading the splash screen, requiring the
user to hit Return twice to proceed. Definite regression in Qt 5.7.x -->
5.8.0.

On the plus side, for macOS, all the icons now show up properly for actions
in the menus.


Larry Shaffer
Dakota Cartography
Black Hills, South Dakota
--
Boundless Desktop and QGIS Support/Development
Boundless Spatial - http://boundlessgeo.com
lshaf...@boundlessgeo.com



> giovanni
>
> Il 7 mar 2017 01:47, "Nyall Dawson"  ha scritto:
>
>> On 7 March 2017 at 10:41, G. Allegri  wrote:
>> > Hi Nyall,
>> > Ubuntu 16.04 + Qt Creator 5.8.0 (deb package).
>> > Qt 5.8 come from Qt Creator (under /opt path).
>> > Qt 5.5 from apt. Generating and building against these is ok.
>>
>> I'm not sure. I'm not aware of any platforms where QGIS is currently
>> built against 5.8 (since 5.8 on homebrew is broken, and all stable
>> distros are 5.7. Windows is 5.7 too), so there's possibly things we'll
>> need to change.
>>
>> But last time I tried to build against any non-repo packages on Ubuntu
>> I just couldn't get it to succeed either.
>>
>> Nyall
>>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] is QGIS supposed to build with Qt 5.8?

2017-03-06 Thread G. Allegri
Thanks Nyall, I will abandon the struggle for now.
I just wanted to try some new features from Qt3D that were added in the
last release.

giovanni

Il 7 mar 2017 01:47, "Nyall Dawson"  ha scritto:

> On 7 March 2017 at 10:41, G. Allegri  wrote:
> > Hi Nyall,
> > Ubuntu 16.04 + Qt Creator 5.8.0 (deb package).
> > Qt 5.8 come from Qt Creator (under /opt path).
> > Qt 5.5 from apt. Generating and building against these is ok.
>
> I'm not sure. I'm not aware of any platforms where QGIS is currently
> built against 5.8 (since 5.8 on homebrew is broken, and all stable
> distros are 5.7. Windows is 5.7 too), so there's possibly things we'll
> need to change.
>
> But last time I tried to build against any non-repo packages on Ubuntu
> I just couldn't get it to succeed either.
>
> Nyall
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] is QGIS supposed to build with Qt 5.8?

2017-03-06 Thread Nyall Dawson
On 7 March 2017 at 10:41, G. Allegri  wrote:
> Hi Nyall,
> Ubuntu 16.04 + Qt Creator 5.8.0 (deb package).
> Qt 5.8 come from Qt Creator (under /opt path).
> Qt 5.5 from apt. Generating and building against these is ok.

I'm not sure. I'm not aware of any platforms where QGIS is currently
built against 5.8 (since 5.8 on homebrew is broken, and all stable
distros are 5.7. Windows is 5.7 too), so there's possibly things we'll
need to change.

But last time I tried to build against any non-repo packages on Ubuntu
I just couldn't get it to succeed either.

Nyall
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] is QGIS supposed to build with Qt 5.8?

2017-03-06 Thread G. Allegri
Hi Nyall,
Ubuntu 16.04 + Qt Creator 5.8.0 (deb package).
Qt 5.8 come from Qt Creator (under /opt path).
Qt 5.5 from apt. Generating and building against these is ok.

giovanni

Il 7 mar 2017 01:32, "Nyall Dawson"  ha scritto:

On 7 March 2017 at 10:28, G. Allegri  wrote:
> It builds fine with Qt 5.5, but I get tons of errors when building with Qt
> Creator's Qt 5.8 bundle (same cmake configuration except Qt's).
>
> Is it a problem of mine or isn't QGIS ready for Qt 5.8?

What platform? How did you get the libraries?

Nyall

>
> giovanni
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] is QGIS supposed to build with Qt 5.8?

2017-03-06 Thread Nyall Dawson
On 7 March 2017 at 10:28, G. Allegri  wrote:
> It builds fine with Qt 5.5, but I get tons of errors when building with Qt
> Creator's Qt 5.8 bundle (same cmake configuration except Qt's).
>
> Is it a problem of mine or isn't QGIS ready for Qt 5.8?

What platform? How did you get the libraries?

Nyall

>
> giovanni
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] is QGIS supposed to build with Qt 5.8?

2017-03-06 Thread G. Allegri
It builds fine with Qt 5.5, but I get tons of errors when building with Qt
Creator's Qt 5.8 bundle (same cmake configuration except Qt's).

Is it a problem of mine or isn't QGIS ready for Qt 5.8?

giovanni
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer