RE: [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

2023-03-08 Thread Tal Shnaiderman
> Subject: [PATCH v3 1/3] common/mlx5: get Windows dependency from > standard variables > > External email: Use caution opening links or attachments > > > The DevX library path had to be provided through the variables > DEVX_INC_PATH and DEVX_LIB_PATH. > It was non

Re: [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

2023-03-06 Thread Tyler Retzlaff
On Mon, Mar 06, 2023 at 09:30:00AM +0100, Thomas Monjalon wrote: > 03/03/2023 22:09, Tyler Retzlaff: > > On Fri, Mar 03, 2023 at 03:12:19PM +0100, Thomas Monjalon wrote: > > > 02/03/2023 18:17, Tyler Retzlaff: > > > > On Thu, Mar 02, 2023 at 02:21:48PM +0100, Thomas Monjalon wrote: > > > > > The De

Re: [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

2023-03-06 Thread Thomas Monjalon
03/03/2023 22:09, Tyler Retzlaff: > On Fri, Mar 03, 2023 at 03:12:19PM +0100, Thomas Monjalon wrote: > > 02/03/2023 18:17, Tyler Retzlaff: > > > On Thu, Mar 02, 2023 at 02:21:48PM +0100, Thomas Monjalon wrote: > > > > The DevX library path had to be provided through the variables > > > > DEVX_INC_P

Re: [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

2023-03-03 Thread Tyler Retzlaff
On Fri, Mar 03, 2023 at 03:12:19PM +0100, Thomas Monjalon wrote: > 02/03/2023 18:17, Tyler Retzlaff: > > On Thu, Mar 02, 2023 at 02:21:48PM +0100, Thomas Monjalon wrote: > > > The DevX library path had to be provided through the variables > > > DEVX_INC_PATH and DEVX_LIB_PATH. > > > It was non-stan

Re: [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

2023-03-03 Thread Thomas Monjalon
02/03/2023 18:17, Tyler Retzlaff: > On Thu, Mar 02, 2023 at 02:21:48PM +0100, Thomas Monjalon wrote: > > The DevX library path had to be provided through the variables > > DEVX_INC_PATH and DEVX_LIB_PATH. > > It was non-standard and triggers some issues with recent Meson. > > is it possible for me

Re: [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

2023-03-02 Thread Tyler Retzlaff
On Thu, Mar 02, 2023 at 02:21:48PM +0100, Thomas Monjalon wrote: > The DevX library path had to be provided through the variables > DEVX_INC_PATH and DEVX_LIB_PATH. > It was non-standard and triggers some issues with recent Meson. is it possible for meson to search the default install location tha

[PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables

2023-03-02 Thread Thomas Monjalon
The DevX library path had to be provided through the variables DEVX_INC_PATH and DEVX_LIB_PATH. It was non-standard and triggers some issues with recent Meson. Using CFLAGS/LDFLAGS is standard and simpler. It is also possible to use the Meson options -Dc_args and -Dc_link_args. There are 2 options