Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Can you post your build log, so that I can see the exact error messages? Maybe we can fix them so that the -fpermissive flag is not needed anymore.
Oh, and the flag needs to be added into the GNUmakefile, to the CXX_OPTIONS and CC_OPTIONS. Note that there are several lines setting those variables, either add the flag to all of them, or at least to the relevant part - either release or debug, whichever you're building ("make release=1" -> "release build" part of GNUmakefile)
Posts: 3
Threads: 0
Joined: Dec 2012
Thanks: 0
Given 0 thank(s) in 0 post(s)
I just finished compiling this on my Pi, and when I try to connect it boots me before loading the level. Then on my server list it says version 1.3. I'm using the vanilla client 1.4.5. Is there a small change I can do to get it to work with my current client?
TLDR: How to get 1.3 MCserver working with 1.4.5 client?
Posts: 3
Threads: 0
Joined: Dec 2012
Thanks: 0
Given 0 thank(s) in 0 post(s)
12-16-2012, 07:07 AM
(This post was last modified: 12-16-2012, 07:08 AM by scythium.)
1074 is the most recent revision on their svn server.
I just finished compiling on my Pi (that also runs Arch!) and I was able to join with my Vanilla client 1.4.5 with no problems.
It also runs really fast.
Thank you Dev's for all your hard work!
Posts: 19
Threads: 0
Joined: Dec 2012
Thanks: 1
Given 1 thank(s) in 1 post(s)
Hi there,
I'm still having some difficulties running "picraft". Whenever i start walking in one direction it crashes. I don't know if its the loading of chunks or the generating of them or something else.
It only says "killed" in the console. So i tried compiling it in debug mode without the option release=1. But that fails with the following error:
[...]build/debug/WebServer/Events.o -o MCServer/MCServer
collect2: error: ld terminated with signal 11 [Segmentation fault]
make: *** [MCServer/MCServer] Error 1
If i run "make release=1" it compiles just fine.
I'm running Arch Linux in the latest version and have installed gcc and make via pacman.
The Source Code is up to date and checked out of your subversion system.
Greetings