On Tue, Apr 18, 2017 at 09:26:58PM -0400, Kuba Ober wrote:
> When I build 5.8 configured with -static -openssl-linked -I
> c:\path\to\openssl\include -L c:\path...\lib etc., the OpenSSL configure test
> passes, but building the network code fails since the include path never
> makes it to the Ma
I have struggled with this in 5.5 and there was closed bug (no
feedback) that dates back from 5.5 as well. From what I can tell nmake
distclean misses something. I was able to work around this with both
of these options:
- Erase all source code and download/extract new fresh source tree
-
When I build 5.8 configured with -static -openssl-linked -I
c:\path\to\openssl\include -L c:\path...\lib etc., the OpenSSL configure test
passes, but building the network code fails since the include path never makes
it to the Makefile (for nmake). Adding QMAKE_INCDIR+=c:\path...\include doesn't