Mám MS Windows server 2008 64bit, MS Visual Studio 2008 Prof. (zkušební verze 90dní)
Mangos stažená poslední revize přes GIT (8049)
když zkusím zkompilovat mangos pro 64bit release, dostanu takového hlášky:
>------ Build started: Project: realmd, Configuration: Release x64 ------
8>Compiling...
8>WheatyExceptionReport.cpp
8>RealmList.cpp
8>Main.cpp
8>AuthSocket.cpp
8>..\..\src\shared\WheatyExceptionReport.cpp(17) : fatal error C1083: Cannot open include file: 'revision.h': No such file or directory
8>..\..\src\realmd\Main.cpp(32) : fatal error C1083: Cannot open include file: 'revision.h': No such file or directory
8>Build log was saved at "file://c:\Users\Administrator\mangos\win\VC90\realmd__x64_Release\BuildLog.htm"
8>realmd - 2 error(s), 0 warning(s)
9>------ Build started: Project: game, Configuration: Release x64 ------
9>Compiling...
9>pchdef.cpp
9>c:\Users\Administrator\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983) : warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
9>Compiling...
9>..\..\src\game\Level0.cpp(29) : fatal error C1083: Cannot open include file: 'revision.h': No such file or directory
#include "revision.h"
9>..\..\src\game\Level0.cpp(29) : fatal error C1083: Cannot open include file: 'revision.h': No such file or directory
9>Build log was saved at "file://c:\Users\Administrator\mangos\win\VC90\game__x64_Release\BuildLog.htm"
9>game - 1 error(s), 1 warning(s)
10>------ Build started: Project: mangosd, Configuration: Release x64 ------
10>Compiling...
10>WorldRunnable.cpp
10>WheatyExceptionReport.cpp
10>RASocket.cpp
10>Master.cpp
10>..\..\src\shared\WheatyExceptionReport.cpp(17) : fatal error C1083: Cannot open include file: 'revision.h': No such file or directory
10>Main.cpp
10>c:\Users\Administrator\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983) : warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
10>c:\Users\Administrator\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983) : warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
10>..\..\src\mangosd\Main.cpp(29) : fatal error C1083: Cannot open include file: 'revision.h': No such file or directory
10>CliRunnable.cpp
10>Build log was saved at "file://c:\Users\Administrator\mangos\win\VC90\mangosd__x64_Release\BuildLog.htm"
10>mangosd - 2 error(s), 2 warning(s)
11>------ Build started: Project: script, Configuration: Release x64 ------
11>Compiling...
11>sc_default.cpp
11>system.cpp
11>ScriptMgr.cpp
11>Linking...
11>LINK : fatal error LNK1181: cannot open input file 'mangosd.lib'
11>Build log was saved at "file://c:\Users\Administrator\mangos\win\VC90\script__x64_Release\BuildLog.htm"
11>script - 1 error(s), 0 warning(s)
========== Build: 6 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========
nevíte někdo, kde dělám chybu?
jo, když kompiluju to same 32bit, tak bez problemu...