[ovs-dev] [PATCH] windows: fix broken build

2017-05-05 Thread Alin Serdean
The Windows build is failing because EPFNOSUPPORT does not exist. An equivalent is supplied using the WinSock API: WSAEPFNOSUPPORT. Signed-off-by: Alin Gabriel Serdean --- include/windows/windefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/windows/windefs.h b/include/windows

Re: [ovs-dev] [PATCH] windows: fix broken build

2017-05-05 Thread Shashank Ram
From: ovs-dev-boun...@openvswitch.org on behalf of Alin Serdean Sent: Friday, May 5, 2017 1:20 PM To: d...@openvswitch.org Subject: [ovs-dev] [PATCH] windows: fix broken build The Windows build is failing because EPFNOSUPPORT does not exist. An equivalent

Re: [ovs-dev] [PATCH] windows: fix broken build

2017-05-05 Thread Sairam Venugopal
Thanks for fixing this. Acked-by: Sairam Venugopal On 5/5/17, 1:20 PM, "ovs-dev-boun...@openvswitch.org on behalf of Alin Serdean" wrote: >The Windows build is failing because EPFNOSUPPORT does not exist. > >An equivalent is supplied using the WinSock API: WSAEPFNOSUPPORT. > >Signed-off-

Re: [ovs-dev] [PATCH] windows: fix broken build

2017-05-05 Thread Guru Shetty
On 5 May 2017 at 13:20, Alin Serdean wrote: > The Windows build is failing because EPFNOSUPPORT does not exist. > > An equivalent is supplied using the WinSock API: WSAEPFNOSUPPORT. > > Signed-off-by: Alin Gabriel Serdean > I applied this after changing the commit message to something more mean

Re: [ovs-dev] [PATCH] windows: fix broken build

2017-05-05 Thread Alin Serdean
From: Guru Shetty [mailto:g...@ovn.org] Sent: Saturday, May 6, 2017 12:12 AM To: Alin Serdean Cc: d...@openvswitch.org Subject: Re: [ovs-dev] [PATCH] windows: fix broken build On 5 May 2017 at 13:20, Alin Serdean mailto:aserd...@cloudbasesolutions.com>> wrote: The Windows build is f

[ovs-dev] [PATCH] Windows: Fix broken build caused by a bad file extension

2018-03-27 Thread Alin Gabriel Serdean
The compiler (cl) complains: `ovsdb/ovsdb-server.c(689) : fatal error C1083: Cannot open include file: 'ovsdb/_server.ovsschema.inc': No such file or directory` (https://ci.appveyor.com/project/blp/ovs/build/1.0.4079#L2586) Generated compiler objects have the extension `.obj` on Windows

Re: [ovs-dev] [PATCH] Windows: Fix broken build caused by a bad file extension

2018-03-31 Thread Ben Pfaff
On Tue, Mar 27, 2018 at 08:29:49PM +0300, Alin Gabriel Serdean wrote: > The compiler (cl) complains: > `ovsdb/ovsdb-server.c(689) : fatal error C1083: > Cannot open include file: 'ovsdb/_server.ovsschema.inc': >No such file or directory` > (https://ci.appveyor.com/project/blp/ovs/build/

Re: [ovs-dev] [PATCH] Windows: Fix broken build caused by a bad file extension

2018-04-02 Thread aserdean
> -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele Ben Pfaff > Trimis: Saturday, March 31, 2018 10:47 PM > Către: Alin Gabriel Serdean > Cc: ovs-dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] Windows: Fix broken