Emulator Issues #9062
closedDolphin no longer compiles on Ubuntu 14.04 derivatives
0%
Description
Recently, and probably due to [this commit:] (https://github.com/dolphin-emu/dolphin/pull/3091/files#diff-bacd3c30147c6d65726c6176ce3cb720R11), CMake fails to produce a makefile on Mint 17.2 (and it seems, any Ubuntu-based distro would be affected). The CMakeError.log displays:
"/dolphin/Build/CMakeFiles/CMakeTmp/src.cxx:2:30: fatal error: mbedtls/version.h: No such file or directory
#include <mbedtls/version.h>"
This is probably due to the upgrade from PolarSSL to mbedtls (Ubuntu-based distros are still way behind - mine uses PolarSSL 1.3.4). In an attempt to remedy this, I cloned, compiled and installed the latest mbedtls source available [here:] (https://github.com/ARMmbed/mbedtls), but that didn't work.
Thanks anyone in advance for looking into this.