Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Compiling Error Ascent 

Newbie Spellweaver
Joined
Nov 22, 2007
Messages
20
Reaction score
0
I dont know why but when I go to compile my scripts I get a error saying this..

Code:
1>------ Build started: Project: LUAScripting, Configuration: Release Win32 ------
2>------ Build started: Project: ServerStatusPlugin, Configuration: Release Win32 ------
2>Linking...
1>Linking...
2>LINK : warning [U]LNK4224[/U]: /OPT:NOWIN98 is no longer supported;  ignored
1>LINK : fatal error [U]LNK1181[/U]: cannot open input file 'ascent-world.lib'
2>LINK : fatal error [U]LNK1181[/U]: cannot open input file 'ascent-world.lib'
1>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_LUAScripting\BuildLog.htm"
2>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_statusplugin\BuildLog.htm"
1>LUAScripting - 1 error(s), 0 warning(s)
2>ServerStatusPlugin - 1 error(s), 1 warning(s)
3>------ Build started: Project: GossipScripts, Configuration: Release Win32 ------
3>Linking...
3>LINK : [U]warning LNK4224:[/U] /OPT:NOWIN98 is no longer supported;  ignored
3>LINK : [U]fatal error LNK1181[/U]: cannot open input file 'ascent-world.lib'
3>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_gossipscripts\BuildLog.htm"
3>GossipScripts - 1 error(s), 1 warning(s)
4>------ Build started: Project: SpellHandlers, Configuration: Release Win32 ------
4>Linking...
4>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
4>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
4>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_spellhandlers\BuildLog.htm"
4>SpellHandlers - 1 error(s), 1 warning(s)
5>------ Build started: Project: InstanceScripts, Configuration: Release Win32 ------
5>Linking...
5>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
5>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
5>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_instancescripts\BuildLog.htm"
5>InstanceScripts - 1 error(s), 1 warning(s)
6>------ Build started: Project: AspireScripts, Configuration: Release Win32 ------
6>Linking...
6>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
6>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
6>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_AspireScripts\BuildLog.htm"
6>AspireScripts - 1 error(s), 1 warning(s)
========== Build: 0 succeeded, 6 failed, 0 up-to-date, 0 skipped ==========

Same thing happened to me when I tried to compile my GlobalNPC.. Anyone know what I can do to fix that LNK stuff?
 
Newbie Spellweaver
Joined
Mar 7, 2008
Messages
95
Reaction score
0
u did not add the libraries that came with the source. to your program
 
Newbie Spellweaver
Joined
Jul 31, 2008
Messages
8
Reaction score
0
As I compiled the bookshelves, esque ami gives me this error, and nose as acerlo.

Code:
LINK : fatal error LNK1104: no se puede abrir el archivo 'arcemu-world.lib'

Please Help!!!
 
Experienced Elementalist
Joined
Sep 5, 2006
Messages
284
Reaction score
0
I still get the following error and i did copy those files and readed that readme.txt and still...


PHP:
1>------ Build started: Project: arcemu-shared, Configuration: Release Win32 ------
1>Extracting SVN revision...
1>The system cannot find the path specified.
1>'Ascent' is not recognized as an internal or external command,
1>operable program or batch file.
1>'RevisionExtractor.exe' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0019: A tool returned an error code from "Extracting SVN revision..."
1>Build log was saved at "file://h:\World of Warcraft Server Software\Mangos & Ascent ( SVN )\Ascent\ArcEmu New SVN\trunk\win\VC80\arcemu-shared___Win32_Release\BuildLog.htm"
1>arcemu-shared - 1 error(s), 0 warning(s)
2>------ Build started: Project: arcemu-world, Configuration: Release Win32 ------
3>------ Build started: Project: arcemu-logonserver, Configuration: Release Win32 ------
3>Compiling...
2>Compiling...
3>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
3>LogonStdAfx.cpp
2>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
2>StdAfx.cpp
3>Compiling...
3>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
3>Main.cpp
3>..\..\src\arcemu-logonserver\Main.cpp(22) : fatal error C1083: Cannot open include file: 'svn_revision.h': No such file or directory
3>AccountCache.cpp
3>AutoPatcher.cpp
3>AuthSocket.cpp
3>LogonOpcodes.cpp
3>LogonCommServer.cpp
3>Build log was saved at "file://h:\World of Warcraft Server Software\Mangos & Ascent ( SVN )\Ascent\ArcEmu New SVN\trunk\win\VC80\arcemu-logonserver___Win32_Release\BuildLog.htm"
3>arcemu-logonserver - 1 error(s), 2 warning(s
 
Back
Top