|
Post by attoroczkai on Apr 13, 2019 14:36:12 GMT
Hello, I tried to build a simple web app for WM 6.5, with version 7 beta 5. When building it with RhoSimulator it works, but when i change to Device, the build fails with: LINK : fatal error LNK1181: cannot open input file 'c:\RhoMobileSuite7.0.0.beta5\ruby\lib\ruby\gems\2.3.0\gems\rhodes-7.0.0.beta5\platform\wm\bin\MC3000c50b (ARMV4I)\syncengine\Release\syncengine.lib' BuildLog.htm (25.58 KB) I checked the path and there is no syncengine.lib file. Did I miss something when installing this version? Regards, Attila
|
|
|
Post by attoroczkai on Apr 15, 2019 15:42:53 GMT
Hello,
Now I tried it with version 6.1 for WM. Now I got a different error, with syncengine.lib: 13>Linking... 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: void __cdecl rho::db::CRubyMutex::Lock(void)" (?Lock@CRubyMutex@db@rho@@qaaxxz) referenced in function "public: void __cdecl rho::db::CDBAdapter::Lock(void)" (?Lock@CDBAdapter@db@rho@@qaaxxz) 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: bool __cdecl rho::db::CRubyMutex::isMainRubyThread(void)" (?isMainRubyThread@CRubyMutex@db@rho@@qaa_NXZ) referenced in function "public: void __cdecl rho::db::CDBAdapter::Lock(void)" (?Lock@CDBAdapter@db@rho@@qaaxxz) 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: void __cdecl rho::db::CRubyMutex::Unlock(void)" (?Unlock@CRubyMutex@db@rho@@qaaxxz) referenced in function "public: void __cdecl rho::db::CDBAdapter::Unlock(void)" (?Unlock@CDBAdapter@db@rho@@qaaxxz) 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: void __cdecl rho::db::CRubyMutex::close(void)" (?close@CRubyMutex@db@rho@@qaaxxz) referenced in function "public: void __cdecl rho::db::CDBAdapter::close(bool)" (?close@CDBAdapter@db@rho@@qaax_N@Z) 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: __cdecl rho::db::CRubyMutex::~CRubyMutex(void)" (??1CRubyMutex@db@rho@@qaa@XZ) referenced in function __unwind$225461 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: __cdecl rho::db::CRubyMutex::CRubyMutex(bool)" (??0CRubyMutex@db@rho@@qaa@_N@Z) referenced in function "public: __cdecl rho::db::CDBAdapter::CDBAdapter(char const *,bool)" (??0CDBAdapter@db@rho@@qaa@PBD_N@Z) 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: void __cdecl rho::db::CRubyMutex::create(void)" (?create@CRubyMutex@db@rho@@qaaxxz) referenced in function "public: void __cdecl rho::db::CDBAdapter::open(class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >,bool,bool)" (?open@CDBAdapter@db@rho@@qaaxv?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@0_N1@Z) 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: __cdecl rho::db::DBLock::~DBLock(void)" (??1DBLock@db@rho@@qaa@XZ) referenced in function "public: class std::basic_string,class std::allocator > __cdecl rho::db::CDBAdapter::exportDatabase(void)" (?exportDatabase@CDBAdapter@db@rho@@qaa?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz) 13>syncengine.lib(DBAdapter.obj) : error LNK2019: unresolved external symbol "public: __cdecl rho::db::DBLock::DBLock(class rho::db::CDBAdapter &)" (??0DBLock@db@rho@@qaa@AAVCDBAdapter@12@@z) referenced in function "public: class std::basic_string,class std::allocator > __cdecl rho::db::CDBAdapter::exportDatabase(void)" (?exportDatabase@CDBAdapter@db@rho@@qaa?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz) 13>rubylib.lib(rhoruby.obj) : error LNK2019: unresolved external symbol Init_date_core referenced in function RhoRubyStart 13>rubylib.lib(rhoruby.obj) : error LNK2019: unresolved external symbol Init_nonblock referenced in function RhoRubyStart 13>rubylib.lib(rhoruby.obj) : error LNK2019: unresolved external symbol Init_wait referenced in function RhoRubyStart 13>..\bin\MC3000c50b (ARMV4I)\rhodes\Release/rhodes.exe : fatal error LNK1120: 12 unresolved externals
|
|
|
Post by Nicolassat on Jun 23, 2022 22:36:08 GMT
Спасибо, очень позновательно!
|
|