Qt Static build, issue with QtCreator (related to ABI detection)
-
I got at least a working copy of Static build based on 4.7.4 on MSVC2008 with following CONFIG:
@set QTDIR=.....
set QMAKESPEC=win32-msvc2008
set OPENSSL=C:\OpenSSL
set INCLUDE=%OPENSSL%\include;%INCLUDE%
set LIB=%OPENSSL%\lib;%LIB%
set PATH=%QTDIR%\bin;%OPENSSL%\bin;%PATH%also , I changed CFLAGS
@QMAKE_CFLAGS_RELEASE = -O1 -MT
QMAKE_CFLAGS_DEBUG = -Zi -MTd@configure.exe -static -opensource -platform win32-msvc2008 -nomake examples -nomake demos
../jom/jom.exe -j 4@but new problem occurred. now the ABI is "x86-windows-unknown-pe-32bit" !!!!!!!!
- where i made a mistake or what do you think ?*
the system is unable to locate a correct toolchain... in Qt Creator
-
Thanks to "Tobias Hunger: for his solution as mentioned in the "Qt Reported Bug 4771":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4771
just need to copy QtCore*.dll for now. thanks for his help and support
-
Satmosc: That is not a solution, that is a workaround:-)
The solution is in Qt Creator's master branch now. I am trying to get that merged back into the Qt Creator 2.2 branch so it will be in 2.2.1 if we decide to release one.
-
Thank you for taking the time needed to do good bug reports and to follow up on them. Without that the issue would still be in creator.
-
Thank you very much. time is not important. as a Certified MS developer on .net platform , I found Qt much better platform than all I have used till now. it is fast and also if you get trouble , it is not like MS developer channels where you should wait for several months to year for a service pack (specially I had issue with Anti Aliasing in .NET that at last it came to play in XAML on .NET 4 platform where .NET was 4 times slower than same project with more effects on QML.(even if QML has a long road to go , but it works as expected much more better than XAML)....
By the way , I still have problems , but I am sure it is because of my knowledge and it is great that we can get update or fix , or add our own ...
-
I split your new debugging helper issue of into "this thread":http://developer.qt.nokia.com/forums/viewthread/5724/ . It is a very different issue and I want the new issue to be more visible.
Unfortunately the new topic is not really my area of expertise:-(
-
@Tobias :: I think we need to reopen QTCREATORBUG-4771 because the latest SDK 2.2 version and also GIT all branches again have same Issue again !!!!!!!!!!!!!!!!
I remember you fixed it , I just updated my GIt version and I found that in new Git updates and all other branches again we have the same issue and we need to copy Core*.dll files to fix the issue.should I reopen the 4771 ? my current QtCreator is 2.2.81 (master from GIT)
Thanks and kind Regards,
-
Feel free to open a new bug or reopen an existing one:-)