[ccan] [PATCH v3 0/7] configurator: Support for Windows and MSVC

David Gibson david at gibson.dropbear.id.au
Sat Oct 1 01:08:28 AEST 2016


On Wed, Sep 28, 2016 at 06:44:41PM -0600, Kevin Locke wrote:
> On Thu, 2016-09-29 at 10:21 +1000, David Gibson wrote:
> > Right.  Can you rebase your current patches and post them as a new
> > series.  That's makes my life easier compared to updated versions of
> > each patch in various places in the thread.
> 
> Certainly.  No problem.
> 
> Here is the third revision of the patch series which adds support for
> building configurator with Microsoft Visual C++ and running it on
> Windows.
> 
> Significant changes from v2:
> * Removing the unnecessary EINTR and short read/write handling code.
> * Switching from the musl libc err.h implementation to the CCAN err
>   module one in hopes of reducing maintenance burden and code
>   proliferation.
> * Additional documentation comments for AppVeyor.

I've merged these to master.

Judging by the FIXMEs in appveyor.yml there's still a lot of things
broken, but it's a start.

I set myself up an appveyor account and tweaked your comment to point
at that instead of the hypothetical one Rusty may or may not set up at
some point.

I've actually set up two appveyor projects: one which tracks my github
ccan repository at:
    https://ci.appveyor.com/project/dgibson/ccan-c44x3

And another which tracks the upstream master git for ccan at:
    https://ci.appveyor.com/project/dgibson/ccan

Bizarrely, the github one is working great, whereas the direct git one
is giving errors, even though they're showing as building exactly the
same commit :/.  It kind of looks like the master one is ignoring the
appveyor.yml for no apparent reason - it seems to be looking for a
vcproj file instead of using the build scripts you've supplied.

Oh well, maybe we'll figure it out in future.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/ccan/attachments/20161001/98d9694f/attachment.sig>


More information about the ccan mailing list