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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
