Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created February 20, 2009 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lloyd/67785 to your computer and use it in GitHub Desktop.
Save lloyd/67785 to your computer and use it in GitHub Desktop.
/Users/lloydh/dev/BrowserPlus/platform/Core/I18n/src/FormatTime.cpp: In function ‘std::string bp::i18n::formatRelativeTime(const BPTime&, const BPTime&, const std::string&)’:
/Users/lloydh/dev/BrowserPlus/platform/Core/I18n/src/FormatTime.cpp:51: error: invalid initialization of reference of type ‘const std::wstring&’ from expression of type ‘const UChar*’
/Users/lloydh/dev/BrowserPlus/platform/Core/build/BPUtils/dist/include/BPUtils/bpstrutil.h:33: error: in passing argument 1 of ‘std::string bp::strutil::wideToUtf8(const std::wstring&)’
make[2]: *** [I18n/src/CMakeFiles/I18n_s.dir/FormatTime.cpp.o] Error 1
make[1]: *** [I18n/src/CMakeFiles/I18n_s.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment