Created
May 1, 2017 09:28
-
-
Save stefancocora/1b77ab3e07244306e248316093e12638 to your computer and use it in GitHub Desktop.
lib32-qt4-build-error.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lots of successful compilation ... | |
... | |
compiling tools/qstringlist.cpp | |
compiling tools/qtextboundaryfinder.cpp | |
compiling tools/qtimeline.cpp | |
compiling tools/qvector.cpp | |
tools/qstring.cpp: In member function ‘QString QString::arg(qlonglong, int, int, const QChar&) const’: | |
tools/qstring.cpp:6776:13: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
if (!locale.numberOptions() & QLocale::OmitGroupSeparator) | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
tools/qstring.cpp: In member function ‘QString QString::arg(qulonglong, int, int, const QChar&) const’: | |
tools/qstring.cpp:6820:13: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
if (!locale.numberOptions() & QLocale::OmitGroupSeparator) | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
tools/qstring.cpp: In member function ‘QString QString::arg(double, int, char, int, const QChar&) const’: | |
tools/qstring.cpp:6955:13: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
if (!locale.numberOptions() & QLocale::OmitGroupSeparator) | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
compiling tools/qvsnprintf.cpp | |
compiling tools/qelapsedtimer_unix.cpp | |
compiling tools/qlocale_unix.cpp | |
compiling tools/qlocale_icu.cpp | |
In file included from /usr/include/unicode/uversion.h:30:0, | |
from tools/qlocale_icu.cpp:46: | |
/usr/include/unicode/umachine.h:347:13: error: ‘char16_t’ does not name a type | |
typedef char16_t UChar; | |
^~~~~~~~ | |
In file included from tools/qlocale_icu.cpp:46:0: | |
/usr/include/unicode/uversion.h:167:55: error: ‘UChar’ does not name a type | |
u_versionFromUString(UVersionInfo versionArray, const UChar *versionString); | |
^~~~~ | |
In file included from /usr/include/unicode/unorm.h:24:0, | |
from /usr/include/unicode/ucol.h:17, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/uiter.h:594:44: error: ‘UChar’ does not name a type | |
uiter_setString(UCharIterator *iter, const UChar *s, int32_t length); | |
^~~~~ | |
In file included from /usr/include/unicode/uset.h:33:0, | |
from /usr/include/unicode/unorm2.h:35, | |
from /usr/include/unicode/unorm.h:25, | |
from /usr/include/unicode/ucol.h:17, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/uchar.h:3696:33: error: ‘UChar’ has not been declared | |
u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode); | |
^~~~~ | |
In file included from /usr/include/unicode/unorm2.h:35:0, | |
from /usr/include/unicode/unorm.h:25, | |
from /usr/include/unicode/ucol.h:17, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/uset.h:285:24: error: ‘UChar’ does not name a type | |
uset_openPattern(const UChar* pattern, int32_t patternLength, | |
^~~~~ | |
/usr/include/unicode/uset.h:300:31: error: ‘UChar’ does not name a type | |
uset_openPatternOptions(const UChar* pattern, int32_t patternLength, | |
^~~~~ | |
/usr/include/unicode/uset.h:422:25: error: ‘UChar’ does not name a type | |
const UChar *pattern, int32_t patternLength, | |
^~~~~ | |
/usr/include/unicode/uset.h:489:31: error: ‘UChar’ does not name a type | |
const UChar *prop, int32_t propLength, | |
^~~~~ | |
/usr/include/unicode/uset.h:490:31: error: ‘UChar’ does not name a type | |
const UChar *value, int32_t valueLength, | |
^~~~~ | |
/usr/include/unicode/uset.h:503:29: error: ‘UChar’ does not name a type | |
uset_resemblesPattern(const UChar *pattern, int32_t patternLength, | |
^~~~~ | |
/usr/include/unicode/uset.h:523:16: error: ‘UChar’ has not been declared | |
UChar* result, int32_t resultCapacity, | |
^~~~~ | |
/usr/include/unicode/uset.h:575:33: error: ‘UChar’ does not name a type | |
uset_addString(USet* set, const UChar* str, int32_t strLen); | |
^~~~~ | |
/usr/include/unicode/uset.h:587:40: error: ‘UChar’ does not name a type | |
uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen); | |
^~~~~ | |
/usr/include/unicode/uset.h:622:36: error: ‘UChar’ does not name a type | |
uset_removeString(USet* set, const UChar* str, int32_t strLen); | |
^~~~~ | |
/usr/include/unicode/uset.h:796:44: error: ‘UChar’ does not name a type | |
uset_containsString(const USet* set, const UChar* str, int32_t strLen); | |
^~~~~ | |
/usr/include/unicode/uset.h:867:14: error: ‘UChar’ has not been declared | |
UChar* str, int32_t strCapacity, | |
^~~~~ | |
/usr/include/unicode/uset.h:892:51: error: ‘UChar’ does not name a type | |
uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen); | |
^~~~~ | |
/usr/include/unicode/uset.h:936:34: error: ‘UChar’ does not name a type | |
uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition); | |
^~~~~ | |
/usr/include/unicode/uset.h:957:38: error: ‘UChar’ does not name a type | |
uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition); | |
^~~~~ | |
In file included from /usr/include/unicode/unorm.h:25:0, | |
from /usr/include/unicode/ucol.h:17, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/unorm2.h:284:24: error: ‘UChar’ does not name a type | |
const UChar *src, int32_t length, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:285:18: error: ‘UChar’ has not been declared | |
UChar *dest, int32_t capacity, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:307:33: error: ‘UChar’ has not been declared | |
UChar *first, int32_t firstLength, int32_t firstCapacity, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:308:39: error: ‘UChar’ does not name a type | |
const UChar *second, int32_t secondLength, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:330:15: error: ‘UChar’ has not been declared | |
UChar *first, int32_t firstLength, int32_t firstCapacity, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:331:21: error: ‘UChar’ does not name a type | |
const UChar *second, int32_t secondLength, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:355:36: error: ‘UChar’ has not been declared | |
UChar32 c, UChar *decomposition, int32_t capacity, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:389:39: error: ‘UChar’ has not been declared | |
UChar32 c, UChar *decomposition, int32_t capacity, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:440:27: error: ‘UChar’ does not name a type | |
const UChar *s, int32_t length, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:462:25: error: ‘UChar’ does not name a type | |
const UChar *s, int32_t length, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:491:32: error: ‘UChar’ does not name a type | |
const UChar *s, int32_t length, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:620:21: error: ‘UChar’ does not name a type | |
unorm_compare(const UChar *s1, int32_t length1, | |
^~~~~ | |
/usr/include/unicode/unorm2.h:621:21: error: ‘UChar’ does not name a type | |
const UChar *s2, int32_t length2, | |
^~~~~ | |
In file included from /usr/include/unicode/ucol.h:17:0, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/unorm.h:214:23: error: ‘UChar’ does not name a type | |
unorm_normalize(const UChar *source, int32_t sourceLength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:216:17: error: ‘UChar’ has not been declared | |
UChar *result, int32_t resultLength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:240:24: error: ‘UChar’ does not name a type | |
unorm_quickCheck(const UChar *source, int32_t sourcelength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:261:35: error: ‘UChar’ does not name a type | |
unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:287:26: error: ‘UChar’ does not name a type | |
unorm_isNormalized(const UChar *src, int32_t srcLength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:309:37: error: ‘UChar’ does not name a type | |
unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:388:12: error: ‘UChar’ has not been declared | |
UChar *dest, int32_t destCapacity, | |
^~~~~ | |
/usr/include/unicode/unorm.h:421:16: error: ‘UChar’ has not been declared | |
UChar *dest, int32_t destCapacity, | |
^~~~~ | |
/usr/include/unicode/unorm.h:464:25: error: ‘UChar’ does not name a type | |
unorm_concatenate(const UChar *left, int32_t leftLength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:465:25: error: ‘UChar’ does not name a type | |
const UChar *right, int32_t rightLength, | |
^~~~~ | |
/usr/include/unicode/unorm.h:466:19: error: ‘UChar’ has not been declared | |
UChar *dest, int32_t destCapacity, | |
^~~~~ | |
In file included from /usr/include/unicode/ucol.h:19:0, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/parseerr.h:83:5: error: ‘UChar’ does not name a type | |
UChar preContext[U_PARSE_CONTEXT_LEN]; | |
^~~~~ | |
/usr/include/unicode/parseerr.h:90:5: error: ‘UChar’ does not name a type | |
UChar postContext[U_PARSE_CONTEXT_LEN]; | |
^~~~~ | |
In file included from /usr/include/unicode/uloc.h:27:0, | |
from /usr/include/unicode/ucol.h:20, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/uenum.h:112:16: error: ‘UChar’ does not name a type | |
U_STABLE const UChar* U_EXPORT2 | |
^~~~~ | |
In file included from /usr/include/unicode/uloc.h:27:0, | |
from /usr/include/unicode/ucol.h:20, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/uenum.h:190:41: error: ‘UChar’ does not name a type | |
uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count, | |
^~~~~ | |
In file included from /usr/include/unicode/ucol.h:20:0, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/uloc.h:571:13: error: ‘UChar’ has not been declared | |
UChar* language, | |
^~~~~ | |
/usr/include/unicode/uloc.h:594:13: error: ‘UChar’ has not been declared | |
UChar* script, | |
^~~~~ | |
/usr/include/unicode/uloc.h:619:24: error: ‘UChar’ has not been declared | |
UChar* country, | |
^~~~~ | |
/usr/include/unicode/uloc.h:643:24: error: ‘UChar’ has not been declared | |
UChar* variant, | |
^~~~~ | |
/usr/include/unicode/uloc.h:690:24: error: ‘UChar’ has not been declared | |
UChar* dest, | |
^~~~~ | |
/usr/include/unicode/uloc.h:717:32: error: ‘UChar’ has not been declared | |
UChar* dest, | |
^~~~~ | |
/usr/include/unicode/uloc.h:739:13: error: ‘UChar’ has not been declared | |
UChar* result, | |
^~~~~ | |
In file included from /usr/include/unicode/ucol.h:22:0, | |
from tools/qlocale_icu.cpp:47: | |
/usr/include/unicode/uscript.h:600:45: error: ‘UChar’ has not been declared | |
uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode); | |
^~~~~ | |
In file included from tools/qlocale_icu.cpp:47:0: | |
/usr/include/unicode/ucol.h:428:23: error: ‘UChar’ does not name a type | |
ucol_openRules( const UChar *rules, | |
^~~~~ | |
/usr/include/unicode/ucol.h:561:18: error: ‘UChar’ does not name a type | |
const UChar *source, | |
^~~~~ | |
/usr/include/unicode/ucol.h:563:18: error: ‘UChar’ does not name a type | |
const UChar *target, | |
^~~~~ | |
/usr/include/unicode/ucol.h:609:20: error: ‘UChar’ does not name a type | |
const UChar *source, int32_t sourceLength, | |
^~~~~ | |
/usr/include/unicode/ucol.h:610:20: error: ‘UChar’ does not name a type | |
const UChar *target, int32_t targetLength); | |
^~~~~ | |
/usr/include/unicode/ucol.h:628:27: error: ‘UChar’ does not name a type | |
const UChar *source, int32_t sourceLength, | |
^~~~~ | |
/usr/include/unicode/ucol.h:629:27: error: ‘UChar’ does not name a type | |
const UChar *target, int32_t targetLength); | |
^~~~~ | |
/usr/include/unicode/ucol.h:647:18: error: ‘UChar’ does not name a type | |
const UChar *source, int32_t sourceLength, | |
^~~~~ | |
/usr/include/unicode/ucol.h:648:18: error: ‘UChar’ does not name a type | |
const UChar *target, int32_t targetLength); | |
^~~~~ | |
/usr/include/unicode/ucol.h:800:13: error: ‘UChar’ has not been declared | |
UChar *result, | |
^~~~~ | |
/usr/include/unicode/ucol.h:932:16: error: ‘UChar’ does not name a type | |
U_STABLE const UChar* U_EXPORT2 | |
^~~~~ | |
/usr/include/unicode/ucol.h:1017:18: error: ‘UChar’ does not name a type | |
const UChar *source, | |
^~~~~ | |
/usr/include/unicode/ucol.h:1272:27: error: ‘UChar’ does not name a type | |
const UChar *varTop, int32_t len, | |
^~~~~ | |
/usr/include/unicode/ucol.h:1361:62: error: ‘UChar’ has not been declared | |
ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen); | |
^~~~~ | |
tools/qlocale_icu.cpp:53:75: error: ‘UChar’ does not name a type | |
typedef UCollationResult (*Ptr_ucol_strcoll)(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength); | |
^~~~~ | |
tools/qlocale_icu.cpp:53:118: error: ‘UChar’ does not name a type | |
typedef UCollationResult (*Ptr_ucol_strcoll)(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength); | |
^~~~~ | |
tools/qlocale_icu.cpp:54:36: error: typedef ‘Ptr_u_strToCase’ is initialized (use decltype instead) | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^~~~~ | |
tools/qlocale_icu.cpp:54:36: error: ‘UChar’ was not declared in this scope | |
tools/qlocale_icu.cpp:54:43: error: ‘dest’ was not declared in this scope | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^~~~ | |
tools/qlocale_icu.cpp:54:57: error: expected primary-expression before ‘destCapacity’ | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^~~~~~~~~~~~ | |
tools/qlocale_icu.cpp:54:71: error: expected primary-expression before ‘const’ | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^~~~~ | |
tools/qlocale_icu.cpp:54:97: error: expected primary-expression before ‘srcLength’ | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^~~~~~~~~ | |
tools/qlocale_icu.cpp:54:108: error: expected primary-expression before ‘const’ | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^~~~~ | |
tools/qlocale_icu.cpp:54:139: error: expected primary-expression before ‘*’ token | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^ | |
tools/qlocale_icu.cpp:54:140: error: ‘pErrorCode’ was not declared in this scope | |
typedef int32_t (*Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode); | |
^~~~~~~~~~ | |
tools/qlocale_icu.cpp:59:8: error: ‘Ptr_u_strToCase’ does not name a type | |
static Ptr_u_strToCase ptr_u_strToUpper = 0; | |
^~~~~~~~~~~~~~~ | |
tools/qlocale_icu.cpp:60:8: error: ‘Ptr_u_strToCase’ does not name a type | |
static Ptr_u_strToCase ptr_u_strToLower = 0; | |
^~~~~~~~~~~~~~~ | |
tools/qlocale_icu.cpp: In function ‘bool qt_initIcu(const QString&)’: | |
tools/qlocale_icu.cpp:126:9: error: ‘ptr_u_strToUpper’ was not declared in this scope | |
ptr_u_strToUpper = (Ptr_u_strToCase)ucLib.resolve("u_strToUpper"); | |
^~~~~~~~~~~~~~~~ | |
tools/qlocale_icu.cpp:126:29: error: ‘Ptr_u_strToCase’ was not declared in this scope | |
ptr_u_strToUpper = (Ptr_u_strToCase)ucLib.resolve("u_strToUpper"); | |
^~~~~~~~~~~~~~~ | |
tools/qlocale_icu.cpp:127:9: error: ‘ptr_u_strToLower’ was not declared in this scope | |
ptr_u_strToLower = (Ptr_u_strToCase)ucLib.resolve("u_strToLower"); | |
^~~~~~~~~~~~~~~~ | |
tools/qlocale_icu.cpp: In function ‘bool qt_ucol_strcoll(const QChar*, int, const QChar*, int, int*)’: | |
tools/qlocale_icu.cpp:173:68: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] | |
*result = ptr_ucol_strcoll(icuCollator, reinterpret_cast<const UChar *>(source), int32_t(sourceLength), | |
^~~~~ | |
tools/qlocale_icu.cpp:173:68: error: expected ‘>’ before ‘UChar’ | |
tools/qlocale_icu.cpp:173:68: error: expected ‘(’ before ‘UChar’ | |
tools/qlocale_icu.cpp:173:68: error: ‘UChar’ was not declared in this scope | |
tools/qlocale_icu.cpp:173:75: error: expected primary-expression before ‘>’ token | |
*result = ptr_ucol_strcoll(icuCollator, reinterpret_cast<const UChar *>(source), int32_t(sourceLength), | |
^ | |
tools/qlocale_icu.cpp:174:55: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] | |
reinterpret_cast<const UChar *>(target), int32_t(targetLength)); | |
^~~~~ | |
tools/qlocale_icu.cpp:174:55: error: expected ‘>’ before ‘UChar’ | |
tools/qlocale_icu.cpp:174:55: error: expected ‘(’ before ‘UChar’ | |
tools/qlocale_icu.cpp:174:62: error: expected primary-expression before ‘>’ token | |
reinterpret_cast<const UChar *>(target), int32_t(targetLength)); | |
^ | |
tools/qlocale_icu.cpp:174:95: error: expected ‘)’ before ‘;’ token | |
reinterpret_cast<const UChar *>(target), int32_t(targetLength)); | |
^ | |
tools/qlocale_icu.cpp: At global scope: | |
tools/qlocale_icu.cpp:180:85: error: ‘Ptr_u_strToCase’ has not been declared | |
static bool qt_u_strToCase(const QString &str, QString *out, const QLocale &locale, Ptr_u_strToCase caseFunc) | |
^~~~~~~~~~~~~~~ | |
tools/qlocale_icu.cpp: In function ‘bool qt_u_strToCase(const QString&, QString*, const QLocale&, int)’: | |
tools/qlocale_icu.cpp:191:46: error: ‘UChar’ does not name a type | |
int32_t size = caseFunc(reinterpret_cast<UChar *>(result.data()), result.size(), | |
^~~~~ | |
tools/qlocale_icu.cpp:191:52: error: expected ‘>’ before ‘*’ token | |
int32_t size = caseFunc(reinterpret_cast<UChar *>(result.data()), result.size(), | |
^ | |
tools/qlocale_icu.cpp:191:52: error: expected ‘(’ before ‘*’ token | |
tools/qlocale_icu.cpp:191:53: error: expected primary-expression before ‘>’ token | |
int32_t size = caseFunc(reinterpret_cast<UChar *>(result.data()), result.size(), | |
^ | |
tools/qlocale_icu.cpp:192:36: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] | |
reinterpret_cast<const UChar *>(str.constData()), str.size(), | |
^~~~~ | |
tools/qlocale_icu.cpp:192:36: error: expected ‘>’ before ‘UChar’ | |
tools/qlocale_icu.cpp:192:36: error: expected ‘(’ before ‘UChar’ | |
tools/qlocale_icu.cpp:192:36: error: ‘UChar’ was not declared in this scope | |
tools/qlocale_icu.cpp:192:43: error: expected primary-expression before ‘>’ token | |
reinterpret_cast<const UChar *>(str.constData()), str.size(), | |
^ | |
tools/qlocale_icu.cpp:193:64: error: expected ‘)’ before ‘;’ token | |
locale.bcp47Name().toLatin1().constData(), &status); | |
^ | |
tools/qlocale_icu.cpp:205:42: error: ‘UChar’ does not name a type | |
size = caseFunc(reinterpret_cast<UChar *>(result.data()), result.size(), | |
^~~~~ | |
tools/qlocale_icu.cpp:205:48: error: expected ‘>’ before ‘*’ token | |
size = caseFunc(reinterpret_cast<UChar *>(result.data()), result.size(), | |
^ | |
tools/qlocale_icu.cpp:205:48: error: expected ‘(’ before ‘*’ token | |
tools/qlocale_icu.cpp:205:49: error: expected primary-expression before ‘>’ token | |
size = caseFunc(reinterpret_cast<UChar *>(result.data()), result.size(), | |
^ | |
tools/qlocale_icu.cpp:206:36: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] | |
reinterpret_cast<const UChar *>(str.constData()), str.size(), | |
^~~~~ | |
tools/qlocale_icu.cpp:206:36: error: expected ‘>’ before ‘UChar’ | |
tools/qlocale_icu.cpp:206:36: error: expected ‘(’ before ‘UChar’ | |
tools/qlocale_icu.cpp:206:43: error: expected primary-expression before ‘>’ token | |
reinterpret_cast<const UChar *>(str.constData()), str.size(), | |
^ | |
tools/qlocale_icu.cpp:207:64: error: expected ‘)’ before ‘;’ token | |
locale.bcp47Name().toLatin1().constData(), &status); | |
^ | |
tools/qlocale_icu.cpp: In function ‘bool qt_u_strToUpper(const QString&, QString*, const QLocale&)’: | |
tools/qlocale_icu.cpp:223:45: error: ‘ptr_u_strToUpper’ was not declared in this scope | |
return qt_u_strToCase(str, out, locale, ptr_u_strToUpper); | |
^~~~~~~~~~~~~~~~ | |
tools/qlocale_icu.cpp: In function ‘bool qt_u_strToLower(const QString&, QString*, const QLocale&)’: | |
tools/qlocale_icu.cpp:228:45: error: ‘ptr_u_strToLower’ was not declared in this scope | |
return qt_u_strToCase(str, out, locale, ptr_u_strToLower); | |
^~~~~~~~~~~~~~~~ | |
make[1]: *** [Makefile:14643: .obj/release-shared/qlocale_icu.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make[1]: Leaving directory '/home/<redacted>/.cache/pacaur/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/corelib' | |
make: *** [Makefile:205: sub-corelib-make_default-ordered] Error 2 | |
==> ERROR: A failure occurred in build(). | |
Aborting... | |
:: cups is now an orphan package | |
:: lib32-gtk2 is now an orphan package | |
:: lib32-openssl-1.0 is now an orphan package | |
:: gcc-multilib is now an optional package | |
:: failed to build lib32-qt4 package(s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment