Hello, I receive an error when using cmake.
Here is the process I went through to get to this point.
git clone https://github.com/urho3d/Urho3D
cd Urho3D
cmake .
I then receive this error:
– *** WARNING: You must have SDL_LoadObject() support for dynamic ALSA loading
– *** WARNING: You must have SDL_LoadObject() support for dynamic PulseAudio loading
– *** WARNING: You must have SDL_LoadObject() support for dynamic ESD loading
– Could NOT find aRts development library (missing: ARTS_LIBRARIES ARTS_INCLUDE_DIRS)
– *** WARNING: You must have SDL_LoadObject() support for dynamic NAS loading
– 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)
I have libxext-dev installed.
Any help would be nice! Thanks.