Error : GLFW
I am using Fedora 25
-- Could NOT find Vulkan (missing: VULKAN_LIBRARY VULKAN_INCLUDE_DIR) -- Using X11 for window creation CMake Error at /usr/share/cmake/Modules/FindX11.cmake:439 (message): Could not find X11 Call Stack (most recent call first): CMakeLists.txt:212 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/Anthony/.julia/v0.5/GLFW/deps/src/glfw-3.2.1/CMakeFiles/CMakeOutput.log". See also "/home/Anthony/.julia/v0.5/GLFW/deps/src/glfw-3.2.1/CMakeFiles/CMakeError.log".
================================[ ERROR: GLFW ]=================================
LoadError: failed process: Process(
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/home/Anthony/.julia/v0.5/GLFW/deps/usr -DGLFW_BUILD_DOCS=OFF -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF ., ProcessExited(1)) [1] while loading /home/Anthony/.julia/v0.5/GLFW/deps/build.jl, in expression starting on line 52================================================================================ INFO: Building FreeType
================================[ BUILD ERRORS ]================================
WARNING: GLFW had build errors.
- packages with build errors remain installed in /home/Anthony/.julia/v0.5
- build the package(s) and all dependencies with
Pkg.build("GLFW")- build a single package by running its
deps/build.jlscript================================================================================
I just got the same error on Debian 8.
Does it also show something like The RandR library and headers were not found for you (a few lines above what you posted)?
Nope, could not find 'vulkan' and 'x11' instead. I have updated my first message.
Well do you have a display manager like X11 or opengl installed?
I opened a new issue for my problem.