summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2009-04-15 14:29:51 (GMT)
committerCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2009-04-15 14:29:51 (GMT)
commit7595377387345efb0a6fd7274f73718891cdb92e (patch)
treef2e5289d58e25f8b9279ddbbd425f059bb7212f8
parent6ff69411bf81267f613ff7bcbace6fa049283415 (diff)
downloadQt-7595377387345efb0a6fd7274f73718891cdb92e.zip
Qt-7595377387345efb0a6fd7274f73718891cdb92e.tar.gz
Qt-7595377387345efb0a6fd7274f73718891cdb92e.tar.bz2
Adding the KNOWN.ISSUES file for 4.5.1, pre doc review.
-rw-r--r--KNOWN.ISSUES15
1 files changed, 15 insertions, 0 deletions
diff --git a/KNOWN.ISSUES b/KNOWN.ISSUES
new file mode 100644
index 0000000..035b1c1a
--- /dev/null
+++ b/KNOWN.ISSUES
@@ -0,0 +1,15 @@
+This is a list of known issues for this release. If you
+hit any of these issues or discover a new one, please use the following form
+to report the problem:
+
+http://www.qtsoftware.com/developer/bugreport-form/
+
+Some of these issues happen infrequently. We therefore need your
+help in sending us information about how you reproduced the
+issue. If you come across a crash, please include a stack trace in
+your email.
+
+249881 - Mac OS X wrong architecture detection.
+
+On OSX when running configure with the -arch x86_64 flag, tests are built using the native compiler. This means that if the native compiler is 32 bits then the tests will be built on 32 bits. The problem comes when a library was compiled on 64 bits mode, configure will complain that the library was built for a different architecture.
+As a workaround, use -continue to make configure disregard the error.