Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath.

2015-02-06 Thread Eitan Eliahu
Eitan -Original Message- From: Gurucharan Shetty [mailto:shet...@nicira.com] Sent: Friday, February 06, 2015 7:39 AM To: Eitan Eliahu Cc: Nithin Raju; dev@openvswitch.org; Gurucharan Shetty Subject: Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath. > Would be nice to have a

Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath.

2015-02-06 Thread Gurucharan Shetty
bject: Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath. > >> +- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./configure >> CC=build-aux/cccl LD=\"`which link`\" LIBS=-lws2_32 >> --with-pthread=C:/pthreads-win32/Pre-built.2

Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath.

2015-02-06 Thread Gurucharan Shetty
On Thu, Feb 5, 2015 at 10:38 PM, Nithin Raju wrote: >> +- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./configure >> CC=build-aux/cccl LD=\"`which link`\" LIBS=-lws2_32 >> --with-pthread=C:/pthreads-win32/Pre-built.2 --with-openssl=C:/OpenSSL-Win32 >> --with-vstudioddk=\"Win8.1 Release

Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath.

2015-02-05 Thread Eitan Eliahu
: Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath. > +- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./configure > CC=build-aux/cccl LD=\"`which link`\" LIBS=-lws2_32 > --with-pthread=C:/pthreads-win32/Pre-built.2 --with-openssl=C:/OpenSSL-Win

Re: [ovs-dev] [PATCH] appveyor: Build windows kernel datapath.

2015-02-05 Thread Nithin Raju
> +- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./configure > CC=build-aux/cccl LD=\"`which link`\" LIBS=-lws2_32 > --with-pthread=C:/pthreads-win32/Pre-built.2 --with-openssl=C:/OpenSSL-Win32 > --with-vstudioddk=\"Win8.1 Release\”" Thanks for the patch. Only comment I had was to was

[ovs-dev] [PATCH] appveyor: Build windows kernel datapath.

2015-02-05 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- appveyor.yml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 32a0524..8d0c0d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,5 +39,5 @@ build_script: - C:\MinGW\msys\1.0\bin\bash -lc "cp /c/pthrea