Re: [exim] Exim 4.90 RC3 uploaded

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Exim 4.90 RC3 uploaded
On 30/11/17 14:42, Frank Elsner wrote:
> exim-4.90_RC3/src/tlscert-openssl.c:#include <openssl/x509v3.h>
> exim-4.90_RC3/build-Linux-i386/tlscert-openssl.c:#include <openssl/x509v3.h>
>
> At this point I'm at the end of my abilities :-(


make FULLECHO=''

Grab the full-length compile line for tls.c

Dive into the build* directory.
Use that compile line, but replace the "-c" with "-E".
Grab the stdout to a file. Look through the file
for markers of file locations; one is added (among others) for
every fresh #include file starting - these have line number 1.

Compare what the sequence of #included files should be from the
original source code files, with what gets done for that
bit of inclusion.

--
Cheers,
Jeremy