Advertisement
Guest User

asdf

a guest
Aug 15th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. 1>------ Build started: Project: TestMachineLearningPackage, Configuration: Debug x64 ------
  2. 1> AssemblyInfo.obj : /DEBUG:FASTLINK is not supported when managed code is present; restarting link with /DEBUG:FULL
  3. 1>TestMachineLearningPackage.obj : error LNK2028: unresolved token (0A0019E9) "public: __cdecl mlpack::util::CLIDeleter::~CLIDeleter(void)" (??1CLIDeleter@util@mlpack@@$$FQEAA@XZ) referenced in function "void __clrcall `anonymous namespace'::`dynamic atexit destructor for 'void __clrcall mlpack::util::cliDeleter::A0x4fe9417b(void)''(void)" (???__F?A0x4fe9417b@cliDeleter@util@mlpack@@YMXXZ@?A0x4fe9417b@@$$FYMXXZ)
  4. 1>TestMachineLearningPackage.obj : error LNK2028: unresolved token (0A0019EB) "public: __cdecl mlpack::util::CLIDeleter::CLIDeleter(void)" (??0CLIDeleter@util@mlpack@@$$FQEAA@XZ) referenced in function "void __clrcall `anonymous namespace'::`dynamic initializer for 'void __clrcall mlpack::util::cliDeleter::A0x4fe9417b(void)''(void)" (???__E?A0x4fe9417b@cliDeleter@util@mlpack@@YMXXZ@?A0x4fe9417b@@$$FYMXXZ)
  5. 1>TestMachineLearningPackage.obj : error LNK2019: unresolved external symbol "public: __cdecl mlpack::util::CLIDeleter::CLIDeleter(void)" (??0CLIDeleter@util@mlpack@@$$FQEAA@XZ) referenced in function "void __clrcall `anonymous namespace'::`dynamic initializer for 'void __clrcall mlpack::util::cliDeleter::A0x4fe9417b(void)''(void)" (???__E?A0x4fe9417b@cliDeleter@util@mlpack@@YMXXZ@?A0x4fe9417b@@$$FYMXXZ)
  6. 1>TestMachineLearningPackage.obj : error LNK2019: unresolved external symbol "public: __cdecl mlpack::util::CLIDeleter::~CLIDeleter(void)" (??1CLIDeleter@util@mlpack@@$$FQEAA@XZ) referenced in function "void __clrcall `anonymous namespace'::`dynamic atexit destructor for 'void __clrcall mlpack::util::cliDeleter::A0x4fe9417b(void)''(void)" (???__F?A0x4fe9417b@cliDeleter@util@mlpack@@YMXXZ@?A0x4fe9417b@@$$FYMXXZ)
  7. 1>C:\Users\Kirizaki\documents\visual studio 2015\Projects\TestMachineLearningPackage\x64\Debug\TestMachineLearningPackage.exe : fatal error LNK1120: 4 unresolved externals
  8. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement