MaNGOSR2
Would you like to react to this message? Create an account in a few clicks or log in to continue.
MaNGOSR2

MangosR2 is a free, open source MMORPG framework, derived from MaNGOS project


You are not connected. Please login or register

error when trying to compile (windows)/ошибка при попытке компиляции ( windows )

Go down  Message [Page 1 of 1]

DINOZAVR



Welcome. some days I'm struggling with an error when you try to compile the kernel r2
-win7 (64)
-vs10 (Professional)
-git (Git-1.9.4-preview)
-cmake (2.8.9)

when you click on project_setup.bat
I choose - 10 studio
and click on the 8 - Create Project

eventually gives me an error
Code:

##########################
# Welcome to R2 compiler #
##########################

+++++++++++++++++++++ Current CMake configuration +++++++++++++++++++++
cmake -G "Visual Studio 10" -DPCH = 1 -DCMAKE_CXX_COMPILER = "C: / Program Files (x86)
/ Microsoft Visual Studio 10.0 / VC / bin / cl.exe "-DCMAKE_CXX_FLAGS =" / DWIN32 / D_WINDO
WS / W3 / Zm1000 / EHsc / GR "-DCMAKE_C_FLAGS =" / DWIN32 / D_WINDOWS / W3 / Zm1000 / EHsc
/ GR "-DCMAKE_CXX_COMPILER =" C: / Program Files (x86) / Microsoft Visual Studio 10.0 / V
C / bin / cl.exe "-DCMAKE_INSTALL_PREFIX =" C: \\ MaNGOS "-DUSE_FASTMM_MALLOC =" 1 "-DUSE_
STD_MALLOC = "0" -DUSE_TBB_MALLOC = "0" ..

+++++++++++++++++++++ Current compiler configuration +++++++++++++++++++++
MSBuild INSTALL.vcxproj / m: 2 / p: Configuration = Release; Platform = Win32


0 - Exit R2 compiler

1 - Change compiler [Visual studio 10]
2 - Change build platform [Win32]
3 - Change install path ["C: \\ MaNGOS"]
4 - Change CPU core (s) number [2]

5 - Change VS Path [C: / Program Files (x86)]

8 - Create Project
9 - Start compile

Select a number: 8
- Check for working C compiler using: Visual Studio 10
- Check for working C compiler using: Visual Studio 10 - works
- Detecting C compiler ABI info
- Detecting C compiler ABI info - done
- Check for working CXX compiler using: Visual Studio 10
- Check for working CXX compiler using: Visual Studio 10 - works
- Detecting CXX compiler ABI info
- Detecting CXX compiler ABI info - done

This script builds the MangosR2 server.
   Options that can be used in order to configure the process:
     CMAKE_INSTALL_PREFIX Path where the server should be installed to
     PCH Use precompiled headers
     DEBUG Debug mode
     INCLUDE_BINDINGS_DIR Include a script library in src / bindings / with the
                             defined name. the name must corespond to the name of

                             the folder and the folder must contain a valid
                             CMakeLists.txt
     TBB_USE_EXTERNAL Use external TBB
     USE_STD_MALLOC Use standard malloc (default for * NIX)
     USE_TBB_MALLOC Use TBB malloc (not recommended)
     USE_FASTMM_MALLOC Use included FastMM malloc (default for win *)
     ACE_USE_EXTERNAL Use external ACE (default. Usage included ACE not re
commended, possible only for win *)

   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 detai
ls
   For example: cmake .. -DDEBUG = 1 -DCMAKE_INSTALL_PREFIX = / opt / mangos

- Detected 32-bit platform.
- Found Git: C: / Program Files (x86) /Git/bin/git.exe
- Found Visual Studion 2010

This script builds the MaNGOS server.
   Options that can be used in order to configure the process:
     CMAKE_INSTALL_PREFIX: Path where the server should be installed to
     PCH: Use precompiled headers
     DEBUG: Debug mode
   To set an option simply type -D <OPTION> = <VALUE> after 'cmake <srcs>'.
   For example: cmake .. -DDEBUG = 1 -DCMAKE_INSTALL_PREFIX = / opt / mangos

CMake Error at CMakeLists.txt: 204 (message):
   This project requires ACE installed when ACE_USE_EXTERNAL is set. Please
   download the ACE Micro Release Kit from http://download.dre.vanderbilt.edu/
   and install it. If this script did not find ACE and it was correctly
   installed please set ACE_ROOT to the correct path.


- Configuring incomplete, errors occurred!
To continue, press any key. . .  

I understand he does not see the ACE but it is compiled and stored in the dep \ ACE_wrappers \ lib
ask for help in the not so easy situation for me
..................................................................................................................................................................
Здравствуйте. уже несколько дней я борюсь с ошибкой при попытке скомпилировать ядро r2
-win7(64)
-vs10(Professional)
-git(Git-1.9.4-preview)
-cmake(2.8.9)

при нажатии на project_setup.bat
я выбираю - 10 студию
и нажимаю на 8 - Create Project

в итоге мне выдает ошибку
Code:

##########################
# Welcome to R2 compiler #
##########################

+++++++++++++++++++++ Current CMake configuration +++++++++++++++++++++
cmake -G "Visual Studio 10" -DPCH=1 -DCMAKE_CXX_COMPILER="C:/Program Files (x86)
/Microsoft Visual Studio 10.0/VC/bin/cl.exe" -DCMAKE_CXX_FLAGS="/DWIN32 /D_WINDO
WS /W3 /Zm1000 /EHsc /GR" -DCMAKE_C_FLAGS="/DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc
/GR" -DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Microsoft Visual Studio 10.0/V
C/bin/cl.exe" -DCMAKE_INSTALL_PREFIX="C:\\MaNGOS" -DUSE_FASTMM_MALLOC="1" -DUSE_
STD_MALLOC="0" -DUSE_TBB_MALLOC="0" ..

+++++++++++++++++++++ Current compiler configuration +++++++++++++++++++++
MSBuild INSTALL.vcxproj /m:2 /p:Configuration=Release;Platform=Win32


0 - Exit R2 compiler

1 - Change compiler            [Visual studio 10]
2 - Change build platform      [Win32]
3 - Change install path        ["C:\\MaNGOS"]
4 - Change CPU core(s) number  [2]

5 - Change VS Path             [C:/Program Files (x86)]

8 - Create Project
9 - Start compile

Select a number: 8
-- Check for working C compiler using: Visual Studio 10
-- Check for working C compiler using: Visual Studio 10 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 10
-- Check for working CXX compiler using: Visual Studio 10 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done

This script builds the MangosR2 server.
 Options that can be used in order to configure the process:
   CMAKE_INSTALL_PREFIX    Path where the server should be installed to
   PCH                     Use precompiled headers
   DEBUG                   Debug mode
   INCLUDE_BINDINGS_DIR    Include a script library in src/bindings/ with the
                           defined name. the name must corespond to the name of

                           the folder and the folder must contain a valid
                           CMakeLists.txt
   TBB_USE_EXTERNAL        Use external TBB
   USE_STD_MALLOC          Use standard malloc (default for *NIX)
   USE_TBB_MALLOC          Use TBB malloc (not recommended)
   USE_FASTMM_MALLOC       Use included FastMM malloc (default for win*)
   ACE_USE_EXTERNAL        Use external ACE (default. usage included ACE not re
commended, possible only for win*)

 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 detai
ls
 For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos

-- Detected 32-bit platform.
-- Found Git: C:/Program Files (x86)/Git/bin/git.exe
-- Found Visual Studion 2010

This script builds the MaNGOS server.
 Options that can be used in order to configure the process:
   CMAKE_INSTALL_PREFIX: Path where the server should be installed to
   PCH: Use precompiled headers
   DEBUG: Debug mode
 To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
 For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos

CMake Error at CMakeLists.txt:204 (message):
 This project requires ACE installed when ACE_USE_EXTERNAL is set.  Please
 download the ACE Micro Release Kit from http://download.dre.vanderbilt.edu/
 and install it.  If this script didn't find ACE and it was correctly
 installed please set ACE_ROOT to the correct path.


-- Configuring incomplete, errors occurred!
Для продолжения нажмите любую клавишу . . .

я так понял он не видит ACE но он скомпилирован и находится в dep\ACE_wrappers\lib
прошу помощи в столь не легкой для меня ситуации

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum