MCMrARM / mcpelauncher-linux

Please note this is a legacy repository, please go to: https://github.com/minecraft-linux/mcpelauncher-manifest/wiki
GNU General Public License v3.0
312 stars 46 forks source link

LIBUV problem #408

Closed TheGameratorT closed 6 years ago

TheGameratorT commented 6 years ago
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.8") 
-- Found PNG: /usr/lib/i386-linux-gnu/libpng.so (found version "1.2.54") 
-- Found CURL: /usr/lib/i386-linux-gnu/libcurl.so (found version "7.47.0") 
-- Found OpenSSL: /usr/lib/i386-linux-gnu/libcrypto.so (found version "1.0.2g")  
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so
-- Found Protobuf: /usr/lib/i386-linux-gnu/libprotobuf.so;-lpthread (found version "2.6.1") 
-- Found Protobuf: /usr/lib/i386-linux-gnu/libprotobuf.so;-lpthread;-lpthread (found version "2.6.1") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Could NOT find LIBUV (missing: LIBUV_LIBRARY LIBUV_INCLUDE_DIR) 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
/home/susana/mcpelauncher-linux/gplay_api/LIBUV_INCLUDE_DIR
   used as include directory in directory /home/susana/mcpelauncher-linux/gplay_api
LIBUV_LIBRARY (ADVANCED)
    linked by target "gplayapi" in directory /home/susana/mcpelauncher-linux/gplay_api

-- Configuring incomplete, errors occurred!
See also "/home/susana/mcpelauncher-linux/build/CMakeFiles/CMakeOutput.log".
See also "/home/susana/mcpelauncher-linux/build/CMakeFiles/CMakeError.log".
MCMrARM commented 6 years ago

The glayapi in this project is locked to a specific commit. Please use the specific commit the project uses.

TheGameratorT commented 6 years ago

Fixed thx :p