Trying to build from source on the new shiny Raspberry pi 64 bit OS beta instead of using the ancient out of date 5.0 in the 64bit arm repo and I keep running into errors.
Don't think I ran into these when I was on Gentoo help would be appreciated
Edit: At least partially dependency errors. I was able to get through those errors but then hit a dozen more. I tried to install all the listed dependencies in the compile from source instructions on the wiki but it has a warning that it's out of date and indeed those don't seem to work to get the compile going. Also, are there any flags I should be using?
Don't think I ran into these when I was on Gentoo help would be appreciated
Code:
-- Detected architecture: aarch64
-- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR)
CMake Warning at CMakeLists.txt:448 (message):
X11 support enabled but not found. This build will not support X11.
-- Checking for module 'egl'
-- No package 'egl' found
-- Could NOT find EGL (missing: EGL_INCLUDE_DIRS EGL_LIBRARIES)
CMake Warning at CMakeLists.txt:458 (message):
EGL support enabled but not found. This build will not support EGL.
-- Could NOT find FFmpeg (missing: FFmpeg_INCLUDE_avcodec FFmpeg_LIBRARY_avcodec FFmpeg_INCLUDE_avformat FFmpeg_LIBRARY_avformat FFmpeg_INCLUDE_avutil FFmpeg_LIBRARY_avutil FFmpeg_INCLUDE_swscale FFmpeg_LIBRARY_swscale avcodec avformat avutil swscale)
-- libav/ffmpeg not found, disabling AVI frame dumps
-- Could NOT find LIBUDEV (missing: LIBUDEV_LIBRARY LIBUDEV_INCLUDE_DIR)
-- Could NOT find libevdev (missing: LIBEVDEV_LIBRARY LIBEVDEV_INCLUDE_DIR)
CMake Error at CMakeLists.txt:493 (message):
Couldn't find libevdev and/or libudev. Can't build evdev controller
backend.
Disable ENABLE_EVDEV if you wish to build without controller support
-- Configuring incomplete, errors occurred!
See also "/home/pi/build/dolphin-emu/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/build/dolphin-emu/build/CMakeFiles/CMakeError.log".Edit: At least partially dependency errors. I was able to get through those errors but then hit a dozen more. I tried to install all the listed dependencies in the compile from source instructions on the wiki but it has a warning that it's out of date and indeed those don't seem to work to get the compile going. Also, are there any flags I should be using?
