On 05/12/2016 07:29 PM, Olav Seyfarth wrote: > Since there seems to be no installable package, I tried the "manual > installation" guide in INSTALL in blink-2.0.0.tar.gz . There, I > encounter a missing file: > > blink-2.0.0 # python setup.py build_ext > running build_ext > building 'blink.screensharing._rfb' extension > x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv > -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c > blink/screensharing/_rfb.c -o > build/temp.linux-x86_64-2.7/blink/screensharing/_rfb.o > blink/screensharing/_rfb.c:8:22: fatal error: pyconfig.h: Datei oder > Verzeichnis nicht gefunden > #include "pyconfig.h" > ^ > compilation terminated. > error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 > > What am I missing here?
You need the "libpython2.7-dev" package which contain the python C header files. http://packages.ubuntu.com/search?searchon=contents&keywords=pyconfig.h&mode=exactfilename&suite=xenial&arch=any
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Blink mailing list [email protected] http://lists.ag-projects.com/mailman/listinfo/blink
