I get the error below when I compile with clang but it doesn’t happen with gcc.
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:441 (message_error)
Source/ThirdParty/SDL/CMakeLists.txt:1076 (CheckX11)
I know there are similar posts but I tried the solution in those posts to no avail.
I tried cleaning the build tree, deleting it entirely and even cleaning the local repo with git-clean -fxd.
I am no expert but when I compile with clang, cmake’s configuration finishes quicker as if its cached (even if its the first time configuring it). Is it possible its cached somewhere outside the urho3d directory?? I’m using ubuntu bionic.