Re: [dpdk-dev] [PATCH v2] windows: minor build fixes

2020-11-15 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH v2] windows: minor build fixes > > External email: Use caution opening links or attachments > > > 12/11/2020 22:35, Tal Shnaiderman: > > > Subject: Re: [dpdk-dev] [PATCH v2] windows: minor build fixes > > > > > >

Re: [dpdk-dev] [PATCH v2] windows: minor build fixes

2020-11-13 Thread Thomas Monjalon
12/11/2020 22:35, Tal Shnaiderman: > > Subject: Re: [dpdk-dev] [PATCH v2] windows: minor build fixes > > > > Missing / incorrect '--in-reply-to'. Please ignore - still learning the > > process! > > > > On 31/10/2020 06:43, Nick Connolly wrote: >

Re: [dpdk-dev] [PATCH v2] windows: minor build fixes

2020-11-12 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH v2] windows: minor build fixes > > > Missing / incorrect '--in-reply-to'. Please ignore - still learning the > process! > > On 31/10/2020 06:43, Nick Connolly wrote: > > Meson versions >= 0.54.0 include support

Re: [dpdk-dev] [PATCH v2] windows: minor build fixes

2020-10-31 Thread Nick Connolly
Missing / incorrect '--in-reply-to'. Please ignore - still learning the process! On 31/10/2020 06:43, Nick Connolly wrote: Meson versions >= 0.54.0 include support for handling /implib with msvc link. Specifying it explicitly causes failures when linking against the dll. Tested using Link 14.27

[dpdk-dev] [PATCH v2] windows: minor build fixes

2020-10-30 Thread Nick Connolly
Meson versions >= 0.54.0 include support for handling /implib with msvc link. Specifying it explicitly causes failures when linking against the dll. Tested using Link 14.27.29112.0 and Clang 11.0.0. There were a number of changes to the way that import libraries are handled between 0.47.1 and 0.54

[dpdk-dev] [PATCH v2] windows: minor build fixes

2020-10-30 Thread Nick Connolly
Meson versions >= 0.54.0 include support for handling /implib with msvc link. Specifying it explicitly causes failures when linking against the dll. Tested using Link 14.27.29112.0 and Clang 11.0.0. There were a number of changes to the way that import libraries are handled between 0.47.1 and 0.54

[dpdk-dev] [PATCH v2] windows: minor build fixes

2020-10-30 Thread Nick Connolly
Meson versions >= 0.54.0 include support for handling /implib with msvc link. Specifying it explicitly causes failures when linking against the dll. Tested using Link 14.27.29112.0 and Clang 11.0.0. There were a number of changes to the way that import libraries are handled between 0.47.1 and 0.54