I think you are using clang, but since you are compiling a c++ program
you should use clang++. If you are already using clang++ please dump the
output of the compilation command with a -v "verbose" added.

-- 
You received this bug notification because you are a member of
Leaningtech Team, which is subscribed to Duetto.
https://bugs.launchpad.net/bugs/1268429

Title:
  getting missing function errors using std::string

Status in Duetto: C++ for the Web:
  New

Bug description:
  HelloClient example now runs with .93 hotfix on Windows, but I'm getting 
errors when using:
  #include <string>

  std::string s("test");

  error is:

  Error: '__ZNSs6__initEPKcj' is undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/duetto/+bug/1268429/+subscriptions

-- 
Mailing list: https://launchpad.net/~leaningtech-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~leaningtech-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to