cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Lowercase SetupAPI.h for cross-compile on Linux #43

Closed ml8mr closed 3 years ago

ml8mr commented 3 years ago

Cross-compiling on Linux (as part of the Ceph build) currently fails with:

[ 97%] Building CXX object src/tools/rbd_wnbd/CMakeFiles/rbd-wnbd.dir/rbd_wnbd.cc.obj In file included from ../ceph/src/tools/rbd_wnbd/wnbd_handler.h:16, from ../ceph/src/tools/rbd_wnbd/wnbd_handler.cc:16: ../ceph/build.deps/src/wnbd/include/wnbd.h:12:10: fatal error: SetupAPI.h: No such file or directory 12 | #include | ^~~~ compilation terminated.

Fix this by changing setupapi.h to lowercase.

Signed-off-by: Mike Latimer mlatimer@suse.com

petrutlucian94 commented 3 years ago

Thanks for taking care of this!