Jump to content
TrinityCore

wrr

Plebs
  • Posts

    6
  • Joined

  • Last visited

Everything posted by wrr

  1. Hey thanks AV was the problem, did the SQL part guess its ok. Now im extracting and I had a custom patch-4.MPQ in data folder with changed ADTs, custom WMO stuff like that, would that affect the extractors task?
  2. Ok got to visual studio compile, it gave me 2 failed Build: 20 succeeded, 2 failed, 0 up-to-date, 0 skipped Is that ok, can I proceed with that or? full error log 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: The "CustomBuild" task failed unexpectedly. 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: System.IO.IOException: The process cannot access the file 'C:\Users\Kayu\AppData\Local\Temp\tmp634da653728c43feab328935f8f71423.cmd' because it is being used by another process. 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: at System.IO.File.InternalDelete(String path, Boolean checkHost) 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: at System.IO.File.Delete(String path) 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: at Microsoft.Build.Utilities.ToolTask.Execute() 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: at Microsoft.Build.CPPTasks.TrackedVCToolTask.Execute() 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() 21>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() 22>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------ 22> Building Custom Rule D:/TrinityCore/CMakeLists.txt 22> CMake does not need to re-run because D:\Build\CMakeFiles\generate.stamp is up-to-date. ========== Build: 20 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
  3. Oh ok, didn't know that, now I'm getting - CMake Error at cmake/macros/FindMySQL.cmake:289 (message): Could not find the MySQL libraries! Please install the development libraries and headers Call Stack (most recent call first): CMakeLists.txt:64 (find_package) means i have to install MYSQL right? The manual says not 7 so 5.6.3 ok? Im stuck at python manual instalation lol /facepalm Python 3.4.0 MSI windows installer, mysql checker says its failing to detect that, what python should I get? Ill go to bed continue this tomorrow I guess and thank you Nay.
  4. Hello, I'm trying to compile 335 branch got problem with CMake, specify generator put Vstudio 12 2013 got this - CMake Error at cmake/compiler/msvc/settings.cmake:7 (message): MSVC: TrinityCore requires version 19.0 (MSVC 2015) to build but found 18.0.21005.1 Call Stack (most recent call first): cmake/platform/win/settings.cmake:4 (include) cmake/macros/CheckPlatform.cmake:11 (include) CMakeLists.txt:58 (include) when trying with generator VS 15 getting this - CMake Error at CMakeLists.txt:15 (project): No CMAKE_CXX_COMPILER could be found. some help please. I have win10 and its the newest CMake
×
×
  • Create New...