3:02.27
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbLDAPListenerBase.cpp:129:57:
error: no matching function for call to
‘nsIStringBundle::FormatStringFromName(const char [15],
AutoTArray<nsTString<char16_t>, 1>&, nsString&)’
3:02.27 authPromptText);
3:02.27 ^
3:02.27 In file included from
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbLDAPListenerBase.cpp:12:0:
3:02.27
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate: virtual nsresult nsIStringBundle::FormatStringFromName(const
char*, const char16_t**, uint32_t, nsAString&)
3:02.27 NS_IMETHOD FormatStringFromName(const char * aName, const char16_t
* *params, uint32_t length, nsAString& _retval) = 0;
3:02.27 ^~~~~~~~~~~~~~~~~~~~
3:02.27
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate expects 4 arguments, 3 provided
3:02.77
/home/aashlay/Desktop/opensource/playground/mozilla-central/config/rules.mk:810:
recipe for target 'nsAbLDAPListenerBase.o' failed
3:02.77 make[4]: *** [nsAbLDAPListenerBase.o] Error 1
3:02.77 make[4]: *** Waiting for unfinished jobs....
3:03.82
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:
In member function ‘nsresult nsAbCardProperty::AppendCityStateZip(const
AppendItem&, nsIStringBundle*, mozITXTToHTMLConv*, nsString&)’:
3:03.82
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:1053:55:
error: no matching function for call to
‘nsIStringBundle::FormatStringFromName(const char [19],
AutoTArray<nsTString<char16_t>, 3>&, nsString&)’
3:03.83 formattedString);
3:03.83 ^
3:03.83 In file included from
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:11:0:
3:03.83
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate: virtual nsresult nsIStringBundle::FormatStringFromName(const
char*, const char16_t**, uint32_t, nsAString&)
3:03.83 NS_IMETHOD FormatStringFromName(const char * aName, const char16_t
* *params, uint32_t length, nsAString& _retval) = 0;
3:03.83 ^~~~~~~~~~~~~~~~~~~~
3:03.83
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate expects 4 arguments, 3 provided
3:03.83
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:1059:55:
error: no matching function for call to
‘nsIStringBundle::FormatStringFromName(const char [18],
AutoTArray<nsTString<char16_t>, 2>&, nsString&)’
3:03.83 formattedString);
3:03.83 ^
3:03.83 In file included from
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:11:0:
3:03.84
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate: virtual nsresult nsIStringBundle::FormatStringFromName(const
char*, const char16_t**, uint32_t, nsAString&)
3:03.84 NS_IMETHOD FormatStringFromName(const char * aName, const char16_t
* *params, uint32_t length, nsAString& _retval) = 0;
3:03.84 ^~~~~~~~~~~~~~~~~~~~
3:03.84
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate expects 4 arguments, 3 provided
3:03.84
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:1068:55:
error: no matching function for call to
‘nsIStringBundle::FormatStringFromName(const char [18],
AutoTArray<nsTString<char16_t>, 2>&, nsString&)’
3:03.84 formattedString);
3:03.84 ^
3:03.84 In file included from
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:11:0:
3:03.85
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate: virtual nsresult nsIStringBundle::FormatStringFromName(const
char*, const char16_t**, uint32_t, nsAString&)
3:03.85 NS_IMETHOD FormatStringFromName(const char * aName, const char16_t
* *params, uint32_t length, nsAString& _retval) = 0;
3:03.85 ^~~~~~~~~~~~~~~~~~~~
3:03.85
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate expects 4 arguments, 3 provided
3:03.85
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:
In member function ‘virtual nsresult nsAbCardProperty::GenerateName(int32_t,
nsIStringBundle*, nsAString&)’:
3:03.85
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:1121:79:
error: no matching function for call to
‘nsIStringBundle::FormatStringFromName(const char [16],
AutoTArray<nsTString<char16_t>, 2>&, nsString&)’
3:03.85 bundle->FormatStringFromName("lastFirstFormat",
stringParams, result);
3:03.85
^
3:03.86 In file included from
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:11:0:
3:03.86
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate: virtual nsresult nsIStringBundle::FormatStringFromName(const
char*, const char16_t**, uint32_t, nsAString&)
3:03.86 NS_IMETHOD FormatStringFromName(const char * aName, const char16_t
* *params, uint32_t length, nsAString& _retval) = 0;
3:03.86 ^~~~~~~~~~~~~~~~~~~~
3:03.86
/home/aashlay/Desktop/opensource/playground/mozilla-central/obj-x86_64-pc-linux-gnu/dist/include/nsIStringBundle.h:67:14:
note: candidate expects 4 arguments, 3 provided
3:03.86
/home/aashlay/Desktop/opensource/playground/mozilla-central/comm/mailnews/addrbook/src/nsAbCardProperty.cpp:1126:79:
error: no matching function for call to
‘nsIStringBundle::FormatStringFromName(const char [16],
AutoTArray<nsTString<char16_t>, 2>&, nsString&)’
3:03.86 bundle->FormatStringFromName("firstLastFormat",
stringParams, result);
3:03.86
^
please help me out
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds