Compiling MCServer with codeblocks
#8
I tried to compile MCS with the latest official C::B installation on Windows; I imported the MSVC solution and then I had to set the paths in the build options; for some reason the paths needed to be relative to the project folder, so I had to prepend a "../" to all of them. Actually I just put "../source" in the search paths for the MCServer project, that is enough.
Now I'm down to 3 compilation errors, those seem so weird that I'm not sure what's going on here - why do all the other compilers (even gcc on linux) not complain about it?
Code:
mc-server\source\Bindings.cpp:6109: error: base `cEntity' with only non-default constructor in class without a constructor
mc-server\source\Bindings.cpp:7280: error: base `cPawn' with only non-default constructor in class without a constructor
mc-server\source\Bindings.cpp:9290: error: base `cPlayer' with only non-default constructor in class without a constructor
Reply
Thanks given by:


Messages In This Thread
Compiling MCServer with codeblocks - by wamilou - 05-23-2013, 01:37 AM
RE: Compiling MCServer with codeblocks - by xoft - 05-23-2013, 05:26 AM
RE: Compiling MCServer with codeblocks - by xoft - 05-23-2013, 05:20 PM
RE: Compiling MCServer with codeblocks - by xoft - 05-26-2013, 12:01 AM
RE: Compiling MCServer with codeblocks - by xoft - 05-26-2013, 12:52 AM



Users browsing this thread: 1 Guest(s)