08934a1 by Jason McDonald at 2009-04-17 1
This is a list of Frequently Asked Questions regarding this Qt release.
e5fcad3 by Lars Knoll at 2009-03-23 2
3
Q: I'm using a Unix system and I downloaded the Zip package. However, when I try
4
to run the configure script, I get the following error message:
5
"bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory"
6
A: The problem here is converting files from Windows style line endings (CRLF)
7
to Unix style line endings (LF). To avoid this problem, uncompress the file
8
again and give the option "-a" to unzip, which will then add the correct line
9
endings.
10
a46f54e by Jason McDonald at 2009-04-17 11
Q: I'm running Windows XP and I downloaded the qt-win-eval-%VERSION%-vs2008.exe
e5fcad3 by Lars Knoll at 2009-03-23 12
version of Qt. However, when I try to run the examples I get an error saying:
13
"The application failed to start because the application configuration is
14
incorrect. Reinstalling the application may fix this problem.". I reinstalled
15
the package but the error persists. What am I doing wrong?
16
A: The problem is an incorrect version of the CRT. Visual studio requires CRT90
17
while Windows XP comes with CRT80. To solve this problem, please install the
18
2008 CRT redistributable package from Microsoft.