![]() |
Здравствуйте, гость ( Вход | Регистрация )
![]() |
niXman |
![]()
Сообщение
#1
|
![]() Участник ![]() ![]() Группа: Участник Сообщений: 169 Регистрация: 18.6.2008 Пользователь №: 204 Спасибо сказали: 1 раз(а) Репутация: ![]() ![]() ![]() |
Здравствуйте!
Есть надобность скомпилить Qt4 в Cygwin. Пробовал по разному. Устанавливал QMAKESPEC как win32-g++, linux-g++, cygwin-g++. Не в какую! Куча ошибок при компиляции. При каждом варианте разные. Помогите. Очень надо! Спасибо! |
|
|
![]() |
niXman |
![]()
Сообщение
#2
|
![]() Участник ![]() ![]() Группа: Участник Сообщений: 169 Регистрация: 18.6.2008 Пользователь №: 204 Спасибо сказали: 1 раз(а) Репутация: ![]() ![]() ![]() |
Ошибка при компиляции QtWebKit.
Раскрывающийся текст In file included from ../JavaScriptCore/wtf/unicode/Unicode.h:28, from ../JavaScriptCore/pcre/pcre.h:45, from ../JavaScriptCore/pcre/pcre_internal.h:82, from ../JavaScriptCore/pcre/pcre_compile.cpp:46: ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `UChar32 WTF::Unicode::toLower(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:184: error: call of overloaded `toLower(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:316: note: candidates are: static uint QChar::toLower(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:317: note: static ushort QChar::toLower(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `UChar32 WTF::Unicode::toUpper(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:242: error: call of overloaded `toUpper(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:318: note: candidates are: static uint QChar::toUpper(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:319: note: static ushort QChar::toUpper(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `int WTF::Unicode::toTitleCase(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:300: error: call of overloaded `toTitleCase(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:320: note: candidates are: static uint QChar::toTitleCase(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:321: note: static ushort QChar::toTitleCase(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `UChar32 WTF::Unicode::foldCase(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:305: error: call of overloaded `toCaseFolded(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:322: note: candidates are: static uint QChar::toCaseFolded(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:323: note: static ushort QChar::toCaseFolded(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `bool WTF::Unicode::isPrintableChar(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:330: error: call of overloaded `category(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:301: note: candidates are: static QChar::Category QChar::category(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:302: note: static QChar::Category QChar::category(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `bool WTF::Unicode::isSeparatorSpace(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:335: error: call of overloaded `category(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:301: note: candidates are: static QChar::Category QChar::category(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:302: note: static QChar::Category QChar::category(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `bool WTF::Unicode::isPunct(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:347: error: call of overloaded `category(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:301: note: candidates are: static QChar::Category QChar::category(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:302: note: static QChar::Category QChar::category(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `bool WTF::Unicode::isLower(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:352: error: call of overloaded `category(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:301: note: candidates are: static QChar::Category QChar::category(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:302: note: static QChar::Category QChar::category(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `UChar32 WTF::Unicode::mirroredChar(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:357: error: call of overloaded `mirroredChar(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:310: note: candidates are: static uint QChar::mirroredChar(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:311: note: static ushort QChar::mirroredChar(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `uint8_t WTF::Unicode::combiningClass(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:362: error: call of overloaded `combiningClass(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:307: note: candidates are: static unsigned char QChar::combiningClass(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:308: note: static unsigned char QChar::combiningClass(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `WTF::Unicode::Direction WTF::Unicode::direction(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:384: error: call of overloaded `direction(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:303: note: candidates are: static QChar::Direction QChar::direction(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:304: note: static QChar::Direction QChar::direction(ushort) ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h: In function `WTF::Unicode::CharCategory WTF::Unicode::category(UChar32)': ../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:389: error: call of overloaded `category(UChar32&)' is ambiguous ../../../../include/QtCore/../../src/corelib/tools/qchar.h:301: note: candidates are: static QChar::Category QChar::category(uint) ../../../../include/QtCore/../../src/corelib/tools/qchar.h:302: note: static QChar::Category QChar::category(ushort) make[1]: *** [.obj/release-shared/pcre_compile.o] Error 1 make[1]: Leaving directory `/home/Admin/qt4/src/3rdparty/webkit/WebCore' Сообщение отредактировал niXman - 2.7.2009, 1:19 |
|
|
![]() ![]() ![]() |
![]() |
|
Текстовая версия | Сейчас: 9.6.2025, 20:19 |