Firstly, apologies for not filing a pull request on GitHub; it's not an 
environment I'm familiar with.

In the file MakefileBuild.vc there are a couple of places where the build will 
fail if there are spaces in the directory paths for include folders, for SSH 
and SSH2. To fix this the line

SSH2_CFLAGS = $(SSH2_CFLAGS) /I$(SSH2_INC_DIR)

can be changed to

SSH2_CFLAGS = $(SSH2_CFLAGS) /I"$(SSH2_INC_DIR)"

and the line

SSH_CFLAGS = $(SSH_CFLAGS) /I$(SSH_INC_DIR)

can be changed to

SSH_CFLAGS = $(SSH_CFLAGS) /I"$(SSH_INC_DIR)"

This email and the information it contains are confidential and may be 
privileged. If you have received this e-mail in error please notify us 
immediately and do not copy it for any purpose, nor disclose its contents to 
any other person. Any views or opinions expressed in this message are those of 
the individual(s) and not necessarily of Ingenta. No reliance may be placed on 
this message, or any contract concluded, without written confirmation from an 
authorised representative of Ingenta. No guarantee is implied that this message 
or any attachment is virus free or has not been intercepted and amended.

Fraudsters are increasingly targeting firms and their clients, often requesting 
funds to be transferred to a different bank account or seeking to obtain 
confidential information. If you receive a suspicious or unexpected email from 
us, or purporting to have been sent on our behalf (particularly any email 
requesting that funds be transferred to a different bank account), please do 
not reply to the email, click on any links, open any attachments, or comply 
with any instructions contained within it. Instead, please telephone your 
Ingenta contact to verify the email. Ingenta cannot take responsibility for any 
losses arising from your transfer of funds or disclosure of confidential 
information.
-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to