Closed Nesavi closed 2 years ago
Is that all of the output? I don't see any error messages. Also, is there some reason you don't just use the pre-built heob executables?
I didn't mean to imply that there's an error. I merely do not understand why I am not able to do a 64 bit build. I'll try the pre-built binaries.
Thanks.
If you use build.bat, it expects that the compiler environment variables are already set (PATH, LIB, INCLUDE).
From what I can tell of the output you posted, you had these variables set for the 32bit compiler, because it says x86
everywhere instead of amd64
or x64
.
Hi.
I am having trouble building heob in 64-bit mode. When executing "build.bat" I get the following output:
I have checked to see if the x64 libs are installed on my machine, and they are, but they are apparently not found. How can I determine how the value %lib% is set?
I have searched for a solution elsewhere, but have not been successful in finding one.
Apologies in advance for being such a noob.