[Guide] How to compile TrinityCore, Start to Finish menu

User Tag List

Page 4 of 13 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 185
  1. #46
    samppaa's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get:

    Code:
    1>------ Build started: Project: shared, Configuration: Release Win32 ------
    1>Getting Version...
    1>Build log was saved at "file://d:\Trinity\win\VC90\shared__Win32_Release\BuildLog.htm"
    1>shared - 0 error(s), 0 warning(s)
    2>------ Build started: Project: game, Configuration: Release Win32 ------
    2>Compiling...
    2>WinCorePCH.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\src\server\game\PrecompiledHeaders\WinCorePCH.cpp': No such file or directory
    2>Build log was saved at "file://d:\Trinity\win\VC90\game__Win32_Release\BuildLog.htm"
    2>game - 1 error(s), 0 warning(s)
    3>------ Build started: Project: worldserver, Configuration: Release Win32 ------
    3>Linking...
    3>LINK : fatal error LNK1181: cannot open input file '.\game__win32_release\game.lib'
    3>Build log was saved at "file://d:\Trinity\win\VC90\worldserver__Win32_Release\BuildLog.htm"
    3>worldserver - 1 error(s), 0 warning(s)
    ========== Build: 1 succeeded, 2 failed, 7 up-to-date, 0 skipped ==========

    [Guide] How to compile TrinityCore, Start to Finish
  2. #47
    Grif's Avatar Banned
    Reputation
    191
    Join Date
    Sep 2007
    Posts
    584
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    I was under the impression that you only needed to restart VC++, not windows as a whole.
    I was getting few errors while compiling all the time until i did restart windows ;p i don't know for sure if its actually needed or not :<

  3. #48
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by samppaa View Post
    I get:

    Code:
    1>------ Build started: Project: shared, Configuration: Release Win32 ------
    1>Getting Version...
    1>Build log was saved at "file://d:\Trinity\win\VC90\shared__Win32_Release\BuildLog.htm"
    1>shared - 0 error(s), 0 warning(s)
    2>------ Build started: Project: game, Configuration: Release Win32 ------
    2>Compiling...
    2>WinCorePCH.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\src\server\game\PrecompiledHeaders\WinCorePCH.cpp': No such file or directory
    2>Build log was saved at "file://d:\Trinity\win\VC90\game__Win32_Release\BuildLog.htm"
    2>game - 1 error(s), 0 warning(s)
    3>------ Build started: Project: worldserver, Configuration: Release Win32 ------
    3>Linking...
    3>LINK : fatal error LNK1181: cannot open input file '.\game__win32_release\game.lib'
    3>Build log was saved at "file://d:\Trinity\win\VC90\worldserver__Win32_Release\BuildLog.htm"
    3>worldserver - 1 error(s), 0 warning(s)
    ========== Build: 1 succeeded, 2 failed, 7 up-to-date, 0 skipped ==========
    Looks like someone forgot to check for compilation before they commited.
    Just do an HG clone of the repo again and it should be fixed

  4. #49
    samppaa's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Problem solved I took the code for that file from their website and made them, works now!

  5. #50
    caboose13's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great guide easy to follow too and it explains everything very nicely, However I do have 1 problem. When I go to the link to get the TrinityCore Developement Libraries I get the usual 404 error "The requested URL /p/trinitycore/downloads/detail?name=development_libraries-x86.zip was not found on this server" I also get a blank page when I go to the link given for the TDB (https://trinitydb.googlecode.com/hg/full_db/)

    I have checked the other links you have given on Page 3, but I still get the same 404 error, I was wondering if there was another place to get these?

    Thanks

  6. #51
    samppaa's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is so many updates to the trinity DB I mean files what has larger number than 7900 do I seriously have to apply all there 30+ updates manually?

  7. #52
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by caboose13 View Post
    Great guide easy to follow too and it explains everything very nicely, However I do have 1 problem. When I go to the link to get the TrinityCore Developement Libraries I get the usual 404 error "The requested URL /p/trinitycore/downloads/detail?name=development_libraries-x86.zip was not found on this server" I also get a blank page when I go to the link given for the TDB (https://trinitydb.googlecode.com/hg/full_db/)

    I have checked the other links you have given on Page 3, but I still get the same 404 error, I was wondering if there was another place to get these?

    Thanks
    yeah, you can use: 8722_openssl_libs.zip - trinitycore - OpenSSL library binaries for Windows build, rev 8722 and higher. Drag & drop the lib directory inside this .zip to YourTCdir\externals. - Project Hosting on Google Code
    I guess they changed a few things and modified the URL

  8. #53
    Hurt's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by samppaa View Post
    There is so many updates to the trinity DB I mean files what has larger number than 7900 do I seriously have to apply all there 30+ updates manually?
    I did it. And it worked. Dunno if I had to but I did it. I did the ones out of the archive folder for 3.3.3a that were > 7900 (or whatever number) too. Its a PITA, I agree, but at least it worked in the end.

  9. #54
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I updated the guide a bit ago, then noticed that it didn't save >.<
    I'll redo it when I'm not raging at the edit post feature.

  10. #55
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guide updated again, I fixed some dead links, and made a few things more clear.

  11. #56
    Builtokill's Avatar Sergeant
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you! this guide is very well written and everything has worked out so far! already given +Rep, thanks!
    It's kinda confusing when you tell us to make the databases, it sounds like you want us to make 5. Just the two sentences before and after the picture are kinda opposing.

  12. #57
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm pretty sure I've cleaned that up now, if its still there could you tell me the exact sentence?

    Thanks for the feedback and the rep

  13. #58
    psychobandit's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    226
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    I'm pretty sure I've cleaned that up now, if its still there could you tell me the exact sentence?

    Thanks for the feedback and the rep
    This is the part I think Builtokill is talking about. You wrote: "Create 3 new databases, “World” “Characters” “Realmd”", Then there is a picture showing how to do it, Then below that pic you have: "Do this 2 more times, with “Characters” and “World”".
    It'd probably be a little more clear if you change the "Do this 2 more times..." part to: "(repeat this procedure to create the “Characters” and “World” databases)".

  14. #59
    Strit112's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I try to compile I get this error:
    Code:
    10>LINK : fatal error LNK1181: cannot open input file 'ssleay32.lib'
    10>Build log was saved at "file://c:\Users\Inrego\Desktop\TrinityCore\win\VC90\worldserver__Win32_Release\BuildLog.htm"
    10>worldserver - 1 error(s), 0 warning(s)
    ========== Build: 8 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
    I've tried searching their forums, I've googled it, installed redistributals and installed OpenSSL and it still fails. I've also downloaded libs from http://code.google.com/p/trinitycore/downloads/list and placed it in that folder you told someone to on page 2 or 3 (it didn't exist already, so I created it?)
    Last edited by Strit112; 07-11-2010 at 04:37 AM.

  15. #60
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Strit112 View Post
    When I try to compile I get this error:
    Code:
    10>LINK : fatal error LNK1181: cannot open input file 'ssleay32.lib'
    10>Build log was saved at "file://c:\Users\Inrego\Desktop\TrinityCore\win\VC90\worldserver__Win32_Release\BuildLog.htm"
    10>worldserver - 1 error(s), 0 warning(s)
    ========== Build: 8 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
    I've tried searching their forums, I've googled it, installed redistributals and installed OpenSSL and it still fails. I've also downloaded libs from Downloads - trinitycore - Project Hosting on Google Code and placed it in that folder you told someone to on page 2 or 3 (it didn't exist already, so I created it?)
    10>LINK : fatal error LNK1181: cannot open input file 'ssleay32.lib'
    This means that you didn't place the files from 8722_openssl_libs.zip - trinitycore - OpenSSL library binaries for Windows build, rev 8722 and higher. Drag & drop the lib directory inside this .zip to YourTCdir\externals. - Project Hosting on Google Code
    into your %VC9.0 INSTALL DIR%/VC/lib folder.
    If you've already done that, make sure you've restarted Visual Studio and your PC for good measure.
    Last edited by myran2; 07-11-2010 at 05:19 PM. Reason: more specific

Page 4 of 13 FirstFirst 12345678 ... 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. [Guide] How to compile your own DLL
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 58
    Last Post: 06-19-2008, 09:38 AM
  3. [Guide] How to compile scripts!
    By Aldaus in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 01-19-2008, 05:41 AM
  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. [Guide] How to: Change the starting stats of a new character
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-30-2007, 10:11 PM
All times are GMT -5. The time now is 04:40 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