04-22-2015, 10:35 PM
(This post was last modified: 04-22-2015, 10:40 PM by LogicParrot.)
I am having trouble compiling MCServer/master, I may have missed something.
What are the steps?
Roughly I did:
clone > cmake > initialize submodules > make
What are the steps?
Roughly I did:
clone > cmake > initialize submodules > make
Code:
I am having trouble compiling MCServer/master, I may have missed something.
What are the steps?
Roughly I did:
clone > cmake > initialize submodules > make
[code]
[ 32%] Building CXX object src/OSSupport/CMakeFiles/OSSupport.dir/CriticalSection.cpp.o
In file included from <hidden>/MCServer/src/./Globals.h:248:0,
from <hidden>/MCServer/src/OSSupport/CriticalSection.cpp:2:
/usr/include/c++/4.7/chrono: In instantiation of ‘struct std::chrono::duration<int, std::ratio_multiply<std::ratio<1l, 1000l>, std::ratio<50l> > >’:
<hidden>/MCServer/src/./Globals.h:444:62: required from here
/usr/include/c++/4.7/chrono:227:2: error: static assertion failed: period must be a specialization of ratio
make[2]: *** [src/OSSupport/CMakeFiles/OSSupport.dir/CriticalSection.cpp.o] Error 1
make[1]: *** [src/OSSupport/CMakeFiles/OSSupport.dir/all] Error 2
make: *** [all] Error 2