Created
July 13, 2017 19:58
-
-
Save cgdangelo/3b9969280db878125e50d34ee315213a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1>------ Build started: Project: Simulationcraft CLI, Configuration: Release x64 ------ | |
1>sc_main.obj : error LNK2019: unresolved external symbol "public: bool __cdecl profileset::profilesets_t::iterate(struct sim_t *)" (?iterate@profilesets_t@profileset@@QEAA_NPEAUsim_t@@@Z) referenced in function "public: int __cdecl sim_t::main(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &)" (?main@sim_t@@QEAAHAEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z) | |
1>simcengine.lib(sc_sim.obj) : error LNK2019: unresolved external symbol "public: __cdecl profileset::profile_set_t::~profile_set_t(void)" (??1profile_set_t@profileset@@QEAA@XZ) referenced in function "private: void __cdecl std::vector<class std::unique_ptr<class profileset::profile_set_t,struct std::default_delete<class profileset::profile_set_t> >,class std::allocator<class std::unique_ptr<class profileset::profile_set_t,struct std::default_delete<class profileset::profile_set_t> > > >::_Tidy(void)" (?_Tidy@?$vector@V?$unique_ptr@Vprofile_set_t@profileset@@U?$default_delete@Vprofile_set_t@profileset@@@std@@@std@@V?$allocator@V?$unique_ptr@Vprofile_set_t@profileset@@U?$default_delete@Vprofile_set_t@profileset@@@std@@@std@@@2@@std@@AEAAXXZ) | |
1>simcengine.lib(sc_sim.obj) : error LNK2019: unresolved external symbol "public: void __cdecl profileset::profilesets_t::initialize(struct sim_t *)" (?initialize@profilesets_t@profileset@@QEAAXPEAUsim_t@@@Z) referenced in function "public: bool __cdecl sim_t::init(void)" (?init@sim_t@@QEAA_NXZ) | |
1>simcengine.lib(sc_sim.obj) : error LNK2019: unresolved external symbol "public: void __cdecl profileset::profilesets_t::cancel(void)" (?cancel@profilesets_t@profileset@@QEAAXXZ) referenced in function "public: void __cdecl sim_t::cancel(void)" (?cancel@sim_t@@QEAAXXZ) | |
1>simcengine.lib(sc_sim.obj) : error LNK2019: unresolved external symbol "void __cdecl profileset::create_options(struct sim_t *)" (?create_options@profileset@@YAXPEAUsim_t@@@Z) referenced in function "public: __cdecl sim_t::sim_t(struct sim_t *,int)" (??0sim_t@@QEAA@PEAU0@H@Z) | |
1>simcengine.lib(sc_report_text.obj) : error LNK2019: unresolved external symbol "public: void __cdecl profileset::profilesets_t::output(struct sim_t const &,struct _iobuf *)const " (?output@profilesets_t@profileset@@QEBAXAEBUsim_t@@PEAU_iobuf@@@Z) referenced in function "void __cdecl `anonymous namespace'::print_text_report(struct _iobuf *,struct sim_t *,bool)" (?print_text_report@?A0x4273e4e0@@YAXPEAU_iobuf@@PEAUsim_t@@_N@Z) | |
1>simcengine.lib(sc_report_html_sim.obj) : error LNK2019: unresolved external symbol "public: void __cdecl profileset::profilesets_t::output(struct sim_t const &,class io::ofstream &)const " (?output@profilesets_t@profileset@@QEBAXAEBUsim_t@@AEAVofstream@io@@@Z) referenced in function "void __cdecl `anonymous namespace'::print_html_(class io::ofstream &,struct sim_t &)" (?print_html_@?A0x062acb07@@YAXAEAVofstream@io@@AEAUsim_t@@@Z) | |
1>simcengine.lib(sc_report_json.obj) : error LNK2019: unresolved external symbol "public: void __cdecl profileset::profilesets_t::output(struct sim_t const &,struct js::JsonOutput &)const " (?output@profilesets_t@profileset@@QEBAXAEBUsim_t@@AEAUJsonOutput@js@@@Z) referenced in function "void __cdecl `anonymous namespace'::to_json(struct js::JsonOutput,struct sim_t const &)" (?to_json@?A0x9c91c612@@YAXUJsonOutput@js@@AEBUsim_t@@@Z) | |
1>..\\simc.exe : fatal error LNK1120: 8 unresolved externals | |
1>Done building project "Simulationcraft CLI.vcxproj" -- FAILED. | |
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment