Skip to content

Instantly share code, notes, and snippets.

@psiha
Created October 12, 2012 13:08
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 psiha/3879115 to your computer and use it in GitHub Desktop.
Save psiha/3879115 to your computer and use it in GitHub Desktop.
error@crosscompiling
2>ClCompile:
2> gather_includes.cpp
2>xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
2>gather_includes.obj : error LNK2019: unresolved external symbol "void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXABVexception@std@@@Z) referenced in function "void __cdecl boost::exception_detail::throw_exception_<class std::runtime_error>(class std::runtime_error const &,char const *,char const *,int)" (??$throw_exception_@Vruntime_error@std@@@exception_detail@boost@@YAXABVruntime_error@std@@PBD1H@Z)
gather_includes.exe : fatal error LNK1120: 1 unresolved externals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment