From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muon.bluestop.org ([74.50.51.35]:30649 "EHLO muon.cran.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751748AbcAUVxs (ORCPT ); Thu, 21 Jan 2016 16:53:48 -0500 Subject: Re: Windows Make Broken References: From: Bruce Cran Message-ID: <56A1536A.6060308@cran.org.uk> Date: Thu, 21 Jan 2016 14:53:46 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: fio-owner@vger.kernel.org List-Id: fio@vger.kernel.org To: Jeff Furlong , "fio@vger.kernel.org" On 01/21/2016 02:43 PM, Jeff Furlong wrote: > Building version 2.5 on Windows appears broken: > > > server.c:272:11: error: 'MSG_DONTWAIT' undeclared (first use in this function) > flags = MSG_DONTWAIT; > ^ > server.c:272:11: note: each undeclared identifier is reported only once for each function it appears in Yeah, there's also a problem with strcasestr.c. I'm working on fixing both problems just now. --- Bruce