Advertisement
loloof64

Flutter run error

Jun 16th, 2022
1,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 37.91 KB | None | 0 0
  1. $ flutter run
  2. Launching lib\main.dart on Windows in debug mode...
  3. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(40,1): error C2143: syntax error: missing ';' before 'namespace' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  4. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(40,1): error C4430: missing type specifier - int assumed. Note: C++ does
  5. not support default-int [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  6. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(43,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  7. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(46,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  8. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(53,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  9. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(227,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  10. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(240,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  11. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(241,6): error C2733: 'for_each': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  12. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(243,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  13. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(261,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  14. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(262,8): error C2733: 'for_each_n': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  15. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(347,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  16. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(351,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  17. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(368,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  18. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(369,19): error C2733: 'find_if_not': you cannot overload a function with
  19. 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  20. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(372,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  21. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(391,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  22. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(392,32): error C2733: 'adjacent_find': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  23. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(397,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  24. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(398,19): error C2733: 'adjacent_find': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  25. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(400,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  26. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(401,19): error C2733: 'adjacent_find': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  27. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(503,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  28. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(520,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  29. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(521,33): error C2733: 'count_if': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(568,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  30. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(569,119): warning C4190: 'mismatch' has C-linkage specified, but returns
  31. UDT 'std::pair<_Ty1,_Ty2>' which is incompatible with C [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  32. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(586,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  33. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(587,35): error C2526: 'mismatch': C linkage function cannot return C++ class 'std::pair<_Ty1,_Ty2>' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  34. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(587,35): error C2733: 'mismatch': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(591,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  35. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(592,120): warning C4190: 'mismatch' has C-linkage specified, but returns
  36. UDT 'std::pair<_Ty1,_Ty2>' which is incompatible with C [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  37. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(592,46): error C2733: 'mismatch': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(598,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  38. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(599,35): error C2526: 'mismatch': C linkage function cannot return C++ class 'std::pair<_Ty1,_Ty2>' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  39. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(599,35): error C2733: 'mismatch': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(608,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  40. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(610,78): warning C4190: 'mismatch' has C-linkage specified, but returns UDT 'std::pair<_Ty1,_Ty2>' which is incompatible with C [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  41. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(609,46): error C2733: 'mismatch': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(641,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  42. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(642,35): error C2526: 'mismatch': C linkage function cannot return C++ class 'std::pair<_Ty1,_Ty2>' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  43. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(642,35): error C2733: 'mismatch': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(646,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  44. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(647,117): warning C4190: 'mismatch' has C-linkage specified, but returns
  45. UDT 'std::pair<_Ty1,_Ty2>' which is incompatible with C [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  46. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(647,46): error C2733: 'mismatch': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(653,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  47. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(654,35): error C2526: 'mismatch': C linkage function cannot return C++ class 'std::pair<_Ty1,_Ty2>' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  48. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(654,35): error C2733: 'mismatch': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(768,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  49. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(792,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  50. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(793,30): error C2733: 'is_permutation': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  51. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(798,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  52. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(833,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  53. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(834,19): error C2733: '_Is_permutation_unchecked': you cannot overload a
  54. function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  55. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(851,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  56. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(852,30): error C2733: 'is_permutation': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  57. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(861,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  58. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(862,30): error C2733: 'is_permutation': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  59. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1146,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  60. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1161,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  61. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1162,17): error C2733: 'all_of': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  62. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1207,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  63. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1223,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  64. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1224,17): error C2733: 'any_of': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  65. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1269,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  66. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1285,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  67. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1286,17): error C2733: 'none_of': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  68. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1395,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  69. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1413,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  70. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1414,9): error C2733: 'copy_if': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  71. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1588,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  72. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1589,37): error C2526: 'partition_copy': C linkage function cannot return C++ class 'std::pair<_Ty1,_Ty2>' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  73. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1613,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  74. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1614,24): error C2526: 'partition_copy': C linkage function cannot return C++ class 'std::pair<_FwdIt2,_FwdIt3>' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  75. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1614,24): error C2733: 'partition_copy': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  76. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1694,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  77. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1721,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  78. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1722,17): error C2733: 'is_partitioned': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  79. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1777,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  80. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1899,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  81. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1920,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  82. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1964,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  83. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1965,27): error C2733: 'search': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  84. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1969,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  85. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1970,40): error C2733: 'search': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  86. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1977,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  87. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1978,27): error C2733: 'search': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  88. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1985,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  89. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1986,40): error C2733: 'search': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  90. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(1992,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  91. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2065,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  92. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2066,19): error C2733: 'search_n': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  93. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2070,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  94. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2071,32): error C2733: 'search_n': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  95. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2077,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  96. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2078,19): error C2733: 'search_n': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  97. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2541,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  98. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2622,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  99. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2623,33): error C2733: 'find_end': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  100. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2630,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  101. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2631,20): error C2733: 'find_end': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  102. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2634,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  103. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2635,20): error C2733: 'find_end': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  104. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2806,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  105. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2829,10): error C2894: templates cannot be declared to have 'C' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  106. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2830,33): error C2733: 'find_first_of': you cannot overload a function with 'extern "C"' linkage [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  107. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\algorithm(2831,27): fatal error C1003: error count exceeds 100; stopping compilation [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  108. C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\windows\flutter\ephemeral\.plugin_symlinks\stockfish\src\Stockfish\src\misc.cpp(513,47): error C2664: 'HMODULE GetModuleHandleW(LPCWSTR)': cannot convert argument 1 from 'const char [13]' to 'LPCWSTR' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  109. C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\windows\flutter\ephemeral\.plugin_symlinks\stockfish\src\Stockfish\src\misc.cpp(583,47): error C2664: 'HMODULE GetModuleHandleW(LPCWSTR)': cannot convert argument 1 from 'const char [13]' to 'LPCWSTR' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  110. C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\windows\flutter\ephemeral\.plugin_symlinks\stockfish\src\Stockfish\src\syzygy\tbprobe.cpp(238,21): error C2664: 'HANDLE CreateFileW(LPCWSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE)': cannot convert argument 1 from 'const _Elem *' to 'LPCWSTR' [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  111. C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\windows\flutter\ephemeral\.plugin_symlinks\stockfish\src\Stockfish\src\syzygy\tbprobe.cpp(545,43): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  112. C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\windows\flutter\ephemeral\.plugin_symlinks\stockfish\src\Stockfish\src\syzygy\tbprobe.cpp(1005,5): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\laure\Documents\Programmation\ProjetsPersos\Flutter\StockfishChessEngineFlutter\example\build\windows\plugins\stockfish\shared\stockfish.vcxproj]
  113. Building Windows application...                                        
  114. Exception: Build process failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement