Hello,
I'm trying to compile a TrinityCore-Server on my Ubuntu 12.04 (x64) Dedicated Server.
Getting the following error while configuring with cmake:
CMake Error at cmake/macros/FindBoost.cmake:344 (if):
if given arguments:
"STREQUAL" "Intel" "OR" "/usr/bin/c++" "MATCHES" "icl" "OR" "/usr/bin/c++" "MATCHES" "icpc"
Unknown arguments specified
Call Stack (most recent call first):
cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX)
cmake/macros/ConfigureBoost.cmake:28 (find_package)
CMakeLists.txt:60 (include)
-- Configuring incomplete, errors occurred!
CMakeError.log: CMakeError.log - Pastebin.com
CMakeOutput.log: CMakeOutput.log - Pastebin.com
Installed all updates from the Requirements-Page:
Code:
sudo apt-get install build-essential autoconf libtool gcc g++ make cmake git-core
sudo apt-get install wget p7zip-full libncurses5-dev
sudo apt-get install openssl libssl-dev mysql-server mysql-client libmysqlclient15-dev
sudo apt-get install libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev
sudo apt-get install libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev
# for 4.3.4 and 6.x branches ONLY
sudo apt-get install libzmq-dev