Jakob Posted March 24, 2013 Report Share Posted March 24, 2013 (edited) Hi, after reinstal GIT, cmake found it, but I earn new problem: The C compiler identification is unknown The CXX compiler identification is unknown Detected 32-bit platform Using supplied MySQL sources Found OpenSSL: C:/OpenSSL-Win32/lib/ssleay32.lib;C:/OpenSSL-Win32/lib/libeay32.lib Found git binary : D:/Program Files (x86)/Git/cmd/git.exe * TrinityCore revision : 132cc295ca7f 2013-03-24 00:23:27 +0100 (4.3.4 branch) * Install core to : C:/Program Files (x86)/TrinityCore * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Use MySQL sourcetree : Yes (default) * Use GIT revision hash : Yes Looking for IPPROTO_IPV6 CMake Error at D:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) CMake Error: Internal CMake error, TryCompile configure of cmake failed Looking for IPPROTO_IPV6 - not found Looking for IPV6_V6ONLY CMake Error at D:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) CMake Error: Internal CMake error, TryCompile configure of cmake failed Looking for IPV6_V6ONLY - not found Looking for S_IROTH CMake Error at D:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) ............ I hope, someone can help me. thx Edited March 24, 2013 by Jakob Link to comment Share on other sites More sharing options...
divinesphere Posted March 25, 2013 Report Share Posted March 25, 2013 I Have Windows 7 64-Bit with Git 1.7.0.2 but in cmake i have this error CMake Error at cmake/macros/FindGit.cmake:24 (message): Git was NOT FOUND on your system - did you forget to install a recent version, or setting the path to it? Observe that for revision hash/date to work you need at least version 1.7 Call Stack (most recent call first): CMakeLists.txt:65 (find_package) Now i setting the path in variables from my environment variables but what is the true variable path string? Is really C:Program Files (x86)Gitcmd ? Because to me not work.. Thank you guys. Link to comment Share on other sites More sharing options...
rigo03 Posted June 16, 2013 Report Share Posted June 16, 2013 Thanks friend. very useful information. to my helped me very much 1 Link to comment Share on other sites More sharing options...
St0rmy95 Posted June 26, 2013 Report Share Posted June 26, 2013 I added GIT to the path variable but im getting this error woth git not found... Link to comment Share on other sites More sharing options...
t0tem Posted August 23, 2013 Report Share Posted August 23, 2013 Hi Guys I have GIT v. 2.46, I didn't see the picture (post #1) and have this problem: Git was NOT FOUND on your system any Idea? Link to comment Share on other sites More sharing options...
kojak488 Posted October 13, 2013 Report Share Posted October 13, 2013 Hi Guys I have GIT v. 2.46, I didn't see the picture (post #1) and have this problem: Git was NOT FOUND on your system any Idea? The picture didn't display for me unless I logged in, but it definitely worked today. Link to comment Share on other sites More sharing options...
Ascathor Posted October 13, 2013 Report Share Posted October 13, 2013 Surprise, surprise, it's an attachment which are usually only shown for registered users. Just saying. Link to comment Share on other sites More sharing options...
Xanvial Posted November 13, 2013 Report Share Posted November 13, 2013 For anyone still having cmake error git not found, try to run cmake as admin 2 Link to comment Share on other sites More sharing options...
killradio_1337 Posted July 6, 2015 Report Share Posted July 6, 2015 Problem: Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"How to repeat:Make TC's repo clone, push some commits to your new repo and merge with TC's one.Solution:Go to https://github.com/TrinityCore/TrinityCore/releases/tag/initFind "init" named tag and its hash (9b1c0e006f20091f28f3f468cfcab1feb51286bd)Go with git into your cloned repo and type:git tag -a init 9b1c0e006f20091f28f3f468cfcab1feb51286bd git push --tagsYou can also check if everything ok with this command:git describe --match init --dirty=+ --abbrev=12Output should be like init-<counter>-<short-hash>For ex.: init-22656-g15a9c6729ee2 Link to comment Share on other sites More sharing options...
JourneyJay Posted August 1, 2015 Report Share Posted August 1, 2015 Requirements: Msysgit can either by acquired directly from msysgit or using the "CompleteSetup" package from GitExtensions. Msysgit version required: 1.7+ Minimum required TC rev: b2404c1a26d9 (10997) Setup options: During the setup wizard you will encounter the following screen: Make sure your git executable is added to the PATH variable by choosing one of the green marked options. Fixes "Missing or outdated git - did you forget to install a recent version?" Can't see the thumbnail. 1 Link to comment Share on other sites More sharing options...
leak Posted August 21, 2015 Author Report Share Posted August 21, 2015 All links and images fixed. Link to comment Share on other sites More sharing options...
HannibalRoG Posted May 16, 2017 Report Share Posted May 16, 2017 For those who gives them error and does not show version. It is almost understandable that it is not so but it is worth clarifying. If you download the repo as a .zip with the button on the project page it will never show the version. To show the version you have to clone the project directly with Git Link to comment Share on other sites More sharing options...
CDawg Posted May 19, 2017 Report Share Posted May 19, 2017 On 5/16/2017 at 2:45 PM, HannibalRoG said: For those who gives them error and does not show version. It is almost understandable that it is not so but it is worth clarifying. If you download the repo as a .zip with the button on the project page it will never show the version. To show the version you have to clone the project directly with Git I don't quite understand what you are saying... You can check the revision while downloading as a zip. Link to comment Share on other sites More sharing options...
Rochet2 Posted May 19, 2017 Report Share Posted May 19, 2017 11 hours ago, CDawg said: I don't quite understand what you are saying... You can check the revision while downloading as a zip. He says that the issue this thread we are in tries to fix cannot be fixed by using the method described if you downloaded the source as a zip. If you are saying that you can still do this fix, then maybe share some steps? The point is not that you cannot get the version of the zip. The point is that you cannot fix the version showing as Trinitycore rev. 1970-01-01 00:00:00 +0000 on startup and in cmake and everywhere. Link to comment Share on other sites More sharing options...
CDawg Posted May 19, 2017 Report Share Posted May 19, 2017 1 hour ago, Rochet2 said: He says that the issue this thread we are in tries to fix cannot be fixed by using the method described if you downloaded the source as a zip. If you are saying that you can still do this fix, then maybe share some steps? The point is not that you cannot get the version of the zip. The point is that you cannot fix the version showing as Trinitycore rev. 1970-01-01 00:00:00 +0000 on startup and in cmake and everywhere. ah gothca... my bad.. I guess the simple question is, why download it as a zip? Actually... I think there is a way to make a simple batch file (windows) to run that cross references the fresh zipped repo with TC using git api, then interjects or creates a new (genrev.cmake), before someone runs cmake, it would be an extra step for zip downloaders, but would work. I would just recommend to clone it. Link to comment Share on other sites More sharing options...
HannibalRoG Posted May 25, 2017 Report Share Posted May 25, 2017 Thanks @Rochet2 for translate my bad English. And yes @CDawg, Some people, like me, at the beginning, download the .zip and the version not showing properly, the aclaration is valid. Note: Now, i use git clone instead. Link to comment Share on other sites More sharing options...
Asandru93 Posted September 11, 2017 Report Share Posted September 11, 2017 and for linux? Link to comment Share on other sites More sharing options...
Aokromes Posted September 11, 2017 Report Share Posted September 11, 2017 9 minutes ago, Asandru93 said: and for linux? use git clone. Link to comment Share on other sites More sharing options...
Asandru93 Posted September 11, 2017 Report Share Posted September 11, 2017 1 hour ago, Aokromes said: use git clone. I did Aokromes, still does not help. Debian 9.1 Link to comment Share on other sites More sharing options...
Aokromes Posted September 11, 2017 Report Share Posted September 11, 2017 2 hours ago, Asandru93 said: I did Aokromes, still does not help. Debian 9.1 works for me using wiki. Link to comment Share on other sites More sharing options...
CDawg Posted September 12, 2017 Report Share Posted September 12, 2017 On 9/11/2017 at 10:34 AM, Asandru93 said: I did Aokromes, still does not help. Debian 9.1 What error are you receiving on Linux when you git clone? Are you making modifications to the core after you clone the repo? Link to comment Share on other sites More sharing options...
Polaretto Posted February 14, 2018 Report Share Posted February 14, 2018 I'd suggest closing this topic, since installing git on Windows has become insanely easy over the last couple of years and the wiki extensively explains how to install all the tools. Link to comment Share on other sites More sharing options...
CDawg Posted February 16, 2018 Report Share Posted February 16, 2018 On 2/14/2018 at 9:08 AM, Polaretto said: I'd suggest closing this topic, since installing git on Windows has become insanely easy over the last couple of years and the wiki extensively explains how to install all the tools. I would agree. Windows git has fixed a lot their bugs where applications would not recognize it. I also have one machine with Windows on it wasn't trivial at all to install on a fresh windows 10 machine and cmake found everything. Link to comment Share on other sites More sharing options...
Katha Posted March 27, 2018 Report Share Posted March 27, 2018 (edited) Hello,I do not know where to get the help hope I am here, if not I'm really sorryhave the problem Description: Problem with npcbots to spawn not possible Current behaviour: if I make .npcb loo 1 (for Kríeger) and ID example: .npc add 70224 spawn no npcbots Expected behaviour: npcbots to spawn not possible Steps to reproduce the problem: https://picload.org/view/daiodwpw/1.jpg.html if I make .npcb loo 1 (for Kríeger) or .npc add 70224 spawn no npcbots So in creature_template all are in there 70001 to 70246 if I add .npc add 70224 it does not work but he creates it in world creature and do not create it in characters_npcbot If I add it to characters_npcbot, the server crashes Branch(es): bots-test (335) https://github.com/livingsacrifice/TrinityCore/tree/bots-test TC rev. hash/commit: TrinityCore rev. 19820ac 2018-03-16 13:44:13 -0500 (bots-test branch) (Win64, Release, Static) (worldserver-daemon) Using SSL version: OpenSSL 1.0.2k 26 Jan 2017 (library: OpenSSL 1.0.0q 15 Jan 2015) Using Boost version: 1.63.0 Using MySQL version: 5.6.36 Using CMake version: 3.8.0 Using World DB: TDB 335.63 Visual studio 2015 Community Operating system: Windows 10 Home x64 Edited March 27, 2018 by Katha Link to comment Share on other sites More sharing options...
Aokromes Posted March 27, 2018 Report Share Posted March 27, 2018 wtf you cannot read this is not the place to get support of that repo? also, what have to do git installation to do with that repo? Link to comment Share on other sites More sharing options...
Recommended Posts