| | Mangos Guides This section is for WoW emulated server, Mangos guides. [NO QUESTIONS HERE] |  | | 
10-07-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Oct 2008
Posts: 5
Reputation: 3 | | | nice this looks good, keep up the good work | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
10-21-2008
| | New User | | | Join Date: Oct 2008
Posts: 2
Reputation: 1 Level up: 46%, 216 Points needed | | | | +rep for this, but right now I'm running my server 3.0.2 9061, I would like to update to latest and compile my own, how would I do that, I mean you guys(not you in particular, just the repacks throughout this forums and the forums linking to here) are still way behind (e.g. rev. 8966) which I don't understand when I got a solid repack of a 3.0.2 9061 server... How would I compile a 3.0.3 9095 server?
Last edited by certa0; 10-21-2008 at 01:39 PM.
| 
10-25-2008
| | New User | | | Join Date: Oct 2007
Posts: 53
Reputation: 2 Level up: 23%, 387 Points needed |   | | I am having trouble compiling using your guide.
I am running windows XP and using VC80 (vc++ 2005 express).
Here are the errors I am getting (most appear to be linking errors): Code: 1>------ Build started: Project: ACE_Wrappers, Configuration: Debug Win32 ------
1>Linking...
1> Creating library ..\..\dep\lib\Win32_Debug\ACEd.lib and object ..\..\dep\lib\Win32_Debug\ACEd.exp
1>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)
1>Log_Msg_NT_Event_Log.obj : error LNK2001: unresolved external symbol __imp__RegCloseKey@4
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegCloseKey@4
1>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)
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegCreateKeyExA@36
1>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)
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA@20
1>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)
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegDeleteKeyA@8
1>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)
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegEnumKeyExA@32
1>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<char> &,enum ACE_Configuration::VALUETYPE &)" (?enumerate_values@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@HAAV?$ACE_String_Base@D@@AAW4VALUETYPE@ACE_Configuration@@@Z)
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegEnumValueA@32
1>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<char> const &)" (?set_string_value@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDABV?$ACE_String_Base@D@@@Z)
1>Log_Msg_NT_Event_Log.obj : error LNK2001: unresolved external symbol __imp__RegSetValueExA@24
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegSetValueExA@24
1>Configuration.obj : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function "public: virtual int __thiscall ACE_Configuration_Win32Registry::get_string_value(class ACE_Configuration_Section_Key const &,char const *,class ACE_String_Base<char> &)" (?get_string_value@ACE_Configuration_Win32Registry@@UAEHABVACE_Configuration_Section_Key@@PBDAAV?$ACE_String_Base@D@@@Z)
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegQueryValueExA@24
1>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)
1>Registry.obj : error LNK2001: unresolved external symbol __imp__RegDeleteValueA@8
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>NT_Service.obj : error LNK2019: unresolved external symbol __imp__CloseServiceHandle@4 referenced in function "public: virtual __thiscall ACE_NT_Service::~ACE_NT_Service(void)" (??1ACE_NT_Service@@UAE@XZ)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>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)
1>OS_NS_stdio.obj : error LNK2019: unresolved external symbol __imp__GetUserNameA@8 referenced in function "char * __cdecl ACE_OS::cuserid(char *,unsigned int)" (?cuserid@ACE_OS@@YAPADPADI@Z)
1>OS_NS_stdio.obj : error LNK2019: unresolved external symbol __imp__GetUserNameW@8 referenced in function "wchar_t * __cdecl ACE_OS::cuserid(wchar_t *,unsigned int)" (?cuserid@ACE_OS@@YAPA_WPA_WI@Z)
1>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)
1>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)
1>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)
1>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)
1>..\..\dep\lib\Win32_Debug\ACEd.dll : fatal error LNK1120: 37 unresolved externals
1>Build log was saved at "file://e:\Blizzard\World of Warcraft\dev\MaNGOS-Source\win\VC80\ace__Win32_Debug\BuildLog.htm"
1>ACE_Wrappers - 49 error(s), 0 warning(s)
2>------ Build started: Project: shared, Configuration: Debug Win32 ------
2>Extract SVN revision
2>Build log was saved at "file://e:\Blizzard\World of Warcraft\dev\MaNGOS-Source\win\VC80\shared__Win32_Debug\BuildLog.htm"
2>shared - 0 error(s), 0 warning(s)
3>------ Build started: Project: realmd, Configuration: Debug Win32 ------
3>Linking...
3>Embedding manifest...
3>Build log was saved at "file://e:\Blizzard\World of Warcraft\dev\MaNGOS-Source\win\VC80\realmd__Win32_Debug\BuildLog.htm"
3>realmd - 0 error(s), 0 warning(s)
4>------ Build started: Project: mangosd, Configuration: Debug Win32 ------
4>Linking...
4> Creating library .\mangosd__Win32_Debug\mangosd.lib and object .\mangosd__Win32_Debug\mangosd.exp
4>Embedding manifest...
4>Performing Post-Build Event...
4>..\..\dep\lib\Win32_Debug\dbghelp.dll
4>..\..\dep\lib\Win32_Debug\libeay32.dll
4>..\..\dep\lib\Win32_Debug\libmySQL.dll
4>..\..\dep\lib\Win32_Debug\vld.dll
4> 4 file(s) copied.
4>Build log was saved at "file://e:\Blizzard\World of Warcraft\dev\MaNGOS-Source\win\VC80\mangosd__Win32_Debug\BuildLog.htm"
4>mangosd - 0 error(s), 0 warning(s)
5>------ Build started: Project: script, Configuration: Debug Win32 ------
5>Linking...
5> Creating library .\script__Win32_Debug\MaNGOSScript.lib and object .\script__Win32_Debug\MaNGOSScript.exp
5>Embedding manifest...
5>Build log was saved at "file://e:\Blizzard\World of Warcraft\dev\MaNGOS-Source\win\VC80\script__Win32_Debug\BuildLog.htm"
5>script - 0 error(s), 0 warning(s)
========== Build: 4 succeeded, 1 failed, 7 up-to-date, 0 skipped ==========
As you can see, I am only having trouble building the ACE_Wrappers. Everything else completes as it should.
Any help as to where these link errors are coming from and how to fix them would be appreciated. | 
10-26-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Aug 2007
Posts: 2
Reputation: 1 | | | Im Unable to Compile Scriptdev2, Ive Tried Running it Under "Release" and It still Fails, Heres the Output From the Build.
" 1>------ Build started: Project: ScriptDev2, Configuration: Release Win32 ------ 1>Extracting Revision 1>c:\Users\Steve and Tyler\Desktop\MaNGOS-Source\src\bindings\scriptdev2\VC90>cd "C:\Users\Steve and Tyler\Desktop\MaNGOS-Source\src\bindings\scriptdev2\" 1>C:\Users\Steve and Tyler\Desktop\MaNGOS-Source\src\bindings\scriptdev2>"..\..\..\win\VC90\genrevision__Win32_Release\gen revision.exe" 1>The system cannot find the path specified. 1>C:\Users\Steve and Tyler\Desktop\MaNGOS-Source\src\bindings\scriptdev2>if errorlevel 1 goto VCReportError 1>C:\Users\Steve and Tyler\Desktop\MaNGOS-Source\src\bindings\scriptdev2>echo Project : error PRJ0019: A tool returned an error code from "Extracting Revision" 1>Project : error PRJ0019: A tool returned an error code from "Extracting Revision" 1>C:\Users\Steve and Tyler\Desktop\MaNGOS-Source\src\bindings\scriptdev2>exit 1 1>Build log was saved at "file://c:\Users\Steve and Tyler\Desktop\MaNGOS-Source\src\bindings\scriptdev2\VC90\ScriptDev2__Win32_Release\BuildLog.htm" 1>ScriptDev2 - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========" Help? | 
10-27-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Feb 2008 Location: Bulgaria
Posts: 23
Reputation: 1 Level up: 98%, 9 Points needed | | |  work maybe | 
10-27-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Feb 2008 Location: Bulgaria
Posts: 23
Reputation: 1 Level up: 98%, 9 Points needed | | | | good mangos | 
10-27-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Feb 2008 Location: Bulgaria
Posts: 23
Reputation: 1 Level up: 98%, 9 Points needed | | | | sorry i can't help you | 
10-27-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Feb 2008 Location: Bulgaria
Posts: 23
Reputation: 1 Level up: 98%, 9 Points needed | | | sorry man | 
10-27-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Feb 2008 Location: Bulgaria
Posts: 23
Reputation: 1 Level up: 98%, 9 Points needed | | | | ddddddddddddddddddddddddd | 
10-27-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Oct 2008
Posts: 4
Reputation: 1 | | | good tut. and very precise. +rep | 
11-04-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Sep 2008
Posts: 25
Reputation: 1 | | | | 
11-05-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Nov 2008
Posts: 7
Reputation: 1 | | ok i so just read through this whole thread and i think about three people have had the same error as i have been getting..... i get 3 succeeded and 9 failing, and in the log all it says over and over and over and over and over again is
fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
or
fatal error C1083: Cannot open include file: 'windows.h': No such file or directory  and nobody has really given a straightforward answer as to how to fix this.
anybody able to help a brotha out? | 
11-07-2008
| | Contributor | | | Join Date: May 2008 Location: Europe
Posts: 463
Reputation: 266 Level up: 21%, 635 Points needed | | | | | 
11-08-2008
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Nov 2008 Location: A Basement
Posts: 8
Reputation: 1 | | | When trying to compile the scriptdev2 thing. I get -
1>------ Build started: Project: ScriptDev2, Configuration: Debug Win32 ------
1>Extracting Revision
1>c:\Documents and Settings\Niki Huff\Desktop\MaNGOS-Source\src\bindings\scriptdev2\VC90>cd "C:\Documents and Settings\Niki Huff\Desktop\MaNGOS-Source\src\bindings\scriptdev2\"
1>C:\Documents and Settings\Niki Huff\Desktop\MaNGOS-Source\src\bindings\scriptdev2>"..\..\..\win\VC90\genrevision__Win32_Debug\genre vision.exe"
1>The system cannot find the path specified.
1>C:\Documents and Settings\Niki Huff\Desktop\MaNGOS-Source\src\bindings\scriptdev2>if errorlevel 1 goto VCReportError
1>C:\Documents and Settings\Niki Huff\Desktop\MaNGOS-Source\src\bindings\scriptdev2>echo Project : error PRJ0019: A tool returned an error code from "Extracting Revision"
1>Project : error PRJ0019: A tool returned an error code from "Extracting Revision"
1>C:\Documents and Settings\Niki Huff\Desktop\MaNGOS-Source\src\bindings\scriptdev2>exit 1
1>Build log was saved at "file://c:\Documents and Settings\Niki Huff\Desktop\MaNGOS-Source\src\bindings\scriptdev2\VC90\ScriptDev2__Win32_Debug\BuildLog.htm"
1>ScriptDev2 - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I have no idea how to fix this so any help would be appreciated.
I see that someone else has the same problem as I, now I have absolutely no computer skills. So do you guys know anything about this? Like a missing file or an incorrect file name? It says "1>The system cannot find the path specified."
Last edited by Taurous; 11-08-2008 at 02:08 AM.
Reason: Adding something in.
| 
11-08-2008
| | Contributor | | | Join Date: May 2008 Location: Europe
Posts: 463
Reputation: 266 Level up: 21%, 635 Points needed | | | | Because this guide is outdated. MaNGOS has changed to git. Read the post above yours! |  | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 02:52 AM. |