Project

General

Profile

Actions

Emulator Issues #9662

closed

Unable to compile dolphin git with mbedtls 2.3.0

Added by C0rn3j almost 8 years ago. Updated about 7 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
Linux
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Package upgrade broke dolphin git
mbedtls 2.2.1 > 2.3.0

2.2.1 compiles fine, 2.3.0 breaks the build

[ 41%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/Core.cpp.o
In file included from /usr/include/mbedtls/net.h:34:0,
from /home/c0rn3j/dolphin-emu/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h:9,
from /home/c0rn3j/dolphin-emu/Source/Core/Core/IPC_HLE/WII_Socket.h:54,
from /home/c0rn3j/dolphin-emu/Source/Core/Core/Core.cpp:55:
/usr/include/mbedtls/ssl.h:547:5: error: ‘mbedtls_time_t’ does not name a type
mbedtls_time_t start; /*!< starting time */
^~~~~~~~~~~~~~
make[2]: *** [Source/Core/Core/CMakeFiles/core.dir/build.make:189: Source/Core/Core/CMakeFiles/core.dir/Core.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:748: Source/Core/Core/CMakeFiles/core.dir/all] Error 2
make: *** [Makefile:150: all] Error 2

Actions

Also available in: Atom PDF