How to setup the REAL MaNGOS ;) menu

User Tag List

Page 9 of 11 FirstFirst ... 567891011 LastLast
Results 121 to 135 of 161
  1. #121
    assface's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice this looks good, keep up the good work

    How to setup the REAL MaNGOS ;)
  2. #122
    certa0's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +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 11:39 AM.

  3. #123
    crazymonk's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  4. #124
    Darksoul1337's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  5. #125
    valvebg's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    work maybe

  6. #126
    valvebg's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good mangos

  7. #127
    valvebg's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry i can't help you

  8. #128
    valvebg's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry man

  9. #129
    valvebg's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ddddddddddddddddddddddddd

  10. #130
    hackah's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good tut. and very precise. +rep

  11. #131
    banditkiller11's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey i dont really get it can u help me step by step?? i have MSN or anyone can help me! its [email protected]

  12. #132
    angryfiretruck's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  13. #133
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    MaNGOS has changed to git so this guide should be updated. For an up to date guide, read this:
    MaNGOS: the open source MMORPG server

  14. #134
    Taurous's Avatar Member
    Reputation
    5
    Join Date
    Nov 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 01:08 AM. Reason: Adding something in.

  15. #135
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Because this guide is outdated. MaNGOS has changed to git. Read the post above yours!

Page 9 of 11 FirstFirst ... 567891011 LastLast

Similar Threads

  1. [Story] How Ozzy Osbourne(the real one) became my fan.
    By [Ban Hammer] in forum Community Chat
    Replies: 9
    Last Post: 06-25-2009, 02:19 PM
  2. [Guide] How to add the REAL frostmourne!
    By ReppzYouTube in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 02-16-2009, 10:06 AM
  3. Hey does anyone know how to setup the player map in.........
    By PRIMO12 in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 01-08-2008, 04:06 AM
All times are GMT -5. The time now is 01:20 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search