GLVisualize.jl icon indicating copy to clipboard operation
GLVisualize.jl copied to clipboard

Error : GLFW

Open AnthonyJacob opened this issue 9 years ago • 4 comments

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.jl script

================================================================================

AnthonyJacob avatar Dec 15 '16 18:12 AnthonyJacob

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)?

fhenneke avatar Dec 15 '16 18:12 fhenneke

Nope, could not find 'vulkan' and 'x11' instead. I have updated my first message.

AnthonyJacob avatar Dec 15 '16 19:12 AnthonyJacob

Well do you have a display manager like X11 or opengl installed?

SimonDanisch avatar Dec 15 '16 21:12 SimonDanisch

I opened a new issue for my problem.

fhenneke avatar Dec 16 '16 09:12 fhenneke