mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
225bf1ceda
modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:40:13: error: no matching function for call to 'create' return &OpaqueJSString::create(chars, numChars).leakRef(); ^~~~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:48:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument static Ref<OpaqueJSString> create(const LChar* characters, unsigned length) ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:53:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument static Ref<OpaqueJSString> create(const UChar* characters, unsigned length) ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:43:32: note: candidate function not viable: requires 0 arguments, but 2 were provided static Ref<OpaqueJSString> create() ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:58:53: note: candidate function not viable: requires 1 argument, but 2 were provided JS_EXPORT_PRIVATE static RefPtr<OpaqueJSString> create(const String&); ^ modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying' return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars)).leakRef(); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:385:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const UChar* characters, unsigned length); ^ modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:386:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const LChar* characters, unsigned length); ^ modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:90:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *') return string->characters(); ^~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/WTF/wtf/unicode/java/UnicodeJava.h:21:18: error: typedef redefinition with different types ('uint16_t' (aka 'unsigned short') vs 'char16_t') typedef uint16_t UChar; ^ /usr/local/include/unicode/umachine.h:347:22: note: previous definition is here typedef char16_t UChar; PR: 218788, 222270 Submitted by: jbeich Reviewed by: jbeich Obtained from: WebKit (rebased) |
||
---|---|---|
.. | ||
aparapi | ||
avis | ||
berkeley-db | ||
bluej | ||
bootstrap-openjdk | ||
bouncycastle | ||
bouncycastle15 | ||
cacao | ||
castor | ||
classpath | ||
cos | ||
cryptix-jce | ||
dbvis | ||
eclipse | ||
eclipse-cdt | ||
eclipse-drjava | ||
eclipse-ecj | ||
eclipse-EPIC | ||
eclipse-findbugs | ||
eclipse-log4e | ||
eclipse-lomboz | ||
eclipse-pydev | ||
eclipse-shelled | ||
eclipse-windowbuilder | ||
hamcrest | ||
icedtea-web | ||
infobus | ||
intellij | ||
intellij-fsnotifier | ||
intellij-pty4j | ||
intellij-rubymine | ||
intellij-ultimate | ||
jad | ||
jaf | ||
jai | ||
jakarta-bcel | ||
jakarta-commons-beanutils | ||
jakarta-commons-cli | ||
jakarta-commons-codec | ||
jakarta-commons-collections | ||
jakarta-commons-dbcp | ||
jakarta-commons-discovery | ||
jakarta-commons-httpclient | ||
jakarta-commons-lang | ||
jakarta-commons-logging | ||
jakarta-commons-pool | ||
jakarta-commons-primitives | ||
jakarta-oro | ||
jakarta-regexp | ||
jamvm | ||
jasmin | ||
java3d | ||
java-checkstyle | ||
java-cup | ||
java-getopt | ||
java-subversion | ||
java-zoneinfo | ||
javahelp | ||
javamail | ||
javavmwrapper | ||
jaxen | ||
jcalendar | ||
jcckit | ||
jcommon | ||
jd-gui | ||
jdbcpool | ||
jdk8-doc | ||
jdom | ||
jflex | ||
jfreechart | ||
jgraph | ||
jgrapht | ||
jgraphx | ||
jikes | ||
jlex | ||
jlint | ||
jmf | ||
jode | ||
jomp | ||
jrosetta | ||
jta | ||
jtiger | ||
jump | ||
junit | ||
jxgrabkey | ||
langspec | ||
lightweight-java-profiler | ||
linux-oracle-jdk18 | ||
linux-oracle-jre18 | ||
mmake | ||
mx4j | ||
netbeans | ||
netbeans-devel | ||
netcomponents | ||
netrexx | ||
netty | ||
openjdk6 | ||
openjdk6-jre | ||
openjdk7 | ||
openjdk7-jre | ||
openjdk8 | ||
openjdk8-jre | ||
openjfx8-devel | ||
phpeclipse | ||
proguard | ||
sablevm | ||
sablevm-classpath | ||
servingxml | ||
sigar | ||
springframework | ||
springframework31 | ||
sqlitejdbc | ||
trove4j | ||
veditor | ||
visualvm | ||
wildfly10 | ||
wildfly90 | ||
xdoclet | ||
Makefile |