lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] MSVC Port Build Failure


From: address@hidden
Subject: Re: [lwip-devel] MSVC Port Build Failure
Date: Wed, 29 Mar 2017 23:02:48 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Right. Thanks for the hint. Should be fixed.

Simon


 Joel Cunningham wrote:
1>  altcp_tls_mbedtls_mem.c
1>e:\projects\lwip\src\apps\altcp_tls\altcp_tls_mbedtls_structs.h(49): fatal error C1083: Cannot open include file: 'mbedtls/ssl.h': No such file or directory

From altcp_tls_mbedtls_structs.h:

#if LWIP_ALTCP /* don't build if not configured for use in lwipopts.h */

#include "lwip/altcp.h"
#include "lwip/pbuf.h"

#include "mbedtls/ssl.h”

Do we need an additional check of LWIP_ALTCP_TLS_MBEDTLS with the check against LWIP_ALTCP?

Joel


_______________________________________________
lwip-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]