← Back to team overview

leaningtech-dev team mailing list archive

[Bug 1388627] Re: clang++ unable to find strerror_s in msvcrt.dll on winxp/2k3

 

What is the cmake command you use to create the visual studio projects?

Also, please create an empty file, for example "empty.cpp" and post the
result of the following command

    /opt/cheerp/bin/clang++ -target cheerp -E -x c++ -v empty.cpp

What is the command you are using to build the example?

The different in size depends on the fact that our build is a static
build cross-compiled using Mingw, while you are doing regular build.
Don't worry about the smaller size, it should work.

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

Title:
  clang++ unable to find strerror_s in msvcrt.dll on winxp/2k3

Status in Cheerp: C++ for the Web:
  Confirmed

Bug description:
  clang++ got a error:
  can't find strerror_s in msvcrt.dll
  on win xp/2k3 32bit.
  however it works well in win2k8R2 64bit.

  I find a similar problem on other projects.
  http://sourceforge.net/p/freemat/bugs/588/

  FWIW
  an bug report for Clang
  http://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/50F1AA11.3000600@xxxxxxxxx/
  maybe a resolution
  http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110131/115872.html

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


References