Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
4.6.1
-
None
-
Mac OS X 10.6.2, XCode 3.2.1
-
-
4221d629e2cf37ee8c5ba7cb595b05ab8c82f113
Description
QTBUG-6771 is listed as "fixed" in 4.6.1: http://bugreports.qt.nokia.com/browse/QTBUG-6771
The truth is that this bug remains in the latest version 4.6.1
Why not issue the following command on Mac OS X 10.6.2, and see what happens before you said "Fixed"?
./configure -release -static -platform macx-g++ -no-framework; make
You will see errors like this:
ld: duplicate symbol _sqlite3_status in /Users/simon/461/lib/libQtWebKit.a(sqlite3.o) and /Users/simon/461/plugins/sqldrivers/libqsqlite.a(sqlite3.o)
collect2: ld returned 1 exit status
make[4]: *** [../../../../bin/Assistant.app/Contents/MacOS/Assistant] Error 1
make[3]: *** [sub-assistant-make_default-ordered] Error 2
make[2]: *** [sub-tools-make_default-ordered] Error 2
make[1]: *** [sub-assistant-make_default-ordered] Error 2
make: *** [sub-tools-make_default-ordered] Error 2