Рейтинг темы:
  • 3 Голос(ов) - 4.67 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Компиляция ядра, создание сборки Trinity Core 3.3.5a под Win32
#21
scergo Ну Мангос и существует дольше Тринити) а насчет Рускоязычного раздела, он там есть...
Ответ
#22
scergo;103774 Написал:P.S.: Сейчас на trinitycore.org планируется создать русскоязычный раздел, так что думаю эта проблема в скором времени иссякнет.
он и был раньше пока у них сервер со всеми бекапами не "слетел".
И сейчас есть, но пока пустой.
Просьба к пользователям, соблюдайте правила. Экономьте свои/наши время и нервы
Ответ
#23
Цитата:он и был раньше пока у них сервер со всеми бекапами не "слетел".
И сейчас есть, но пока пустой.
Я в курсе, что он был, но на тот момент я "забросил" Trinity. Не довелось мне на нем побывать
[Изображение: logo.gif]
Ответ
#24
Ребят а для сервера Aion нужно всё так же делать ток исходники другие?
Ответ
#25
Woodi Написал:Ребят а для сервера Aion нужно всё так же делать ток исходники другие?

Вы немного разделом ошиблись, все что касается Aion ищите в другом разделе нашего форума
Ответ
#26
Sharki Написал:Вы немного разделом ошиблись, все что касается Aion ищите в другом разделе нашего форума
Та я вижу что я ошибся....просто в разделе Aion нет такой информации...Sad
Ответ
#27
Woodi Написал:Та я вижу что я ошибся....просто в разделе Aion нет такой информации...Sad

Создавайте новую тему и пишите туда всё, что нужно! Проблем то! Только назовите её культурно, а не "помогите" или "хелп"!
Помогу чем сам смогу! Сам только учусь и впоминаю!
Вот кто я!Манчкин 13% Убийца 10% Тусовщик 43% Исследователь 33%
Ответ
#28
scergo Написал:Автор, ну где ж ты раньше былSmile
Отредактируй тему, твоя инфа устарела: офф репо трини переехал на https://github.com/TrinityCore/TrinityCore
Не получается счерепашить отсюда, пишет

(falling back to static-http)
[Errno None] HTTP Error 406: Not Acceptable

[command interrupted]

Что то еще надо?
Ответ
#29
С гитхаба нельзя скачать черепахой. Нужно использовать Гит. Вот мануал.. Там на примере мангоса, но в общем-то все то же самое, только нужно изменить адрес.
Просьба к пользователям, соблюдайте правила. Экономьте свои/наши время и нервы
Ответ
#30
Возникла проблема при компиляции ((
Check for working C compiler using: Visual Studio 9 2008 Win64
Check for working C compiler using: Visual Studio 9 2008 Win64 -- broken
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
The C compiler "cl" is not able to compile a simple test program.

It fails with the following output:

Change Dir: G:/Work/TC/CMakeFiles/CMakeTmp



Run Build Command:C:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com
CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec



Microsoft ® Visual Studio Version 9.0.21022.8.

Copyright © Microsoft Corp. All rights reserved.



The project consists entirely of configurations that require support for
platforms which are not installed on this machine. The project cannot be
loaded.

The project consists entirely of configurations that require support for
platforms which are not installed on this machine. The project cannot be
loaded.

Invalid project



Use:

devenv [solutionfile | projectfile | anyfile.ext] [switches]



The first argument for devenv is usually a solution file or project file.

You can also use any other file as the first argument if you want to have
the

file open automatically in an editor. When you enter a project file, the
IDE

looks for an .sln file with the same base name as the project file in the

parent directory for the project file. If no such .sln file exists, then
the

IDE looks for a single .sln file that references the project. If no such
single

.sln file exists, then the IDE creates an unsaved solution with a default
.sln

file name that has the same base name as the project file.



Command line builds:

devenv solutionfile.sln /build [ solutionconfig ] [ /project
projectnameorfile [ /projectconfig name ] ]

Available command line switches:



/Build Builds the solution or project with the specified solution

configuration. For example "Debug". If multiple platforms

are possible, the configuration name must be enclosed in quotes

and contain platform name. For example: "Debug|Win32".

/Clean Deletes build outputs.

/Command Starts the IDE and executes the command.

/Deploy Builds and then deploys the specified build configuration.

/Edit Opens the specified files in a running instance of this

application. If there are no running instances, it will

start a new instance with a simplified window layout.

/LCID Sets the default language in the IDE for the UI.

/Log Logs IDE activity to the specified file for troubleshooting.

/NoVSIP Disables the VSIP developer's license key for VSIP testing.

/Out Appends the build log to a specified file.

/Project Specifies the project to build, clean, or deploy.

Must be used with /Build, /Rebuild, /Clean, or /Deploy.

/ProjectConfig Overrides the project configuration specified in the
solution

configuration. For example "Debug". If multiple platforms are

possible, the configuration name must be enclosed in quotes

and contain platform name. For example: "Debug|Win32".

Must be used with /Project.

/Rebuild Cleans and then builds the solution or project with the

specified configuration.

/ResetAddin Removes commands and command UI associated with the specified
Add-in.

/ResetSettings Restores the IDE's default settings, optionally resets to

the specified VSSettings file.

/ResetSkipPkgs Clears all SkipLoading tags added to VSPackages.

/Run Compiles and runs the specified solution.

/RunExit Compiles and runs the specified solution then closes the IDE.

/SafeMode Launches the IDE in safe mode loading minimal windows.

/Upgrade Upgrades the project or the solution and all projects in it.

A backup of these files will be created as appropriate. Please

see Help on 'Visual Studio Conversion Wizard' for more

information on the backup process.



Product-specific switches:



/debugexe Open the specified executable to be debugged. The

remainder of the command line is passed to this

executable as its arguments.

/useenv Use PATH, INCLUDE, LIBPATH, and LIB environment variables

instead of IDE paths for VC++ builds.



To attach the debugger from the command line, use:

VsJITDebugger.exe -p <pid>





CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:12 (project)


Configuring incomplete, errors occurred!
Выдает CMake.
И табличку с еррором, что типа:
Ошибка в конфигурации процесса, файлы проекта не верны.

В чем еще может быть проблема? Компилить пытаюсь под win64
Visual Studio 2008 Pro стоит. SSL x64 поставил.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Компиляция исходных кодов TrinityCore на Linux Kirito 0 5,171 03-04-2012, 10:38 PM
Последний пост: Kirito
  Компиляция сервера под Линукс на винде maa 5 4,127 12-20-2011, 06:28 PM
Последний пост: Itachi
  Компиляция и базовая настройка сервера MaNGOS (3.0.9) PROGRAMMATOR 125 60,119 04-12-2011, 01:43 PM
Последний пост: PROGRAMMATOR
  Создание сервера с готовым ядром, базой и скриптами Perfecto 49 22,514 08-16-2010, 04:04 PM
Последний пост: Ferse
  Компиляция и настройка ScriptDev2 PROGRAMMATOR 10 15,232 03-22-2010, 10:05 PM
Последний пост: Arsenn
  Linux, компиляция, С++ Arsenn 5 4,127 03-10-2010, 03:23 PM
Последний пост: Arsenn
  Создание собственых вещей kiberk 8 9,428 11-03-2009, 04:24 PM
Последний пост: adio
  Создание своего портала kiberk 15 7,286 09-20-2009, 12:04 PM
Последний пост: kiberk
  Создание фиксов а так же патчи в ядро Mangos. Sava 2 5,152 06-30-2009, 08:54 PM
Последний пост: kiberk

Перейти к форуму:


Пользователи, просматривающие эту тему: 5 Гость(ей)