• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Compile cmake Error

Status
Not open for further replies.

vxea

Respected Member
Hello, I've Devicded to compile for the newest version, but When I try to generate/config After finding the source file to build I got this error

Detected 32-bit platform
Using supplied MySQL sources
MSVC: Enabled large address awareness
MSVC: Enabled SSE2 support
MSVC: Overloaded standard names
MSVC: Disabled NON-SECURE warnings
MSVC: Disabled POSIX warnings
MSVC: Disabled generic compiletime warnings
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:67 (find_package)


Configuring incomplete, errors occurred!


I would appreciate if someone can help me solving, I've reinstalled git,cmake, Visual studio but I can't find the error, some people is saying that you have to download or change something in the findgit.cmake file but I can't find any file, and I have no idea at all What to change in it

and I got a newer version than 1.7
 

vxea

Respected Member
do you know i love you? Thanks!!, i spent 8 hours to get this working and it was right infornt of me lol, !! ty really thanks
 

Hyperion

Founder
do you know i love you? Thanks!!, i spent 8 hours to get this working and it was right infornt of me lol, !! ty really thanks

It's np :p

I don't know why it's even an option.. so useless..


Anyway.. marking as solved \o/
 

Tommy

Founder
There's another way to solve this. You didn't install git correctly, so you will get that error.

Take a look at my tutorial on youtube on how to install it correctly:

 
Status
Not open for further replies.
Top