Hi!
I’m running cmake_generic.sh to make a build tree on my Linux Mint 18.3 but I keep on receiving this error.
-- Could NOT find RoarAudio development library (missing: SNDIO_LIBRARIES SNDIO_INCLUDE_DIRS)
CMake Error at Source/ThirdParty/SDL/cmake/macros.cmake:73 (message):
*** ERROR: Missing Xext.h, maybe you need to install the libxext-dev
package?
Call Stack (most recent call first):
Source/ThirdParty/SDL/cmake/sdlchecks.cmake:383 (message_error)
Source/ThirdParty/SDL/CMakeLists.txt:929 (CheckX11)
-- Configuring incomplete, errors occurred!
See also "/opt/Urho3D/build-linux64/CMakeFiles/CMakeOutput.log".
See also "/opt/Urho3D/build-linux64/CMakeFiles/CMakeError.log".
I’ve installed libdirectfb-dev libegl1-mesa-dev mir-client-platform-mesa-devlibegl1-mesa-dev
libwayland-dev, wayland-protocols libx11-dev, libxcursor-dev, libxext-dev, libxi-dev, libxinerama-dev, libxrandr-dev, libxrender-dev, libxss-dev, libxxf86vm-dev
xorg-devel
I can see that there’s Xext.h present on my /usr/include/X11/extensions but I keep on receiving such message.
Thanks in advance!