Hi all.
I decided to look at kinetik, so I downloaded it. It needs Qt 4.6 (there is qcontiguouscache.h included), so I downloaded it also. I have allready Qt 4.5.1 installed (qt creator, and integrated into vs2008). When I run configure.exe from visual studio command promt I get error. This is the part of log
Qt Code:
  1. Sources are in..............D:\Qt\qt-qt-4.6-stable
  2. Build is done in............D:\Qt\qt-qt-4.6-stable
  3. Install prefix..............D:\Qt\qt-qt-4.6-stable
  4. Headers installed to........D:\Qt\qt-qt-4.6-stable\include
  5. Libraries installed to......D:\Qt\qt-qt-4.6-stable\lib
  6. Plugins installed to........D:\Qt\qt-qt-4.6-stable\plugins
  7. Binaries installed to.......D:\Qt\qt-qt-4.6-stable\bin
  8. Docs installed to...........D:\Qt\qt-qt-4.6-stable\doc
  9. Data installed to...........D:\Qt\qt-qt-4.6-stable
  10. Translations installed to...D:\Qt\qt-qt-4.6-stable\translations
  11. Examples installed to.......D:\Qt\qt-qt-4.6-stable\examples
  12. Demos installed to..........D:\Qt\qt-qt-4.6-stable\demos
  13.  
  14. Creating qmake...
  15.  
  16. Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
  17. Copyright (C) Microsoft Corporation. All rights reserved.
  18.  
  19. cl -c -Foproject.obj -W3 -nologo -O2 -I. -Igenerators -Igenerators\uni
  20. x -Igenerators\win32 -Igenerators\mac -Igenerators\symbian -ID:\Qt
  21. \qt-qt-4.6-stable\include -ID:\Qt\qt-qt-4.6-stable\include\QtCore
  22. -ID:\Qt\qt-qt-4.6-stable\include -ID:\Qt\qt-qt-4.6-sta
  23. ble\include\QtCore -ID:\Qt\qt-qt-4.6-stable\src\corelib\global -I
  24. D:\Qt\qt-qt-4.6-stable\src\corelib\xml -ID:\Qt\qt-qt-
  25. 4.6-stable\mkspecs\win32-msvc2005 -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT
  26. _LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFI
  27. G_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT
  28. _NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRAPPED /Zc:wchar_t- -DQMAKE_OPENSOURCE_E
  29. DITION project.cpp
  30. project.cpp
  31. d:\qt\qt-qt-4.6-stable\qmake\project.h(45) : fatal error C1083: Can not open include file: 'qstringlist.h': No such file or directory
  32. NMAKE : fatal error U1077: '"F:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
  33. \cl.EXE"' : return code '0x2'
  34. Stop.
To copy to clipboard, switch view to plain text mode 
Why it says sources are in D:\Qt\qt-qt-4.6-stable? They should be in D:\Qt\qt-qt-4.6-stable\src, aren't they? What path need I to set to %INCLUDE%? I think qstringlist.h must be from 4.6 package, not from 4.5.1. It located in D:\Qt\qt-qt-4.6-stable\src\corelib\tools - is it means i should add this path to %INCLUDE%? '
There is a qt patch for windows on sourceforge, but there is no patch for 4.6 version