12-22-2014, 11:02 PM
(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#