source: trunk/FAQ.txt@ 385

Last change on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.1 KB
Line 
1This is a list of Frequently Asked Questions regarding this Qt release.
2
3Q: I'm using a Unix system and I downloaded the Zip package. However, when I try
4to run the configure script, I get the following error message:
5"bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory"
6A: The problem here is converting files from Windows style line endings (CRLF)
7to Unix style line endings (LF). To avoid this problem, uncompress the file
8again and give the option "-a" to unzip, which will then add the correct line
9endings.
10
11Q: I'm running Windows XP and I downloaded the qt-win-eval-4.5.1-vs2008.exe
12version 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
14incorrect. Reinstalling the application may fix this problem.". I reinstalled
15the package but the error persists. What am I doing wrong?
16A: The problem is an incorrect version of the CRT. Visual studio requires CRT90
17while Windows XP comes with CRT80. To solve this problem, please install the
182008 CRT redistributable package from Microsoft.
Note: See TracBrowser for help on using the repository browser.