Модератор форума: staford11 |
Форум CMaNGOS Установка / Настройка CMaNGOS Компиляция мангос (видео-урок) |
Компиляция мангос (видео-урок) |
вылетает при компиле одного из проектов ядра:
Linking... Creating library ..\..\dep\lib\Win32_Release\ACE.lib and object ..\..\dep\lib\Win32_Release\ACE.exp Configuration.obj : error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function "protected: virtual __thiscall ACE_Section_Key_Win32::~ACE_Section_Key_Win32(void)" (??1ACE_Section_Key_Win32@@MAE@XZ) Log_Msg_NT_Event_Log.obj : error LNK2001: unresolved external symbol __imp__RegCloseKey@4 Registry.obj : error LNK2001: unresolved external symbol __imp__RegCloseKey@4 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegCreateKeyExA@36 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::open_section(class ACE_Configuration_Section_Key const &,char const *,int,class ACE_Configuration_Section_Key &)" (?open_section@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDHAAV2@@Z) Registry.obj : error LNK2001: unresolved external symbol __imp__RegCreateKeyExA@36 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegOpenKeyExA@20 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::open_section(class ACE_Configuration_Section_Key const &,char const *,int,class ACE_Configuration_Section_Key &)" (?open_section@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDHAAV2@@Z) Registry.obj : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA@20 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegDeleteKeyA@8 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::remove_section(class ACE_Configuration_Section_Key const &,char const *,int)" (?remove_section@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDH@Z) Registry.obj : error LNK2001: unresolved external symbol __imp__RegDeleteKeyA@8 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegEnumKeyExA@32 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::remove_section(class ACE_Configuration_Section_Key const &,char const *,int)" (?remove_section@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDH@Z) Registry.obj : error LNK2001: unresolved external symbol __imp__RegEnumKeyExA@32 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegSetValueExA@24 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::set_string_value(class ACE_Configuration_Section_Key const &,char const *,class ACE_String_Base const &)" (?set_string_value@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDABV?$ACE_String_Base@D@@@Z) Log_Msg_NT_Event_L og.obj : error LNK2001: unresolved external symbol __imp__RegSetValueExA@24 Registry.obj : error LNK2001: unresolved external symbol __imp__RegSetValueExA@24 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::get_integer_value(class ACE_Configuration_Section_Key const &,char const *,unsigned int &)" (?get_integer_value@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDAAI@Z) Registry.obj : error LNK2001: unresolved external symbol __imp__RegQueryValueExA@24 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegDeleteValueA@8 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::remove_value(class ACE_Configuration_Section_Key const &,char const *)" (?remove_value@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBD@Z) Registry.obj : error LNK2001: unresolved external symbol __imp__RegDeleteValueA@8 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegEnumValueA@32 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::enumerate_values(class ACE_Configuration_Section_Key const &,int,class ACE_String_Base &,enum ACE_Configuration::VALUETYPE &)" (?enumerate_values@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@HAAV?$ACE_String_Base@D@@AAW4VALUETYPE@ACE_Configu ration@@@Z) Registry.obj : error LNK2001: unresolved external symbol __imp__RegEnumValueA@32 Configuration.obj : error LNK2019: unresolved external symbol __imp__RegOpenKeyA@12 referenced in function "public: static struct HKEY__ * __cdecl ACE_Configuration_Win32Registry::resolve_key(struct HKEY__ *,char const *,int)" (?resolve_key@ACE_Configuration_Win32Registry@@SAPAUHKEY__@@PAU2@PBDH@Z) Log_Msg_NT_Event_Log.obj : error LNK2019: unresolved external symbol __imp__RegisterEventSourceA@8 referenced in function "public: virtual int __thiscall ACE_Log_Msg_NT_Event_Log::open(char const *)" (?open@ACE_Log_Msg_NT_Event_Log@@UAEHPBD@Z) Log_Msg_NT_Event_Log.obj : error LNK2019: unresolved external symbol __imp__RegCreateKeyA@12 referenced in function "public: virtual int __thiscall ACE_Log_Msg_NT_Event_Log::open(char const *)" (?open@ACE_Log_Msg_NT_Event_Log@@UAEHPBD@Z) Log_Msg_NT_Event_Log.obj : error LNK2019: unresolved external symbol __imp__DeregisterEventSource@4 referenced in function "public: virtual int __thiscall ACE_Log_Msg_NT_Event_Log::close(void)" (?close@ACE_Log_Msg_NT_Event_Log@@UAEHXZ) Log_Msg_NT_Event_Log.obj : error LNK2019: unresolved external symbol __imp__ReportEventA@36 referenced in function "public: virtual int __thiscall ACE_Log_Msg_NT_Event_Log::log(class ACE_Log_Record &)" (?log@ACE_Log_Msg_NT_Event_Log@@UAEHAAVACE_Log_Record@@@Z) Msg_WFMO_Reactor.obj : error LNK2019: unresolved external symbol __imp__MsgWaitForMultipleObjectsEx@20 referenced in function "protected: virtual unsigned long __thiscall ACE_Msg_WFMO_Reactor::wait_for_multiple_events(int,int)" (?wait_for_multiple_events@ACE_Msg_WFMO_Reactor@@MAEKHH@Z) Msg_WFMO_Reactor.obj : error LNK2019: unresolved external symbol __imp__PostQuitMessage@4 referenced in function "protected: virtual int __thiscall ACE_Msg_WFMO_Reactor::dispatch_window_messages(void)" (?dispatch_window_messages@ACE_Msg_WFMO_Reactor@@MAEHXZ) Msg_WFMO_Reactor.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageA@4 referenced in function "protected: virtual int __thiscall ACE_Msg_WFMO_Reactor::dispatch_window_messages(void)" (?dispatch_window_messages@ACE_Msg_WFMO_Reactor@@MAEHXZ) Msg_WFMO_Reactor.obj : error LNK2019: unresolved external symbol __imp__TranslateMessage@4 referenced in function "protected: virtual int __thiscall ACE_Msg_WFMO_Reactor::dispatch_window_messages(void)" (?dispatch_window_messages@ACE_Msg_WFMO_Reactor@@MAEHXZ) Msg_WFMO_Reactor.obj : error LNK2019: unresolved external symbol __imp__PeekMessageA@20 referenced in function "protected: virtual int __thiscall ACE_Msg_WFMO_Reactor::dispatch_window_messages(void)" (?dispatch_window_messages@ACE_Msg_WFMO_Reactor@@MAEHXZ) Msg_WFMO_Reactor.obj : error LNK2019: unresolved external symbol __imp__MsgWaitForMultipleObjects@20 referenced in function "protected: virtual unsigned long __thiscall ACE_Msg_WFMO_Reactor::poll_remaining_handles(unsigned long)" (?poll_remaining_handles@ACE_Msg_WFMO_Reactor@@MAEKK@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__CloseServiceHandle@4 referenced in function "public: void __thiscall ACE_NT_Service::host(char const *)" (?host@ACE_NT_Service@@QAEXPBD@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__CreateServiceA@52 referenced in function "public: int __thiscall ACE_NT_Service::insert(unsigned long,unsigned long,char const *,char const *,unsigned long *,char const *,char const *,char const *,unsigned long)" (?insert@ACE_NT_Service@@QAEHKKPBD0PAK000K@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__OpenSCManagerA@12 referenced in function "public: int __thiscall ACE_NT_Service::insert(unsigned long,unsigned long,char const *,char const *,unsigned long *,char const *,char const *,char const *,unsigned long)" (?insert@ACE_NT_Service@@QAEHKKPBD0PAK000K@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__OpenServiceA@12 referenced in function "public: int __thiscall ACE_NT_Service::test_access(unsigned long)" (?test_access@ACE_NT_Service@@QAEHK@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__SetServiceStatus@8 referenced in function "protected: int __thiscall ACE_NT_Service::report_status(unsigned long,unsigned long)" (?report_status@ACE_NT_Service@@IAEHKK@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__DeleteService@4 referenced in function "public: int __thiscall ACE_NT_Service::remove(void)" (?remove@ACE_NT_Service@@QAEHXZ) NT_Service.obj : error LNK2019: unresolved external symbol __imp__ChangeServiceConfigA@44 referenced in function "public: int __thiscall ACE_NT_Service::startup(unsigned long)" (?startup@ACE_NT_Service@@QAEHK@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__QueryServiceConfigA@16 referenced in function "public: unsigned long __thiscall ACE_NT_Service::startup(void)" (?startup@ACE_NT_Service@@QAEKXZ) NT_Service.obj : error LNK2019: unresolved external symbol __imp__QueryServiceStatus@8 referenced in function "public: int __thiscall ACE_NT_Service::state(unsigned long *,class ACE_Time_Value *)" (?state@ACE_NT_Service@@QAEHPAKPAVACE_Time_Value@@@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__StartServiceA@12 referenced in function "public: int __thiscall ACE_NT_Service::start_svc(class ACE_Time_Value *,unsigned long *,unsigned long,char const * *)" (?start_svc@ACE_NT_Service@@QAEHPAVACE_Time_Value@@PAKKPAPBD@Z) NT_Service.obj : error LNK2019: unresolved external symbol __imp__ControlService@12 referenced in function "public: int __thiscall ACE_NT_Service::stop_svc(class ACE_Time_Value *,unsigned long *)" (?stop_svc@ACE_NT_Service@@QAEHPAVACE_Time_Value@@PAK@Z) Pagefile_Memory_Pool.obj : error LNK2019: unresolved external symbol __imp__SetSecurityDescriptorDacl@16 referenced in function "protected: int __thiscall ACE_Pagefile_Memory_Pool::map(int &,unsigned int)" (?map@ACE_Pagefile_Memory_Pool@@IAEHAAHI@Z) Pagefile_Memory_Pool.obj : error LNK2019: unresolved external symbol __imp__InitializeSecurityDescriptor@8 referenced in function "protected: int __thiscall ACE_Pagefile_Memory_Pool::map(int &,unsigned int)" (?map@ACE_Pagefile_Memory_Pool@@IAEHAAHI@Z) Registry.obj : error LNK2019: unresolved external symbol __imp__RegFlushKey@4 referenced in function "public: int __thiscall ACE_Registry::Naming_Context::flush(void)" (?flush@Naming_Context@ACE_Registry@@QAEHXZ) Registry.obj : error LNK2019: unresolved external symbol __imp__RegConnectRegistryA@12 referenced in function "public: static int __cdecl ACE_Predefined_Naming_Contexts::connect(class ACE_Registry::Naming_Context &,struct HKEY__ *,char const *)" (?connect@ACE_Predefined_Naming_Contexts@@SAHAAVNaming_Context@ACE_Registry@@PAUHKEY__@@PBD@Z) ..\..\dep\lib\Win32_Release\ACE.dll : fatal error LNK1120: 35 unresolved externals Добавлено (06.04.2010, 00:11) лезем по аддресу C:\Program Files\Git\etc\ и открываем блокнотом файлик "profile" выглядеть это будет примерно так: Сохраняем и начинаем качать исходники) Добавлено (06.04.2010, 00:15)
Сообщение # 121 написано 06.04.2010 в 00:15
|
все понятно. супер!
Сообщение # 125 написано 22.04.2010 в 11:24
|
супер тема, согласен со всеми),автор молодец.
зачем только флудить тут и посты набивать не ясно Gwynbleidd, . devilrv, Quote как патчить уже собранный сервер,с меня ++ - если есть исходники. ALF Quote Какую Visual Studio 2008 ставить? , C++ (хотя если arc то там Lua будет)
Soon© will arrive some day,Administration does guarantee that "soon" will be here before the end of time. Maybe.
Сообщение # 126 написано 24.04.2010 в 16:44
|
Quote (DimonRock) Помогите с GIT Выкидывает такаю шнягу Расскрыть Тож выходит! кто знает как исправить? за + + Спасибо! Добавлено (27.04.2010, 07:37) [cut][/cut]
Сообщение # 128 написано 27.04.2010 в 07:37
|
сори, може я такой нуб, но я всё скомпил как на видео но нефига не понял, что у меня за версия, что у меня вобше тама...
Сообщение # 129 написано 27.04.2010 в 08:01
|
Все ето понятно:)ток она мне пока не понадабилось:)
[blizz]a life game that I play is worthy ![/blizz]
101.ru — Персональная станция «Клубная Музыка»
Сообщение # 130 написано 27.04.2010 в 09:26
|
привет народ.
вообщем скомпилировал.. вот тока касяк в видео не сказано че делать с базой =) тоесть откуда брать sql ну не долго думая я предположил что отсюда "mangos\sql" и "mangos\src\bindings\ScriptDev2\sql" || если я не правильно достаю sql то подскажите откуда правильно? и еще с горем пополам собрал сервер но вот такая загадочная трабла у меня, при создании персонажа (Дреней или Блуд Эльф) он является в трусах да да в прямом смысле этого слова. а кода я вхожу в мир, то в мире кроме меня, нет не кого вот такой я сервер собрал. || если кто знает в чем касяк у меня подскажите? Добавлено (13.05.2010, 08:12) Связи с этим сделал выводы. зЫ. Уважаемые друзья "НЕ СЖИМАТЬ" Ваши готовые сервера при упаковке Вы их убиваете. |
Quote (Сотрудник_Blizzard) зачем только флудить тут и посты набивать не ясно Gwynbleidd, Я воопсче то попросил о помощи,а не флудил!
Сообщение # 136 написано 21.05.2010 в 16:13
|
Загляните в эту тему пожалуйста, а то не кто видать туда не заходит и помощи уже дней 5 жду. Компиляция мангос ( Help )
Сообщение # 142 написано 28.06.2010 в 15:54
|
Народ такая проблема.Запускаю сервер выдаёт ошибку
Code 2010-07-16 12:33:09 SQL: SELECT required_10131_01_mangos_spell_bonus_data FROM db_version LIMIT 1 2010-07-16 12:33:09 query ERROR: Unknown column 'required_10131_01_mangos_spell_bonus_data' in 'field list' 2010-07-16 12:33:09 The table `db_version` in your [WORLD] database indicates that this database is out of date! 2010-07-16 12:33:09 2010-07-16 12:33:09 [A] You have: --> `10171_01_mangos_mangos_string.sql` 2010-07-16 12:33:09 2010-07-16 12:33:09 [B] You need: --> `10131_01_mangos_spell_bonus_data.sql` 2010-07-16 12:33:09 2010-07-16 12:33:09 You must apply all updates after [A] to [B] to use mangos with this database. 2010-07-16 12:33:09 These updates are included in the sql/updates folder. 2010-07-16 12:33:09 Please read the included [README] in sql/updates for instructions on updating. Так ладно с этим помогли, стал накатывать апдейты "10171_01_mangos_mangos_string.sql" и 10131_01_mangos_spell_bonus_data.sql соответсвенно.Начал их накатывать,пошла ошибка 10131_01_mangos_spell_bonus_data.sql Code [Err] 1054 - Unknown column 'required_10125_01_mangos_mangos_string' in 'db_version' [Err] ALTER TABLE db_version CHANGE COLUMN required_10125_01_mangos_mangos_string required_10131_01_mangos_spell_bonus_data bit; [Msg] Finished - Unsuccessfully "10171_01_mangos_mangos_string.sql" Code [Err] 1054 - Unknown column 'required_10045_01_mangos_spell_proc_event' in 'db_version' [Err] ALTER TABLE db_version CHANGE COLUMN required_10045_01_mangos_spell_proc_event required_10056_01_mangos_spell_proc_event bit; [Msg] Finished - Unsuccessfully --------------------------------------- Жду помощи
Сообщение # 143 написано 16.07.2010 в 18:21
|
Народ у меня такая проблемка (а мож и не проблемка) .кароч вот когда в Git'е я прописываю
patch -p1 < 3.patch Выдаёт.. patching file 'src/game/BatlleGround.cpp' Hunk #1 succeeded at 828 <offset 1 line> Вроде ошибок нету ..но я всё равно безпокоюсь =) так должно быть?я просто ток начинаю..учусь.. |
я когда всё это сделал
Quote 1) Достаем сырци мангоса и scriptdev2. Чтобы скачать сырци мангоса используем GIT. Выбираем на Вашем ПК любую папку и клацаем на ней ПКМ(правой кнопкой мыши) потом выбираем Git Bash Here После этого прописываем в новом окне следующее: git clone git://github.com/mangos/mangos.git и нажемаем ENTER. После чего у Вас скачаются сырци мангоса в папку (папка на которую клацали ПКМ)/mangos. У меня уже скачаны сырци в папку mangos. Теперь качаем ScriptDev2, с помошью Tortoise SVN. Создаем папку с названием ScriptDev2, и клацаем на нее ПКМ и выбираем SVN Checkout. После чего прописываем в строке адреса следущее http://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ , нажимаем ОК и ждем завершения процесса! И так скачали сорци, теперь пачкаем мангос
[blizz]™POcKåP™[/blizz]
[blizz]Cоздаю сервера , сайты, помогаю с настройкой (не бесплатно:))[/blizz]
Сообщение # 147 написано 22.09.2010 в 20:33
|
Juline, спс за урок
Сообщение # 150 написано 06.10.2010 в 06:12
|
| |||