mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
c57dbd3451
this fixes: ``` creating /home/kefu/ceph/build/src/pybind/rados/var/ceph/ceph/build/src/pybind/rados creating /home/kefu/ceph/build/src/pybind/rados/var/ceph/ceph/build/src/pybind/rados/pyrex /usr/bin/gcc-6 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -iquote /var/ceph/ceph/src/include -fPIC -I/usr/include/python2.7 -I/usr/include/x86_64-linux- gnu/python2.7 -I/usr/include/python2.7 -c /home/kefu/ceph/build/src/pybind/rados/pyrex/rados.c -o /home/kefu/ceph/build/src/pybind/rados/var/ceph/ceph/build/src/pybind/rados/pyrex/ra dos.o -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -lpython2. 7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions /home/kefu/ceph/build/src/pybind/rados/pyrex/rados.c:239:28: fatal error: rados/librados.h: No such file or directory #include "rados/librados.h" ^ compilation terminated. ``` seems we can not pass the CFLAGS with space in it to setup.py using env variable Signed-off-by: Kefu Chai <kchai@redhat.com> |
||
---|---|---|
.. | ||
modules |