unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: Mike Gran <spk121@yahoo.com>
Cc: guile-user <guile-user@gnu.org>
Subject: Re: [ANN] guile-curl 0.7
Date: Sun, 3 Jan 2021 23:16:01 -0800	[thread overview]
Message-ID: <CA+XASoW2oV=mRykoe5MnZNonfwGTYVXNVQ0-nQGRjboNKFYONA@mail.gmail.com> (raw)
In-Reply-To: <20210104043628.GA1092151@spikycactus.com>

Hi Mike,

I'm trying to add guile-curl to homebrew-guile but ran into
compilation issues in type.c using the tarball from your email. If I
clone the repo it builds fine. Interestingly the file is a bit
different, for example one of the changes in the repo is:

-SCM scm_fo_curl_handle_t;
-SCM_GLOBAL_VARIABLE(scm_fo_curl_handle_var, "<curl-handle>");
+static scm_t_bits handle_tag;

Missing handle_tag is one of the reasons compilation fails, it's not
in the type.c from the tarball.

Aleix

On Sun, Jan 3, 2021 at 8:36 PM Mike Gran <spk121@yahoo.com> wrote:
>
> I am pleased to announce the release of guile-curl 0.7.
> This is a library for fetching files by URL from the internet
> in the GNU Guile dialect of the Scheme programming language.
> It wraps functionality provided by the libcurl library.
> It supports many protocols, such as https, ftp, tftp, gopher,
> and smtp, and it has many options for proxies.
>
> The development tree is at
>   https://github.com/spk121/guile-curl
> The latest source archive is at
>   http://lonelycactus.com/tarball/guile_curl-0.7.tar.gz
> MD5 a049da8e2b31b12fc8e6aaab4b56a7d7  guile_curl-0.7.tar.gz
>
> For Release 0.7 - Jan 1, 2021
>
>     - Eliminate Guile 2.0 support
>     - All Guile 3.0 support
>     - Update gnulib
>
> There is no mailing list for this project.  Feel free to contact
> me directly if you have any questions.
>
> Thanks,
>
> Mike Gran
>
>
>



  reply	other threads:[~2021-01-04  7:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210104043628.GA1092151.ref@spikycactus.com>
2021-01-04  4:36 ` [ANN] guile-curl 0.7 Mike Gran
2021-01-04  7:16   ` Aleix Conchillo Flaqué [this message]
2021-01-04  9:02     ` Ricardo Wurmus
2021-01-04 11:36       ` Mike Gran via General Guile related discussions
2021-01-04 11:42         ` Ricardo Wurmus
2021-01-04 12:07           ` Mike Gran via General Guile related discussions
2021-01-04 19:46             ` Aleix Conchillo Flaqué
2021-01-04 18:43         ` Aleix Conchillo Flaqué
2021-01-04 23:23           ` Aleix Conchillo Flaqué

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+XASoW2oV=mRykoe5MnZNonfwGTYVXNVQ0-nQGRjboNKFYONA@mail.gmail.com' \
    --to=aconchillo@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=spk121@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).