2d's Simple guide to compile ascent [Pics included] menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when compiling scripts folder i get this, does it mean it failed?

    Code:
    ------ Build started: Project: ServerStatusPlugin, Configuration: Debug Win32 ------
    Compiling...
    ServerStatusPlugin.cpp
    Compiling manifest to resources...
    Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    Copyright (C) Microsoft Corporation. All rights reserved.
    Linking...
    LINK : fatal error LNK1104: cannot open file 'ascent-world.lib'
    Build log was saved at "file://c:Documents and SettingsWolverineDesktopUn-compiled Ascent'srcscriptsprojects2008_int_debug_statuspluginBuildLog.htm"
    ServerStatusPlugin - 1 error(s), 0 warning(s)
    ------ Build started: Project: GossipScripts, Configuration: Debug Win32 ------
    Compiling...
    Setup.cpp
    Gossip_Innkeepers.cpp
    GuardGossip.cpp
    Generating Code...
    Compiling manifest to resources...
    Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    Copyright (C) Microsoft Corporation. All rights reserved.
    Linking...
    LINK : fatal error LNK1104: cannot open file 'ascent-world.lib'
    Build log was saved at "file://c:Documents and SettingsWolverineDesktopUn-compiled Ascent'srcscriptsprojects2008_int_debug_gossipscriptsBuildLog.htm"
    GossipScripts - 1 error(s), 0 warning(s)
    ------ Build started: Project: SpellHandlers, Configuration: Debug Win32 ------
    Compiling...
    Setup.cpp
    HunterSpells.cpp
    ItemSpells_1.cpp
    MageSpells.cpp
    PaladinSpells.cpp
    RogueSpells.cpp
    ShamanSpells.cpp
    WarlockSpells.cpp
    WarriorSpells.cpp
    Generating Code...
    Compiling manifest to resources...
    Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    Copyright (C) Microsoft Corporation. All rights reserved.
    Linking...
    LINK : fatal error LNK1104: cannot open file 'ascent-world.lib'
    Build log was saved at "file://c:Documents and SettingsWolverineDesktopUn-compiled Ascent'srcscriptsprojects2008_int_debug_spellhandlersBuildLog.htm"
    SpellHandlers - 1 error(s), 0 warning(s)
    ------ Build started: Project: InstanceScripts, Configuration: Debug Win32 ------
    Compiling...
    Setup.cpp
    Instance_Deadmines.cpp
    Raid_BlackwingLair.cpp
    Raid_MoltenCore.cpp
    Raid_Naxxramas.cpp
    Raid_OnyxiasLair.cpp
    Raid_ZulGurub.cpp
    Generating Code...
    Compiling manifest to resources...
    Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    Copyright (C) Microsoft Corporation. All rights reserved.
    Linking...
    LINK : fatal error LNK1104: cannot open file 'ascent-world.lib'
    Build log was saved at "file://c:Documents and SettingsWolverineDesktopUn-compiled Ascent'srcscriptsprojects2008_int_debug_instancescriptsBuildLog.htm"
    InstanceScripts - 1 error(s), 0 warning(s)
    ------ Build started: Project: LUAScripting, Configuration: Debug Win32 ------
    Compiling...
    LUAEngine.cpp
    Compiling...
    lapi.c
    lauxlib.c
    lbaselib.c
    lcode.c
    ldblib.c
    ldebug.c
    ldo.c
    ldump.c
    lfunc.c
    lgc.c
    linit.c
    liolib.c
    llex.c
    lmathlib.c
    lmem.c
    loadlib.c
    lobject.c
    lopcodes.c
    loslib.c
    lparser.c
    Generating Code...
    Compiling...
    lstate.c
    lstring.c
    lstrlib.c
    ltable.c
    ltablib.c
    ltm.c
    lundump.c
    lvm.c
    lzio.c
    print.c
    Generating Code...
    Compiling manifest to resources...
    Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    Copyright (C) Microsoft Corporation. All rights reserved.
    Linking...
    LINK : fatal error LNK1104: cannot open file 'ascent-world.lib'
    Build log was saved at "file://c:Documents and SettingsWolverineDesktopUn-compiled Ascent'srcscriptsprojects2008_int_debug_LUAScriptingBuildLog.htm"
    LUAScripting - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========
    
    Last edited by Wolverine77; 06-10-2008 at 02:00 PM.

    2d's Simple guide to compile ascent [Pics included]
  2. #17
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to of had ascent already compiled.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #18
    Crimzin2007's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    'm having some difficulty using Microsoft Visual C++ 2008.

    It's skipping constantly, maybe it's because I'm not familiar with the program but I put everything where it is supposed to be. No problems whatsoever. Double-Click VC90solution in the windows libraries and get ready to compile for x64 / release and it says....

    Code:
      1>------ Skipped Build: Project: pcre ------
    1> 
    2>------ Skipped Build: Project: zlib ------
    2> 
    ========== Build: 0 succeeded or up-to-date, 0 failed, 2 skipped ==========
    I posted this originally on SecterSevens guide. Maybe you would know of a possible solution for it? I get the same problem when I try to compile the server... 5 skipped.

  4. #19
    ardtard76's Avatar Member
    Reputation
    18
    Join Date
    Sep 2007
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now i havnt done much with server emulation so dont flame me for being retarded. What does compiling your own ascent do. I've heard of repacks which my friend said are the easiest. If so what is the difference?

    EDIT: Also, does this work for Vista?

  5. #20
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im totaly lost, been trying to get my howling repack public for a week, I can get it on Hamachi, was told to recompile, but dont understand how :confused: it seems to compile, but not sure what todo with the files.

  6. #21
    Royalaty's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    298
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1>------ Build started: Project: ascent-shared, Configuration: Debug Win32 ------
    1>Extracting SVN revision...
    1>SVN Revision Extractor
    1>Written by Burlex, 2008/02/20
    1>Branch: 4.4-TRUNK
    1>Revision found: 4628
    1>Opening existing file...
    1>Revisions match exiting file. Skipping.
    1>Compiling...
    1>CreateInterface.cpp
    1>Sha1.cpp
    1>..\..\src\ascent-shared\Database\CreateInterface.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>..\..\src\ascent-shared\Auth\Sha1.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>c:\documents and settings\lords\desktop\nublaa\src\ascent-shared\database\MySQLDatabase.h(4) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    1>MD5.cpp
    1>c:\documents and settings\lords\desktop\nublaa\src\ascent-shared\auth\Sha1.h(25) : fatal error C1083: Cannot open include file: 'openssl/sha.h': No such file or directory
    1>BigNumber.cpp
    1>..\..\src\ascent-shared\Auth\MD5.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>..\..\src\ascent-shared\Auth\BigNumber.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>c:\documents and settings\lords\desktop\nublaa\src\ascent-shared\auth\MD5.h(24) : fatal error C1083: Cannot open include file: 'openssl/md5.h': No such file or directory
    1>MySQLDatabase.cpp
    1>..\..\src\ascent-shared\Database\MySQLDatabase.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>..\..\src\ascent-shared\Auth\BigNumber.cpp(21) : fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
    1>c:\documents and settings\lords\desktop\nublaa\src\ascent-shared\database\MySQLDatabase.h(4) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    1>DBCStores.cpp
    1>DBC.cpp
    1>..\..\src\ascent-shared\Database\DBCStores.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>..\..\src\ascent-shared\Database\DBC.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>..\..\src\ascent-shared\Database\DBC.cpp(245) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    1>dbcfile.cpp
    1>..\..\src\ascent-shared\Database\dbcfile.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>..\..\src\ascent-shared\Database\DBCStores.cpp(161) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    1>Database.cpp
    1>..\..\src\ascent-shared\Database\Database.cpp : error C2471: cannot update program database 'c:\documents and settings\lords\desktop\nublaa\win\vc90\ascent-shared___win32_debug\vc90.pdb'
    1>..\..\src\ascent-shared\Database\dbcfile.cpp(174) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    1>..\..\src\ascent-shared\Database\Database.cpp(395) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    1>Build log was saved at "file://c:\Documents and Settings\Lords\Desktop\nublaa\win\VC90\ascent-shared___Win32_Debug\BuildLog.htm"
    1>ascent-shared - 18 error(s), 0 warning(s)
    2>------ Build started: Project: ascent-logonserver, Configuration: Debug Win32 ------
    3>------ Build started: Project: ascent-realmserver, Configuration: Debug Win32 ------
    2>Compiling...
    3>Compiling...
    3>RStdAfx.cpp
    2>LogonStdAfx.cpp
    3>c:\documents and settings\lords\desktop\nublaa\src\ascent-realmserver\RStdAfx.h(40) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    3>Build log was saved at "file://c:\Documents and Settings\Lords\Desktop\nublaa\win\VC90\ascent-realmserver___Win32_Debug\BuildLog.htm"
    3>ascent-realmserver - 1 error(s), 0 warning(s)
    2>c:\documents and settings\lords\desktop\nublaa\src\ascent-logonserver\LogonStdAfx.h(36) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    2>Build log was saved at "file://c:\Documents and Settings\Lords\Desktop\nublaa\win\VC90\ascent-logonserver___Win32_Debug\BuildLog.htm"
    2>ascent-logonserver - 1 error(s), 0 warning(s)
    4>------ Build started: Project: ascent-world, Configuration: Debug Win32 ------
    4>Compiling...
    4>StdAfx.cpp
    4>c:\documents and settings\lords\desktop\nublaa\src\ascent-world\StdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    4>Build log was saved at "file://c:\Documents and Settings\Lords\Desktop\nublaa\win\VC90\ascent-world___Win32_Debug\BuildLog.htm"
    4>ascent-world - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 4 failed, 1 up-to-date, 0 skipped ==========

  7. #22
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    open the README(WINDOWS).txt and follow what it says in there
    If you need me you have my skype, if you don't have my skype then you don't need me.

  8. #23
    Royalaty's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    298
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where i can download allredy latest compile core files? Just need replace! ?
    Any know?

  9. #24
    Brootus32's Avatar Member
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just love how friendly everyone is.... you should have done this.... you should have done that..... you're and idiot.....

    Give me a freaken break..... take 2 seconds and help these people.

  10. #25
    ccoa's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, not sure if you noticed this but as I was installing Visual C++ 2008 I saw that it had went ahead and installed .NET Framework v3.5.

  11. #26
    SpookyMan92's Avatar Member
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the guide. Well, mainly how to get the ascent sorce code. It's free to edit right?

  12. #27
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide +rep

  13. #28
    redarr0's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    1>------ Build started: Project: ascent-shared, Configuration: Debug Win32 ------
    2>------ Build started: Project: ascent-voicechat, Configuration: Debug Win32 ------
    2>Compiling...
    1>Extracting SVN revision...
    1>SVN Revision Extractor
    1>Written by Burlex, 2008/02/20
    1>Branch: 4.4-TRUNK
    1>Revision found: 4628
    1>Opening existing file...
    1>Writing output file...
    1>Output file written. Exiting cleanly.
    1>Compiling...
    2>voice_socket.c
    2>voice_channel.c
    1>CreateInterface.cpp
    1>Log.cpp
    2>network_win32.c
    2>network_unixselect.c
    2>network_handlers.c
    2>log.c
    2>launcher.c
    2>configfile.c
    2>ascent_socket.c
    1>d:documents and settingsapdesktopun-compiled ascentsrcascent-shareddatabaseMySQLDatabase.h(4) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    1>Util.cpp
    2>Linking...
    1>StackWalker.cpp
    1>MersenneTwister.cpp
    2>Embedding manifest...
    1>MemoryLeaks.cpp
    2>Build log was saved at "file://d:Documents and SettingsAPDesktopUn-compiled AscentwinVC90ascent-voicechat__2008_debugBuildLog.htm"
    2>ascent-voicechat - 0 error(s), 0 warning(s)
    1>CrashHandler.cpp
    1>CallBack.cpp
    1>ascent_getopt.cpp
    1>ThreadPool.cpp
    1>Mutex.cpp
    1>CThreads.cpp
    1>SocketWin32.cpp
    1>Soc****psWin32.cpp
    1>SocketMgrWin32.cpp
    1>Socket.cpp
    1>CircularBuffer.cpp
    1>WowCrypt.cpp
    1>Sha1.cpp
    1>d:documents and settingsapdesktopun-compiled ascentsrcascent-sharedauthSha1.h(25) : fatal error C1083: Cannot open include file: 'openssl/sha.h': No such file or directory
    1>MD5.cpp
    1>d:documents and settingsapdesktopun-compiled ascentsrcascent-sharedauthMD5.h(24) : fatal error C1083: Cannot open include file: 'openssl/md5.h': No such file or directory
    1>crc32.cpp
    1>BigNumber.cpp
    1>Config.cpp
    1>....srcascent-sharedAuthBigNumber.cpp(21) : fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
    1>SQLiteDatabase.cpp
    1>PostgresDatabase.cpp
    1>MySQLDatabase.cpp
    1>DBCStores.cpp
    1>d:documents and settingsapdesktopun-compiled ascentsrcascent-shareddatabaseMySQLDatabase.h(4) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    1>DBC.cpp
    1>dbcfile.cpp
    1>Database.cpp
    1>Build log was saved at "file://d:Documents and SettingsAPDesktopUn-compiled AscentwinVC90ascent-shared___Win32_DebugBuildLog.htm"
    1>ascent-shared - 5 error(s), 0 warning(s)
    3>------ Build started: Project: ascent-logonserver, Configuration: Debug Win32 ------
    4>------ Build started: Project: ascent-realmserver, Configuration: Debug Win32 ------
    4>Compiling...
    3>Compiling...
    4>RStdAfx.cpp
    3>LogonStdAfx.cpp
    3>d:documents and settingsapdesktopun-compiled ascentsrcascent-logonserverLogonStdAfx.h(36) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    3>Build log was saved at "file://d:Documents and SettingsAPDesktopUn-compiled AscentwinVC90ascent-logonserver___Win32_DebugBuildLog.htm"
    3>ascent-logonserver - 1 error(s), 0 warning(s)
    4>d:documents and settingsapdesktopun-compiled ascentsrcascent-realmserverRStdAfx.h(40) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    4>Build log was saved at "file://d:Documents and SettingsAPDesktopUn-compiled AscentwinVC90ascent-realmserver___Win32_DebugBuildLog.htm"
    4>ascent-realmserver - 1 error(s), 0 warning(s)
    5>------ Build started: Project: ascent-world, Configuration: Debug Win32 ------
    5>Compiling...
    5>StdAfx.cpp
    5>d:documents and settingsapdesktopun-compiled ascentsrcascent-worldStdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    5>Build log was saved at "file://d:Documents and SettingsAPDesktopUn-compiled AscentwinVC90ascent-world___Win32_DebugBuildLog.htm"
    5>ascent-world - 1 error(s), 0 warning(s)
    ========== Build: 1 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========

  14. #29
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go into the extras folder and go in the ascent-library files and check the readme
    If you need me you have my skype, if you don't have my skype then you don't need me.

  15. #30
    Emuchild's Avatar Member
    Reputation
    56
    Join Date
    Oct 2007
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was "building" AscentVC90 and at the end I got
    ========== Build: 4 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
    Do I go on or what?

    Thanks for the guide BTW.
    Tired of proxies not working or timing out?
    TEST THEM BEFORE YOU USE THEM!
    https://www.mmowned.com/forums/general-programs/246775-testmyproxies.html :wave:

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Guide]How To Compile Ascent
    By SectorSeven in forum WoW EMU Guides & Tutorials
    Replies: 144
    Last Post: 12-19-2008, 02:37 PM
  2. [Video Guide] Compiling ascent + Required files
    By 2dgreengiant in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 10-12-2008, 04:00 PM
  3. Guide compiling Ascent for windows
    By hardcore in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 01-09-2008, 09:53 PM
  4. Guide: How to Compile Ascent yourself! [With photos]
    By Skaren in forum WoW EMU Guides & Tutorials
    Replies: 33
    Last Post: 01-08-2008, 08:18 PM
  5. Alliance Guides AIO - Compiled into PDF's
    By firezip in forum World of Warcraft Guides
    Replies: 4
    Last Post: 06-16-2007, 01:38 PM
All times are GMT -5. The time now is 09:38 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search