Multi version Support
#16
(01-15-2016, 03:08 PM)xoft Wrote: The 1.6EoS version, linked above, supports protocols from 1.2 to 1.7.

I tryed this command

Code:
cd src
cmake . -DCMAKE_BUILD_TYPE=DEBUG && make

but it did not work

Code:
root@raspberrypi:~/Desktop/Cuberite/src# cmake . -DCMAKE_BUILD_TYPE=DEBUG && make
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 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
-- Configuring done
-- Generating done
-- Build files have been written to: /root/Desktop/Cuberite/src
Scanning dependencies of target Blocks
[  1%] Building CXX object Blocks/CMakeFiles/Blocks.dir/BlockBed.cpp.o
[  1%] Building CXX object Blocks/CMakeFiles/Blocks.dir/BlockDoor.cpp.o
[  2%] Building CXX object Blocks/CMakeFiles/Blocks.dir/BlockHandler.cpp.o
In file included from /root/Desktop/Cuberite/src/./PolarSSL++/RsaPrivateKey.h:12:0,
                 from /root/Desktop/Cuberite/src/./HTTPServer/HTTPServer.h:15,
                 from /root/Desktop/Cuberite/src/./Root.h:6,
                 from /root/Desktop/Cuberite/src/Blocks/BlockDirt.h:6,
                 from /root/Desktop/Cuberite/src/Blocks/BlockHandler.cpp:23:
/root/Desktop/Cuberite/src/./PolarSSL++/CtrDrbgContext.h:12:31: fatal error: polarssl/ctr_drbg.h: No such file or directory
#include "polarssl/ctr_drbg.h"
                               ^
compilation terminated.
Blocks/CMakeFiles/Blocks.dir/build.make:100: recipe for target 'Blocks/CMakeFiles/Blocks.dir/BlockHandler.cpp.o' failed
make[2]: *** [Blocks/CMakeFiles/Blocks.dir/BlockHandler.cpp.o] Error 1
CMakeFiles/Makefile2:274: recipe for target 'Blocks/CMakeFiles/Blocks.dir/all' failed
make[1]: *** [Blocks/CMakeFiles/Blocks.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2

This is error log
Help me please..
Reply
Thanks given by:


Messages In This Thread
Multi version Support - by EntryPoint - 01-14-2016, 07:35 AM
RE: Multi version Support - by NiLSPACE - 01-14-2016, 07:41 AM
RE: Multi version Support - by EntryPoint - 01-14-2016, 07:53 PM
RE: Multi version Support - by NiLSPACE - 01-14-2016, 07:57 PM
RE: Multi version Support - by EntryPoint - 01-15-2016, 12:32 AM
RE: Multi version Support - by NiLSPACE - 01-15-2016, 12:35 AM
RE: Multi version Support - by EntryPoint - 01-15-2016, 02:25 AM
RE: Multi version Support - by LogicParrot - 01-15-2016, 04:00 AM
RE: Multi version Support - by EntryPoint - 01-15-2016, 04:29 AM
RE: Multi version Support - by xoft - 01-15-2016, 04:49 AM
RE: Multi version Support - by EntryPoint - 01-15-2016, 02:22 PM
RE: Multi version Support - by PureTryOut - 01-15-2016, 05:18 AM
RE: Multi version Support - by xoft - 01-15-2016, 06:04 AM
RE: Multi version Support - by PureTryOut - 01-15-2016, 08:07 AM
RE: Multi version Support - by xoft - 01-15-2016, 03:08 PM
RE: Multi version Support - by EntryPoint - 01-17-2016, 08:52 AM
RE: Multi version Support - by worktycho - 01-17-2016, 11:52 AM
RE: Multi version Support - by xoft - 01-18-2016, 06:20 PM
RE: Multi version Support - by worktycho - 01-18-2016, 09:07 PM



Users browsing this thread: 1 Guest(s)