search for: _pyxl_types

Displaying 3 results from an estimated 3 matches for "_pyxl_types".

2011 Jul 07
6
Xen unstable on NetBSD
...g-calls -fPIC -I../../tools/include -I../../tools/libxl -I../../tools/libxc -Ixen/lowlevel/xl -I/usr/pkg/include/python2.6 -c xen/lowlevel/xl/xl.c -o build/temp.netbsd-5.99.52-amd64-2.6/xen/lowlevel/xl/xl.o -fno-strict-aliasing -Werror In file included from xen/lowlevel/xl/xl.c:210: xen/lowlevel/xl/_pyxl_types.h:47: error: expected '')'' before ''*'' token xen/lowlevel/xl/_pyxl_types.h:48: error: expected declaration specifiers or ''...'' before ''libxl_domid'' xen/lowlevel/xl/_pyxl_types.h:75: error: expected '')'' before ...
2010 Sep 09
2
[PATCH]: add libxl python binding
...9:24:24 2010 +0100 +++ b/tools/python/Makefile Thu Sep 09 12:06:50 2010 +0100 @@ -20,6 +20,10 @@ genpath-target = $(call buildmakevars2fi .PHONY: build buildpy buildpy: genpath + PYTHONPATH=$(XEN_ROOT)/tools/libxl $(PYTHON) genwrap.py \ + $(XEN_ROOT)/tools/libxl/libxl.idl \ + xen/lowlevel/xl/_pyxl_types.h \ + xen/lowlevel/xl/_pyxl_types.c CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build build: buildpy refresh-pot refresh-po $(CATALOGS) @@ -85,6 +89,8 @@ test: clean: rm -f $(XENPATH) rm -rf build *.pyc *.pyo *.o *.a *~ $(CATALOGS) xen/util/auxbin.pyc + rm -f xen...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *