Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-22 Thread Arjun Das
Thank you Sean and. Svenn-Arne. Qt3d is good to go, However i have hit upon a problem with compilation of qtsvg dev branch. This might be a very noobish question. but I am not getting a good solution for this in "GOOGLE". This is the error : *D:\qt5\qtsvg\src\svg\qsvgtinydocument.cpp(48) : fatal e

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-22 Thread Sean Harmer
Hi, aha, you've been pipped to the post again. Peppe added those to qtbase a couple of days ago. Please git pull in qtbase and build that. Then try building Qt3D again. Welcome to the bleeding edge :) Cheers, Sean On Thursday 22 January 2015 15:00:49 Arjun Das wrote: > Hi, > > I Checked out

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-22 Thread Svenn-Arne Dragly
Hi, In my experience you also need to check out the dev branch of qtbase, qtdeclarative, qtimageformats (optional) and qtxmlpatterns. Afterwards I configure and compile with make module-qt3d This is on linux, and I'm not sure if it works with nmake, but that way you only compile the necessa

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-22 Thread Svenn-Arne Dragly
Hi, In my experience you also need to check out the dev branch of qtbase, qtdeclarative, qtimageformats (optional) and qtxmlpatterns. Afterwards I configure and compile with make module-qt3d This is on linux, and I'm not sure if it works with nmake, but that way you only compile the necessa

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-22 Thread Arjun Das
Hi, I Checked out dev branch of qt and dev branch of qt3d as per the previous email. I have given the following configuration: configure -debug-and-release -opensource -platform win32-msvc2012 -opengl desktop -nomake examples -nomake tests nmake The following error occurs after a long time of c

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-20 Thread Sean Harmer
On Tuesday 20 January 2015 22:39:09 Arjun Das wrote: > Hi, > > I am a beginner to QT framework, however i have solved all errors till now. > But I am stuck on this one. Compilation of qt5 with qt3d module is failing > for me in windows. I have given the following configuration: Be sure to get a r

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-20 Thread Thiago Macieira
On Tuesday 20 January 2015 22:39:09 Arjun Das wrote: > I am a beginner to QT framework, however i have solved all errors till now. > But I am stuck on this one. Compilation of qt5 with qt3d module is failing > for me in windows. I have given the following configuration: Is that a qtbase 5.5 (dev)

[Development] Error in compilation while compiling qt5 with qt3d

2015-01-20 Thread Arjun Das
Hi, I am a beginner to QT framework, however i have solved all errors till now. But I am stuck on this one. Compilation of qt5 with qt3d module is failing for me in windows. I have given the following configuration: configure -debug-and-release -opensource -platform win32-msvc2012 -opengl desktop