Network: WoW Gold | WoW Accounts | MPS Games | FPSowned
MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides
Homepage »      Register »      Hall of Fame »      Ranks And Awards »      Advertise »      Marketplace »
 
Sign up



Do you like this excellent information? Then Donate HERE to remove ads and support the MMOwned community.


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides > Mangos Guides

Mangos Guides This section is for WoW emulated server, Mangos guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
  #121  
Old 10-07-2008
assface is offline.
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
Reply With Quote


Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.

  #122  
Old 10-21-2008
certa0 is offline.
New User
  
 
Join Date: Oct 2008
Posts: 2
Reputation: 1
Points: 184, Level: 1
Points: 184, Level: 1 Points: 184, Level: 1 Points: 184, Level: 1
Level up: 46%, 216 Points needed
Level up: 46% Level up: 46% Level up: 46%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
+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.
Reply With Quote
  #123  
Old 10-25-2008
crazymonk is offline.
New User
  
 
Join Date: Oct 2007
Posts: 53
Reputation: 2
Points: 513, Level: 1
Points: 513, Level: 1 Points: 513, Level: 1 Points: 513, Level: 1
Level up: 23%, 387 Points needed
Level up: 23% Level up: 23% Level up: 23%
Activity: 0.4%
Activity: 0.4% Activity: 0.4% Activity: 0.4%

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.
Reply With Quote
  #124  
Old 10-26-2008
Darksoul1337 is offline.
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?
Reply With Quote
  #125  
Old 10-27-2008
valvebg is offline.
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
Points: 391, Level: 1
Points: 391, Level: 1 Points: 391, Level: 1 Points: 391, Level: 1
Level up: 98%, 9 Points needed
Level up: 98% Level up: 98% Level up: 98%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
work maybe
Reply With Quote
  #126  
Old 10-27-2008
valvebg is offline.
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
Points: 391, Level: 1
Points: 391, Level: 1 Points: 391, Level: 1 Points: 391, Level: 1
Level up: 98%, 9 Points needed
Level up: 98% Level up: 98% Level up: 98%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
good mangos
Reply With Quote
  #127  
Old 10-27-2008
valvebg is offline.
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
Points: 391, Level: 1
Points: 391, Level: 1 Points: 391, Level: 1 Points: 391, Level: 1
Level up: 98%, 9 Points needed
Level up: 98% Level up: 98% Level up: 98%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
sorry i can't help you
Reply With Quote
  #128  
Old 10-27-2008
valvebg is offline.
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
Points: 391, Level: 1
Points: 391, Level: 1 Points: 391, Level: 1 Points: 391, Level: 1
Level up: 98%, 9 Points needed
Level up: 98% Level up: 98% Level up: 98%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
sorry man
Reply With Quote
  #129  
Old 10-27-2008
valvebg is offline.
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
Points: 391, Level: 1
Points: 391, Level: 1 Points: 391, Level: 1 Points: 391, Level: 1
Level up: 98%, 9 Points needed
Level up: 98% Level up: 98% Level up: 98%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
ddddddddddddddddddddddddd
Reply With Quote
  #130  
Old 10-27-2008
hackah is offline.
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
Reply With Quote
  #131  
Old 11-04-2008
banditkiller11 is offline.
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
Hey i dont really get it can u help me step by step?? i have MSN or anyone can help me! its [Only registered and activated users can see links. ]
Reply With Quote
  #132  
Old 11-05-2008
angryfiretruck is offline.
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?
Reply With Quote
  #133  
Old 11-07-2008
Dythzer is offline.
Contributor
  
 
Join Date: May 2008
Location: Europe
Posts: 463
Reputation: 266
Points: 2,965, Level: 5
Points: 2,965, Level: 5 Points: 2,965, Level: 5 Points: 2,965, Level: 5
Level up: 21%, 635 Points needed
Level up: 21% Level up: 21% Level up: 21%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
MaNGOS has changed to git so this guide should be updated. For an up to date guide, read this:
[Only registered and activated users can see links. ]
Reply With Quote
  #134  
Old 11-08-2008
Taurous is offline.
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.
Reply With Quote
  #135  
Old 11-08-2008
Dythzer is offline.
Contributor
  
 
Join Date: May 2008
Location: Europe
Posts: 463
Reputation: 266
Points: 2,965, Level: 5
Points: 2,965, Level: 5 Points: 2,965, Level: 5 Points: 2,965, Level: 5
Level up: 21%, 635 Points needed
Level up: 21% Level up: 21% Level up: 21%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Because this guide is outdated. MaNGOS has changed to git. Read the post above yours!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



All times are GMT -4. The time now is 02:52 AM.




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492