Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Martin, > That's quite disappointing. Removing it from packages after shipping > several versions with it is a good recipe for breaking applications. > > I wasn't aware of the fact that the Qt 3D Extras library was > considered unstable. For QGIS 3.0 it is a bit late to do something, > but

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Martin Dobias
On Tue, Apr 10, 2018 at 6:19 PM, Sebastiaan Couwenberg wrote: >> >> so in other words no 3D in debian sid right? > > Unfortunately yes, since QGIS 3.0.x requires Qt53DExtras. Perhaps it can > be made optional or worked around in another way. That's quite disappointing.

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
> Unfortunately yes, since QGIS 3.0.x requires Qt53DExtras. Perhaps it can > be made optional or worked around in another way. damn! what a pity.. are there any chances to have a workaround for that? Thanks for all these information Matteo ___

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Sebastiaan Couwenberg
On 04/10/2018 05:56 PM, matteo wrote: >>> Filing a bugreport against src:qt3d-opensource-src asking about to >>> missing Qt3DExtras headers is a good idea. It may be a bug that those >>> files are no longer included in the package, the package changelog nor >>> the upstream changes mention

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Bas, >> Filing a bugreport against src:qt3d-opensource-src asking about to >> missing Qt3DExtras headers is a good idea. It may be a bug that those >> files are no longer included in the package, the package changelog nor >> the upstream changes mention removing Qt3DExtras. > > Forget about

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Sebastiaan Couwenberg
On 04/10/2018 05:40 PM, matteo wrote: > Hi Bas, > >>> Perhaps there were removed in the new qt3d-opensource-src >>> (5.10.1+dfsg-3), note the ongoing transition: >>> >>>  https://bugs.debian.org/893523 >> >> The Qt3DExtras includes are no longer included in qt3d5-dev, confirmed >> with: >> >>  

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Bas, >> Perhaps there were removed in the new qt3d-opensource-src >> (5.10.1+dfsg-3), note the ongoing transition: >> >>  https://bugs.debian.org/893523 > > The Qt3DExtras includes are no longer included in qt3d5-dev, confirmed > with: > >  apt-file show qt3d5-dev | grep Qt3DExtras many

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Bas Couwenberg
On 2018-04-10 16:49, Bas Couwenberg wrote: On 2018-04-10 16:37, matteo wrote: absolutely no idea why. Perhaps there were removed in the new qt3d-opensource-src (5.10.1+dfsg-3), note the ongoing transition: https://bugs.debian.org/893523 The Qt3DExtras includes are no longer included in

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Bas Couwenberg
On 2018-04-10 16:37, matteo wrote: absolutely no idea why. Perhaps there were removed in the new qt3d-opensource-src (5.10.1+dfsg-3), note the ongoing transition: https://bugs.debian.org/893523 As I said the re-installation did not changed anything. Should I manually copy some files into

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Martin, > Umm... you are looking into "lib" directory, not "include" directory. > > /usr/include/x86_64-linux-gnu/qt5/Qt3DExtras > > Does that file exist? Is the file readable? (nothing funky with file > permissions) > > Also, make sure to re-run cmake from a clean build directory... I was

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Martin Dobias
On Tue, Apr 10, 2018 at 3:59 PM, matteo wrote: > > yeah that's exactly what I thought because the file is there: > > matteo@debian:/usr/lib/x86_64-linux-gnu$ ls | grep -i libQt53DEx > libQt53DExtras.prl > libQt53DExtras.so > libQt53DExtras.so.5 > libQt53DExtras.so.5.10 >

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Martin, yeah that's exactly what I thought because the file is there: matteo@debian:/usr/lib/x86_64-linux-gnu$ ls | grep -i libQt53DEx libQt53DExtras.prl libQt53DExtras.so libQt53DExtras.so.5 libQt53DExtras.so.5.10 libQt53DExtras.so.5.10.1 together with all the other libQt ones.. I tried

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Martin Dobias
On Tue, Apr 10, 2018 at 3:00 PM, matteo wrote: > > thanks for the reply. Yep, these are installed: > > matteo@debian:~$ aptitude search qt3d5-dev > i qt3d5-dev - Qt 5 > 3D development files Hmm that's strange - it

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Martin, thanks for the reply. Yep, these are installed: matteo@debian:~$ aptitude search qt3d5-dev i qt3d5-dev - Qt 5 3D development files i qt3d5-dev-tools Thanks Matteo ___ QGIS-Developer

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread Martin Dobias
Hi Matteo do you have qt3d5-dev package installed? That's the package containing #include files and those extra .cmake files... Cheers Martin On Tue, Apr 10, 2018 at 2:18 PM, matteo wrote: > Hi guys, > > sorry sorry to bother the list you again with this, but I'm

[QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi guys, sorry sorry to bother the list you again with this, but I'm stack and maybe someone has a quick solution. I have a really fresh installation of debian unstable, so all the Qt dependencies should be satisfied for the 3D. However, if I enable the WITH3D flag in ccmake I'm not able to