From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 58D927961D for ; Fri, 27 Jan 2017 11:42:33 -0800 (PST) Received: by mail-wm0-x235.google.com with SMTP id c206so155568511wme.0 for ; Fri, 27 Jan 2017 11:43:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=geoffair-info.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=tLtZHC7tf9vneQbmt8dZC0wJ16Su2j6S4XilNAF37i0=; b=xtO9i/mpkgiy7KexBeEuo5DPCdG+zwx5CarfUfkkKVU0d03+BnDSLyZ0LiIZaTo15+ OjEl78HeifqAgNq0sj95eQCntHGeO9w73DsDbIMBSB+tlBndkSwdPDGzs4TJYLjixcza uT2CR29oVOWoaThnlcotdvHhTtABI9zZ1kUShdExwqDSdcBst1uAk3uFEUX0ZeUbg6va y3scd1qNOdgyvdLxVtei8Zzheqrkb4cPtz9SRAfGrarvOBoptEWhZFIEBHSHQv8NjHhh RjrVkLgFDPOfwriOW30SbOeiblCNoJb/9PPfMvy1J17CL7+Pq7Qb2eYLNC8OOeeZ7Y3k nbhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=tLtZHC7tf9vneQbmt8dZC0wJ16Su2j6S4XilNAF37i0=; b=MlBiRKbxETPNk+8uaFkywjoIB3GQEgVFNXE1fcyCLDwJoUFY7oN8irmA8IAfxYMedl m3L1HkLgeO8kkKrsKEPSAqq44r2q3tCvidkEG/0T5ffPvBpfOx9x3JrogbnsI0co22Oe gvUgqa4Fu2MBUfXgiBqAT1x4AW8AF1Vlu8S9tA06ttiWh4pndJg0L1ox+B85IXDH9FOc 1ucAN0WHgXkz5UNj5E1wpqV/H32/S7DDIFVjiEpzc1DX5mlcN2o55tj5ucXGTEtaKInX TXSF0xwFMCLTztzaY5vAcP3Vo5irr18vblwCiEVkABwxpHzrHYP84fmMPuO0JTHosvxs vazQ== X-Gm-Message-State: AIkVDXLJuAzBZ6KryuyD5U+oe5AIGDvbNdGVTEwlKLFC9Be9L/Vst8tZ4M36kc8GIxk0Nw== X-Received: by 10.28.150.194 with SMTP id y185mr4766472wmd.47.1485546198389; Fri, 27 Jan 2017 11:43:18 -0800 (PST) Received: from ?IPv6:2a01:cb04:4ba:c500:8a0:5a73:d86c:4e3b? (2a01cb0404bac50008a05a73d86c4e3b.ipv6.abo.wanadoo.fr. [2a01:cb04:4ba:c500:8a0:5a73:d86c:4e3b]) by smtp.googlemail.com with ESMTPSA id 202sm5379544wmp.20.2017.01.27.11.43.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jan 2017 11:43:17 -0800 (PST) To: edbrowse-dev@lists.the-brannons.com References: <20170027142149.eklhad@comcast.net> From: Geoff McLane Message-ID: <78e0ac32-8802-b381-10df-a27474a84d7d@geoffair.info> Date: Fri, 27 Jan 2017 20:43:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170027142149.eklhad@comcast.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Edbrowse-dev] Windows MSVC140 build X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.23 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 19:42:33 -0000 Hi Karle, Thanks for the quick reply... 1. Ok, 'size_t' would also be ok, I think... just not 'ssize_t', which is not defined... 2. Yes, it seems msvc140 wants a prototype spade cast as a spade, not a 'short ... *', like it may in fact be ;=)) Just brought my fork 100% up to current repo, and find some other errors. 3 unresolved - ftruncate, truncate, and usleep, so need to look at these tomorrow, or soonest... Meantime have pushed my current changes to a 'msvc140-32' branch in my fork... Be back soon... Regards, Geoff.