Hello,
After upgrading my operating system to Ubuntu 22.04.4, the client won't startup. Doing a rebuild manually I get the error below.
Any idea what the best path is?
Thanks.
```
./include/linux/minmax.h:45:25: note: in expansion of macro ‘__careful_cmp’
45 | #define min(x, y) __careful_cmp(x, y, <)
| ^~~~~~~~~~~~~
/opt/beegfs/src/client/client_module_7/build/../source/common/net/sock/NetworkInterfaceCard.c:123:14: note: in expansion of macro ‘min’
123 | min(sizeof(ifr.ifr_hwaddr.sa_data), (size_t) dev->addr_len) );
| ^~~
./include/linux/minmax.h:36:9: error: first argument to ‘__builtin_choose_expr’ not a constant
36 | __builtin_choose_expr(__safe_cmp(x, y), \
| ^~~~~~~~~~~~~~~~~~~~~
./include/linux/minmax.h:45:25: note: in expansion of macro ‘__careful_cmp’
45 | #define min(x, y) __careful_cmp(x, y, <)
| ^~~~~~~~~~~~~
/opt/beegfs/src/client/client_module_7/build/../source/common/net/sock/NetworkInterfaceCard.c:123:14: note: in expansion of macro ‘min’
123 | min(sizeof(ifr.ifr_hwaddr.sa_data), (size_t) dev->addr_len) );
| ^~~
make[2]: *** [scripts/Makefile.build:297: /opt/beegfs/src/client/client_module_7/build/../source/common/net/sock/NetworkInterfaceCard.o] Error 1
make[1]: *** [Makefile:1911: /opt/beegfs/src/client/client_module_7/build/../source] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-112-generic'
make: *** [Makefile:159: module] Error 2
```