10-19-2015, 09:12 PM
I'll do that, but perhaps you can upload the file?
Random Chitchat 2012-2016
|
10-19-2015, 09:12 PM
I'll do that, but perhaps you can upload the file?
10-19-2015, 09:16 PM
(This post was last modified: 10-19-2015, 09:16 PM by Seadragon91.)
The batch wants to execute a file in the "C:\Program Files (x86)\Microsoft Visual Studio 14.0\vc\bin" directory and therefore it makes no sense to upload it.
Or something did go wrong during the installation.
10-19-2015, 09:18 PM
I do have the bin folder, but I don't have that "cl.exe" executable. Visual Studio by itself works perfectly fine, so I doubt something went wrong during the installation.
10-19-2015, 09:22 PM
Okay, lets try it. Here is the batch file. Copy it into the directory
Code: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC Thanks given by: NiLSPACE
10-19-2015, 09:31 PM
Nope, didn't work. It says I might be missing the tools for the configuration. Oh, well.. it was worth a shot.
10-19-2015, 09:35 PM
(This post was last modified: 10-19-2015, 09:39 PM by Seadragon91.)
Okay another try. Please post the folder names in the bin directory
Edit: Could you try the answer in this question? http://stackoverflow.com/questions/31619...tudio-2015
I think you've found the problem. I'm installing the C++ tools now Thanks allot ;D
Arch, okay, cmake now finds the compiler, but when it comes to JsonCpp it just crashes.. Code: D:\Projects\cuberite 2015-10-19>cmake -G "Visual Studio 14 2015 Win64" .
10-19-2015, 10:57 PM
(This post was last modified: 10-19-2015, 10:58 PM by Seadragon91.)
The current version of JsonCpp we are using in cuberite has a bug, that causes cmake 3.4 to crash. I had downgraded cmake to 3.2 to fix that, but this can also be fixed by upgrading Jsoncpp to latest git commit.
Do that by running this command inside of lib/jsoncpp. Code: git pull origin master Thanks given by: NiLSPACE
10-19-2015, 11:06 PM
Thanks, that worked. I think we should update jsoncpp then, because new people who have the newest cmake could bail out when the manual suddenly doesn't work.
10-19-2015, 11:59 PM
I've slightly modified the forum's style. It set the minimum width to 1000px, which means we no longer have weird bars when you scroll right on small screens.
Thanks given by: Seadragon91 , tonibm19 , Mathias
|
« Next Oldest | Next Newest »
|