curlbuild.h : No such file or directory
rudyryk opened this issue · 3 comments
rudyryk commented
Thank you for the build script! Seems like it worked for me but I see the following error at the final patching stage:
patch: **** Can't find file /tmp/build_libcurl_7488/include/curl/curlbuild.h : No such file or directory
$ ls /tmp/build_libcurl_7488/include/curl/
curl.h easy.h multi.h system.h
curlver.h mprintf.h stdcheaders.h typecheck-gcc.h
curl-7.55.1
macOS 10.12.6
Xcode 8.3.2
Build version 8E2002
sinofool commented
Which version of the curl?
…On Tue, Sep 5, 2017 at 8:36 AM Alexey Kinev ***@***.***> wrote:
Thank you for the build script! Seems like it worked for me but I see the
following error at the final patching stage:
patch: **** Can't find file /tmp/build_libcurl_7488/include/curl/curlbuild.h : No such file or directory$ ls /tmp/build_libcurl_7488/include/curl/curl.h easy.h multi.h system.hcurlver.h mprintf.h stdcheaders.h typecheck-gcc.h
macOS 10.12.6
Xcode 8.3.2
Build version 8E2002
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAXNWDtXTd7IK1s6xUJy9ou_2CKwnVzNks5sfWplgaJpZM4PNIjK>
.
rudyryk commented
@sinofool curl-7.55.1
This is one that currently available for download as default at https://curl.haxx.se/download.html
sinofool commented
Newer 7.55 already support 64bit preprocessors in system.h header file.
I am working on an fix for latest version.