Last change
on this file since 239 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
870 bytes
|
Line | |
---|
1 | This is a list of known issues for this release. If you
|
---|
2 | hit any of these issues or discover a new one, please use the following form
|
---|
3 | to report the problem:
|
---|
4 |
|
---|
5 | http://www.qtsoftware.com/developer/bugreport-form/
|
---|
6 |
|
---|
7 | Some of these issues happen infrequently. We therefore need your
|
---|
8 | help in sending us information about how you reproduced the
|
---|
9 | issue. If you come across a crash, please include a stack trace in
|
---|
10 | your email.
|
---|
11 |
|
---|
12 | 249881 - Mac OS X wrong architecture detection.
|
---|
13 |
|
---|
14 | 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.
|
---|
15 | As a workaround, use -continue to make configure disregard the error.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.