git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Erik Faye-Lund <kusmabite@googlemail.com>
To: Thiago Farina <tfransosi@gmail.com>
Cc: Frank Li <lznuaa@gmail.com>,
	Marius Storm-Olsen <marius@storm-olsen.com>,
	git@vger.kernel.org, msysGit <msysgit@googlegroups.com>,
	Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: [msysGit] Re: Using VC build git (split patch)
Date: Sun, 30 Aug 2009 22:16:15 +0200	[thread overview]
Message-ID: <40aa078e0908301316m68258630oe84c0e9b6191332b@mail.gmail.com> (raw)
In-Reply-To: <a4c8a6d00908301236l4394a471vb83ed2befda3a91@mail.gmail.com>

On Sun, Aug 30, 2009 at 9:36 PM, Thiago Farina<tfransosi@gmail.com> wrote:
> Error   2635    error LNK2019: unresolved external symbol _socketpair
> referenced in function _imap_open_store imap-send.obj   imap-send
>
> Anyone faced this problem before?

Yes. imap-send isn't supported on windows, since it uses
posix-functions that aren't available in msvcrt. The Makefile system
excludes it for MinGW-builds. Is it added to the vcproj-files?

Any patches that adds a working socketpair()-function (or even better,
IMO: rewrite the code so socketpair isn't needed) would of course be
very welcome. I'd love to have a working imap-send on windows :)

-- 
Erik "kusma" Faye-Lund
kusmabite@gmail.com
(+47) 986 59 656

  reply	other threads:[~2009-08-30 20:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-17 13:13 Using VC build git (split patch) Frank Li
2009-08-17 13:19 ` Erik Faye-Lund
2009-08-17 13:43   ` Johannes Schindelin
2009-08-17 15:14   ` Frank Li
2009-08-17 15:25     ` Erik Faye-Lund
2009-08-17 18:22 ` Marius Storm-Olsen
2009-08-18  1:07   ` [msysGit] " Frank Li
2009-08-30 19:36     ` Thiago Farina
2009-08-30 20:16       ` Erik Faye-Lund [this message]
2009-08-30 20:24         ` Thiago Farina
2009-08-31  2:45           ` Frank Li

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

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

  git send-email \
    --in-reply-to=40aa078e0908301316m68258630oe84c0e9b6191332b@mail.gmail.com \
    --to=kusmabite@googlemail.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=lznuaa@gmail.com \
    --cc=marius@storm-olsen.com \
    --cc=msysgit@googlegroups.com \
    --cc=tfransosi@gmail.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 NNTP newsgroup(s).