Aspire core compile ERROR! menu

Shout-Out

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Aspire core compile ERROR!

    here is the WHOLE thing

    Code:
    1>------ Build started: Project: hearthstone-shared, Configuration: Release Win32 ------
    2>------ Build started: Project: hearthstone-voicechat, Configuration: Release Win32 ------
    2>Compiling...
    1>Extracting SVN revision...
    2>voice_socket.c
    1>SVN Revision Extractor
    1>Revision found: 1298
    1>Opening existing file...
    1>Writing output file...
    1>Output file written. Exiting cleanly.
    1>Compiling...
    1>Database.cpp
    2>voice_channel.c
    2>network_win32.c
    2>network_unixselect.c
    2>network_handlers.c
    2>log.c
    2>launcher.c
    2>configfile.c
    2>hearthstone_socket.c
    2>Generating Code...
    1>c:\Users\Billy\Desktop\Aspirecore\trunk\src\hearthstone-shared\Database/Database.h(26) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    2>Linking...
    1>BufferPool.cpp
    2>Embedding manifest...
    1>Vector4.cpp
    2>Build log was saved at "file://c:\Users\Billy\Desktop\Aspirecore\trunk\win\VC90\hearthstone-voicechat__2008_release\BuildLog.htm"
    2>hearthstone-voicechat - 0 error(s), 0 warning(s)
    1>Vector3.cpp
    1>Triangle.cpp
    1>System.cpp
    1>Plane.cpp
    1>Matrix3.cpp
    1>format.cpp
    1>Crypto.cpp
    1>Box.cpp
    1>AABox.cpp
    1>VMapManager.cpp
    1>TreeNode.cpp
    1>TileAssembler.cpp
    1>SubModel.cpp
    1>ModelContainer.cpp
    1>ManagedModelContainer.cpp
    1>CoordModelMapping.cpp
    1>BaseModel.cpp
    1>Compiling...
    1>Interface.cpp
    1>Log.cpp
    1>Util.cpp
    1>StackWalker.cpp
    1>MersenneTwister.cpp
    1>MemoryLeaks.cpp
    1>hearthstone_getopt.cpp
    1>CrashHandler.cpp
    1>CallBack.cpp
    1>ThreadPool.cpp
    1>Mutex.cpp
    1>SocketWin32.cpp
    1>Soc****psWin32.cpp
    1>SocketMgrWin32.cpp
    1>Socket.cpp
    1>CircularBuffer.cpp
    1>WowCrypt.cpp
    1>Sha1.cpp
    1>c:\users\billy\desktop\aspirecore\trunk\src\hearthstone-shared\auth\Sha1.h(25) : fatal error C1083: Cannot open include file: 'openssl/sha.h': No such file or directory
    1>MD5.cpp
    1>c:\users\billy\desktop\aspirecore\trunk\src\hearthstone-shared\auth\MD5.h(24) : fatal error C1083: Cannot open include file: 'openssl/md5.h': No such file or directory
    1>hashmap.cpp
    1>Compiling...
    1>crc32.cpp
    1>BigNumber.cpp
    1>..\..\src\hearthstone-shared\Auth\BigNumber.cpp(21) : fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
    1>Config.cpp
    1>DBCStores.cpp
    1>DBC.cpp
    1>dbcfile.cpp
    1>Build log was saved at "file://c:\Users\Billy\Desktop\Aspirecore\trunk\win\VC90\hearthstone-shared___Win32_Release\BuildLog.htm"
    1>hearthstone-shared - 4 error(s), 0 warning(s)
    3>------ Build started: Project: hearthstone-logonserver, Configuration: Release Win32 ------
    4>------ Build started: Project: hearthstone-realmserver, Configuration: Release Win32 ------
    3>Compiling...
    4>Compiling...
    3>LogonStdAfx.cpp
    4>RStdAfx.cpp
    3>c:\Users\Billy\Desktop\Aspirecore\trunk\src\hearthstone-shared\Database/Database.h(26) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    4>c:\Users\Billy\Desktop\Aspirecore\trunk\src\hearthstone-shared\Database/Database.h(26) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    4>Build log was saved at "file://c:\Users\Billy\Desktop\Aspirecore\trunk\win\VC90\hearthstone-realmserver___Win32_Release\BuildLog.htm"
    3>Build log was saved at "file://c:\Users\Billy\Desktop\Aspirecore\trunk\win\VC90\hearthstone-logonserver___Win32_Release\BuildLog.htm"
    3>hearthstone-logonserver - 1 error(s), 0 warning(s)
    4>hearthstone-realmserver - 1 error(s), 0 warning(s)
    5>------ Build started: Project: hearthstone-world, Configuration: Release Win32 ------
    5>Compiling...
    5>StdAfx.cpp
    5>c:\Users\Billy\Desktop\Aspirecore\trunk\src\hearthstone-shared\Database/Database.h(26) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    5>Build log was saved at "file://c:\Users\Billy\Desktop\Aspirecore\trunk\win\VC90\hearthstone-world___Win32_Release\BuildLog.htm"
    5>hearthstone-world - 1 error(s), 0 warning(s)
    ========== Build: 1 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========
    as you see there are alot of errors.

    Aspire core compile ERROR!
  2. #2
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just reextract it from the SVN and then try to build again, make sure you delete the old compilation
    oh and make sure its set to Release not debug

  3. #3
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok will do it again, ill tell you if it works, and it was set as release :P

  4. #4
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, yea i have had same problem, i just re extracted it and it went well. if not ill build one for you.

  5. #5
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ummm i used the ascent libs... are those the right ones? thats what the guide said to use

  6. #6
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol... when you get it through there SVN, it gives you everything you need.

  7. #7
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NEVERMIND! i found it
    Last edited by lilbdiablo12; 04-13-2009 at 07:29 PM.

  8. #8
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    kk good luck, if you still need the core, ill send

  9. #9
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like your missing the libraries. Have you fixed it?


  10. #10
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Performer View Post
    Looks like your missing the libraries. Have you fixed it?
    Dont mean to thread jack, but whats up preformer, you still soloing dev :P

  11. #11
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have found them, i am redoing it, give me time and ill post an update

  12. #12
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay. And nah i own a server now :P


  13. #13
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah its still giving me the mysql doesnt exsist, well the filepath

    Performer do you have a yahoo or a MSN?
    Code:
    1>c:\users\billy\desktop\hearthcore\src\hearthstone-shared\auth\Sha1.h(25) : fatal error C1083: Cannot open include file: 'openssl/sha.h': No such file or directory
    1>MD5.cpp
    1>c:\users\billy\desktop\hearthcore\src\hearthstone-shared\auth\MD5.h(24) : fatal error C1083: Cannot open include file: 'openssl/md5.h': No such file or directory
    that too.....
    Last edited by lilbdiablo12; 04-13-2009 at 07:44 PM.

  14. #14
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rite, have you installed ascent-windows-libraries?


  15. #15
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Performer View Post
    Rite, have you installed ascent-windows-libraries?
    Oh yea lol, for to mention the windows libraries :S sorry, well congrats performer on the server, and atleast we cut the errors way down :P

Page 1 of 3 123 LastLast

Similar Threads

  1. {Aspire} Hearthstone Core Edit Error
    By insignia96 in forum Programming
    Replies: 3
    Last Post: 01-20-2009, 07:16 PM
  2. [Guide] How To Compile a Aspire Core WoW Server!
    By XC4T4LY5TX in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-05-2008, 07:59 AM
  3. Compiling errors {help plz lol}
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 30
    Last Post: 02-19-2008, 09:44 PM
  4. [Questions] Change Log Location and Compile Error
    By SectorSeven in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 01-08-2008, 11:19 PM
  5. [HELP] Ascent Compiling Error.
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 23
    Last Post: 12-10-2007, 12:53 AM
All times are GMT -5. The time now is 11:22 AM. 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