[Solved after Days of Trouble] Self Compiled Qt + Creator: Creator looks for Standard Librarys in Different Folders
-
[quote author="JKSH" date="1392866560"]Hi,
Can you check if the WebKit modules were successfully compiled?[/quote]
Yes the Folders for Webkit and Webkit-Examples are in Place.
And QWebView is shown in the Designer Part of Qt Creator.But "QT += core gui webkitwidgets" in the .PRO File still give an Error.
That is why i find it so strange.
The Problem is: Some Headers are read from the SourceCode Folder on Drive C: (the Files i used to compile Qt) and other Header Files are read from the correct D:\Qt-Build Folder. But i dont have changed any Path Settings.
I just deleted the old Subdirectories of Version 5.2.0 in D:\Qt-Build and re-compiled Qt 5.2.1 in this Folder. After the compiling, i ran "mingw32-make install" like with Version 5.2.0
-
Oh wow Forum works again. Anyway: I have updated Git to 1.9.0 Experiental and Sqlite to 3.8.3.1 and have recompiled Qt 5.2.1
Right now i am compiling Qt Creator 3.0.1
Will check again when compiling of Creator is done.BTW / OffTopic: The Bug with "Help.json" and "Error 2" still exist: I need to copy the File "Help.json" from the Target Install Folder D:\Qt-Creator\src\plugins\help to the SourceCode Folder and restart Mingw32-make.
Why is such a simple thing still not fixed? Aside with the QBS Problem? A Bug Fix Release should Fix Bugs or am i wrong?? /OTEnd
-
Hi,
If it didn't work 6 times, I doubt it will work the 7th time. Let's try to find the root of the problem.
What happens if you switch back to your previous compiler?
What happens if you try to compile Qt 5.2.0 + Qt Creator, using your current compiler?
-
Morning.
The out come is as follows:
1.) It still dont work
2.) Compiling Qt 5.2.0 and Creator 3.0.0 works fine. And no Problem within CreatorMaking a last run now. If that dont work, i am forced to completely switch back to 5.2.0 and Creator 3.0.0
But thanks :)
-
If you don't need a bugfix from Qt 5.2.1, then 5.2.0 should still be a good choice.
An alternative is to use a pre-built package: http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/Qt-Builds/
Good luck!
-
-
Finally: I ran manually "mingw32-make install" -> now no Startup Error Messages any more. But i still need to check some Projects and the OpenSSL Configuration Depencies.
With Qt 5.2.0, this Extra Step was never necessary, if I used --PREFIX with qmake.
I keep this Topic open til i have done a deep check. This will take some time.
Have a great weekend everyone! :)
Oliver