curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Allow for spaces in include directories for build on Windows

From: Mark Itzcovitz via curl-library <curl-library_at_lists.haxx.se>
Date: Mon, 19 Sep 2022 09:43:53 +0000

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
Received on 2022-09-19