Random Chitchat 2012-2016
(12-22-2014, 10:22 PM)Boo Wrote:
(12-22-2014, 10:16 PM)tonibm19 Wrote: MCServer no longer supports 1.5.2.
But you could try getting the last build before 1.5 support drop

I know, i need link to download a build 1.5.2 support for raspberry pi. I can not find a link :-(

There are no more download links for mc server that support clients 1.5.2, it has been dropped. Like @tonibm19 says, you would need to clone the source code and look for the last commit that contains 1.5.2 support.
Thanks given by:
i find. 28 september 2014. How to compile into the raspberry pi?
Thanks given by:
(12-22-2014, 10:54 PM)Boo Wrote: i find. 28 september 2014. How to compile into the raspberry pi?

https://github.com/mc-server/MCServer/bl...MPILING.md
Thanks given by:
(12-22-2014, 10:56 PM)Seadragon91 Wrote:
(12-22-2014, 10:54 PM)Boo Wrote: i find. 28 september 2014. How to compile into the raspberry pi?

https://github.com/mc-server/MCServer/bl...MPILING.md

Code:
root@raspberrypi:/media/usbstick2/mc# cmake -DCMAKE_BUILD_TYPE=RELEASE
-- The CXX compiler identification is GNU 4.6.3
-- The C compiler identification is GNU 4.6.3
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error at CMakeLists.txt:90 (add_subdirectory):
  The source directory

    /media/usbstick2/mc/lib/SQLiteCpp

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:98 (set_property):
  set_property could not find TARGET SQLiteCpp.  Perhaps it has not yet been
  created.


including polarssl
CMake Error at lib/polarssl.cmake:9 (add_subdirectory):
  The source directory

    /media/usbstick2/mc/lib/polarssl

  does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
  CMakeLists.txt:107 (include)


-- Configuring incomplete, errors occurred!
root@raspberrypi:/media/usbstick2/mc#
Thanks given by:
You forgot to update the submodules first.
Code:
cd /path/to/mcserver/root
git pull
git submodule update --init
If the update complains that a folder is not empty, just go to each such folder and remove all its contents, then try again.
Thanks given by:
(12-22-2014, 11:05 PM)xoft Wrote: You forgot to update the submodules first.
Code:
cd /path/to/mcserver/root
git pull
git submodule update --init
If the update complains that a folder is not empty, just go to each such folder and remove all its contents, then try again.

How to get this sources (with 1 5 2 support). I Download ZIP, and put into the server
Thanks given by:
Code:
root@raspberrypi:/media/usbstick2/mc# git submodule init
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc# git submodule update
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc#
Thanks given by:
When you download sources as ZIP, then you need to download two more ZIP files, for PolarSSL and for SQLiteCpp, and extract their contents into the respective subfolders in the lib/ folder. When you browse the MCServer sources on GitHub, it will point you to the right download: https://github.com/mc-server/MCServer/tree/master/lib
Thanks given by:
i download zip from https://github.com/mc-server/MCServer/

And cut lib folder, and put it on my server.


Code:
root@raspberrypi:/media/usbstick2/mc# git pull
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc# git submodule update --init
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc# ./CIbuild.sh
Commit id not set, attempting to determine id from git
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
CMake Error at CMakeLists.txt:33 (string):
  string sub-command STRIP requires two arguments.


CMake Error at CMakeLists.txt:35 (message):
  Could not identifiy git commit id


-- Configuring incomplete, errors occurred!
root@raspberrypi:/media/usbstick2/mc#
Thanks given by:
i dont know, where download this libs? in https://github.com/mc-server/MCServer/tree/master/lib empty folders Sad
Thanks given by:




Users browsing this thread: 3 Guest(s)