diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-18 05:52:10 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-18 05:52:10 (GMT) |
commit | 6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6 (patch) | |
tree | dc03e5bd5c5cedb0bccb70bbe341a78a7a11a9a6 /doc/src/getting-started/known-issues.qdoc | |
parent | d35265496a02db5f213a18e610ad736fe357c26d (diff) | |
download | Qt-6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6.zip Qt-6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6.tar.gz Qt-6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6.tar.bz2 |
Fold the FAQ.txt file into the known-issues documentation.
Reviewed-by: Gareth Pethig
Diffstat (limited to 'doc/src/getting-started/known-issues.qdoc')
-rw-r--r-- | doc/src/getting-started/known-issues.qdoc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/src/getting-started/known-issues.qdoc b/doc/src/getting-started/known-issues.qdoc index 0a94d86..41bdcdf 100644 --- a/doc/src/getting-started/known-issues.qdoc +++ b/doc/src/getting-started/known-issues.qdoc @@ -133,6 +133,7 @@ \endlist + \section2 Mac OS X Software Support \list @@ -140,4 +141,34 @@ window will cause it to flash. This behavior has been reported to Apple (bug number 5827676). \endlist + + + \section2 Installing source packages on Unix systems + + \list + \o If you download a Zip source package, you will need to convert + Windows-style line endings (CR/LF) to Unix-style line-endings (LF) when + you uncompress the package. To do this, give the "-a" option when you + run the "unzip' command. + + If you fail to supply the "-a" option when unzipping the package, you + will see the following error message when you attempt to execute the + configure command: + "bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory" + \endlist + + + \section2 Running evaluation packages on Windows XP + + \list + \o If running the qt-win-eval-%VERSION%-vs2008.exe package on a Windows XP + system, you may encounter the following error message: + "The application failed to start because the application configuration + is incorrect. Reinstalling the application may fix this problem.". + + This error occurs because the version of the CRT component on the + system is incorrect. Visual Studio 2008 requires CRT90 while Windows + XP comes with CRT80. To solve this problem, please install the 2008 CRT + redistributable package from Microsoft. + \endlist */ |