Spring cleaning in qmake tests
[qt-netbsd.git] / FAQ
blobc243e5c3cf5adcc6af07661c3aaa3a5fdca66bc1
1 This is a list of Frequently Asked Questions regarding Qt Release 4.5.0.
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.
11 Q: I'm running Windows XP and I downloaded the qt-win-eval-4.5.0-vs2008.exe
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.