← Back to team overview

leaningtech-dev team mailing list archive

[Bug 1268429] [NEW] getting missing function errors using std::string

 

Public bug reported:

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

** Affects: duetto
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References