So , for a bit of fun i have been mucking about with trinity core`s , just so i can learn the core more to contribute into this server. And i have been following the wiki tutorial like a good little boy but i keep getting errors when i get to this point.
Code:
Compiling the Source
Browse into your D:\Build folder and open TrinityCore.sln with Visual C++ Express.
On the menu at the top, click Build and select Configuration Manager.
Set Active Solution Configuration to Release
Set Active Solution Platform to Win32 (if you set 64-bit compilation during the CMake configuration, select Win64)
With Visual C++ 2010, simply use the list menus below the "Help" menu and make the same changes explained above (though it should already be done by default).
Click Build -> Clean Solution.
Visual C++ 2010: Right-click ALL_BUILD in the Solution Explorer on the left sidebar and select Clean.
Unless you are just testing a compilation, it is always best to clean your build before compiling your new Trinity revision.
Click Build -> Build Solution.
Visual C++ 2010: Right-click ALL_BUILD and select Build.
Compilation length differs from machine to machine, you should expect it to take 5-30 minutes.
If you are asked to Reload build files during the compile, do so.
You will find a similar message once the compilation has finished successfully:
========== Build: 14 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Instead of get all Succeeded i get 11 succeeded and 4 failed -_-. I get 12 errors, which are...
Code:
Error 1 error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory C:\Trinity\src\server\shared\Cryptography\ARC4.h 23
Code:
Error 2 error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory c:\trinity\src\server\shared\cryptography\ARC4.h 23
Code:
Error 3 error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory C:\Trinity\src\server\shared\Cryptography\ARC4.h 23
Code:
Error 4 error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory C:\Trinity\src\server\shared\Cryptography\BigNumber.cpp 20
Code:
Error 5 error C1083: Cannot open include file: 'openssl/hmac.h': No such file or directory c:\trinity\src\server\shared\cryptography\HMACSHA1.h 23
Code:
Error 6 error C1083: Cannot open include file: 'openssl/sha.h': No such file or directory c:\trinity\src\server\shared\cryptography\SHA1.h 23
Code:
Error 7 error C1083: Cannot open include file: 'openssl/md5.h': No such file or directory C:\Trinity\src\server\authserver\Server\AuthSocket.cpp 19
Code:
Error 8 error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory C:\Trinity\src\server\authserver\Main.cpp 23
Code:
Error 9 error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory C:\Trinity\src\server\shared\Cryptography\ARC4.h 23
These Are all Pretty Much the same Things. But 10,11 & 12 are a bit diffrent.
Code:
10 IntelliSense: cannot open source file "openssl/sha.h" c:\trinity\src\server\shared\cryptography\arc4.cpp 20
Code:
11 IntelliSense: cannot open source file "openssl/evp.h" c:\trinity\src\server\shared\cryptography\arc4.h 23
Code:
12 IntelliSense: identifier "EVP_CIPHER_CTX" is undefined c:\trinity\src\server\shared\cryptography\arc4.h 34