Random Chitchat 2012-2016
Todo for tomorrow:
- Finish the new Cuberite.org design and polish the code (I've been pushing this back for way too longTongue)
- Remove MCServer references from Core and make info messages consistent
Thanks given by:
Anyone with permissions willing to move the rest of the repositories at https://github.com/mc-server to https://github.com/cuberite?
Thanks given by:
I don't think we can just do that. Some repositories are submodules in the Cuberite source. We'd have to change all the libraries in there as well. All repo's that aren't submodules are safe though Smile

Ugh.. I just reinstalled Windows on my laptop. It was getting really slow, and there was allot of bloatware on it from Lenovo from when I bought it. So, I've installed Git, cmake and VS2015 but cmake now gives this error:
Code:
D:\Projects\Cuberite 2015-10-18>cmake -G "Visual Studio 14 2015 Win64" .
CMake Error at CMakeLists.txt:4 (enable_language):
  No CMAKE_CXX_COMPILER could be found.

CMake Error at CMakeLists.txt:4 (enable_language):
  No CMAKE_C_COMPILER could be found.
Thanks given by:
I had this error too. Open the path
Code:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\vc
There should be a batch file named vcvarsall.bat. Open cmd and execute the batch file. This will set the environments in the current cmd. Cd into your cuberite source and run your cmake command again.
Thanks given by:
I don't have that file. I've even searched through the whole Microsoft Visual Studio 14.0 folder.
Thanks given by:
Hm, do you have a bin folder there with the file cl.exe?
Thanks given by:
I'm afraid not Sad Perhaps you're talking about a different Visual Studio version?
Thanks given by:
I have Visual Studio 2015 Community Edition. What do you have?
Thanks given by:
Oh, I have that as well. Weird.
Thanks given by:
Okay. Now I only have to suggest running a search trough all your file system...Confused
Thanks given by:




Users browsing this thread: 14 Guest(s)