I was building the latest hplip package on a new system, and it fell
over the first time when it discovered that I needed to install
cups-devel.  Which I did, then continued.  Sometime during the make, it
then fell over again: 

g++ -g -O2 -o hpiod hpiod.o channel.o device.o mlc.o system.o jddevice.o
jetdirect.o udevice.o uppdevice.o ppdevice.o pp.o dot4.o ppdot4.o
usbext.o comp.o  /usr/lib/libusb.so -lcrypto -lpthread
cd pcard/pcardext; \
/usr/bin/python setup.py build
Traceback (most recent call last):
  File "setup.py", line 23, in ?
    from distutils.core import setup, Extension, Command
ImportError: No module named distutils.core
make[1]: *** [build-pcardext] Error 1
make[1]: Leaving directory `/usr/src/packages/SOURCES/hplip-1.6.6a'
make: *** [all-recursive] Error 1


This is due to python-devel not being installed.  Would it not be a Good
Thing(R) for autoconf to check ?



/Per Jessen, Zürich


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Devel mailing list
HPLIP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-devel

Reply via email to