Hey, ich habe ein Problem undzwar kriege ich auf biegen und brechen es nicht hin einen Server zu Compilen.
Ich habe wirklich alles mehrfach nach der WiKi von Mangos ausgeführt doch ich erhalte immer Errors.
Ich habe zuerst die Git von
Quote:
git clone --recursive -b develop21
|
gecloned.
Nun habe ich alles Installiert CMake , OpenSSL , Visual Studio 2010 Express (Habe aber auch schon andere probiert)
MySQL kann ich nicht Seperat Installieren da es auf meinen vServer schon mit Plesk Intigriert ist.
(Anderer Pfard , habe ich aber auch schon rausgefunden das es unter C:\Program Files (x86)\Parallels\Plesk\Databases\MySQL51 liegt )
Nur kriege ich per EasyBuilder die Fehlermeldung das ich kein VS installiert habe und auch kein MySQL.
Dann habe ich gelesen ich kann die SLN datein per CMake auch herstellen was eig. auch geklappt hat bis auf paar errors
This script builds the MaNGOS server.
Options that can be used in order to configure the process:
General:
CMAKE_INSTALL_PREFIX Path where the server should be installed to
CONF_DIR Path to the configs, can be absolute or relative.
DEBUG Debug mode (strict compile, all warnings)
ACE_USE_EXTERNAL Use external ACE
BUILD_TOOLS Build the map/vmap/mmap extractors
SOAP Enable remote access via SOAP
Scripting engines:
SCRIPT_LIB_ELUNA Compile with support for Eluna scripts
SCRIPT_LIB_SD2 Compile with support for ScriptDev2 scripts
Modules:
PLAYERBOTS Enable Player Bots
To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
Also, you can specify the generator with -G. see 'cmake --help' for more details
For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos
Note: On UNIX systems, CONF_DIR is relative to the bin folder. Detected 32-bit platform
Could NOT find Git (missing: GIT_EXECUTABLE)
Found OpenSSL library: optimized;C:/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win64/lib/VC/libeay32MDd.lib
Found OpenSSL headers: C:/OpenSSL-Win64/include
MaNGOS-Core revision : Git not found
Install server to : C:/Program Files (x86)/MaNGOS
Install configs to : C:/Program Files (x86)/MaNGOS/
Search configs from : binary directory (default)
Support for SOAP : No (default)
Script engine Eluna : Yes (default)
Script engine SD2 : Yes (default)
Enable Player Bots : No
Build tools : Yes (default)
Build in debug-mode : No (default)
Configuring done
WARNING: Target "realmd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "realmd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "realmd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "realmd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "mangosd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "mangosd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "mangosd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "mangosd" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "movemap-generator" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "movemap-generator" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "movemap-generator" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "movemap-generator" requests linking to directory "C:/Program Files (x86)/Parallels/Plesk/Databases/MySQL51/lib". Targets may link only to libraries. CMake is dropping the item.
Generating done
Nun weiß ich nicht ob diese MySQL erros Schuld sind für die Compile Fehler bei VS2010
Hier einmal der Compile Log:

mit folgenden Resultat
========== Alles neu erstellen: 22 erfolgreich, Fehler bei 2, 1 übersprungen ==========
Ich weiß ehrlich gesagt nicht mehr weiter.
Ich bin für jede Hilfe Dankbar , vll. kann mir jemmanden per Teamviewer über die Schulter einmal schauen ?