Hello! I just checked, and I have installed the language itself at version 2.4, and a -tools kit also at the same version. There isn't a -devel kit because Slackware does not do things that way. Everything needed to build stuff with this distribution is stuffed into specific tar files and then compressed. If need be I'll grab the sources from -current for both and build them and install them, after the usual steps for an upgrade from one version to the other.
If need be, since I don't use Python for the OWFS stuff, I'll just disable it. --- Gregg C Levine [EMAIL PROTECTED] --- "Remember the Force will be with you. Always." Obi-Wan Kenobi > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owfs-developers- > [EMAIL PROTECTED] On Behalf Of Christian Magnusson > Sent: Wednesday, May 24, 2006 2:56 AM > To: [email protected] > Subject: Re: [Owfs-developers] Problem in building the latest CVS drop ofOWFS > on Slackware > > > I have made some changes to all makefiles, and I will checkin those > changes later today... It will probably not fix this compilation error, > but I'll see if I can fix it after that. > > Which python version do you have? > Do you have the python-devel package installed? > > /Christian > > On Wed, 2006-05-24 at 01:15 -0400, Gregg Levine wrote: > > Hello! > > I just attempted to build the latest OWFS set on my Slackware 10,1 > > system and ran into some interesting problems. It built correctly up > > to the point where it starts considering what to do about the items > > for Python: > > Making all in python > > > > make[3]: Entering directory `/usr/src/ow/owfs/module/swig/python' > > > > Making all in ow > > > > make[4]: Entering directory `/usr/src/ow/owfs/module/swig/python/ow' > > > > make[4]: Nothing to be done for `all'. > > > > make[4]: Leaving directory `/usr/src/ow/owfs/module/swig/python/ow' > > > > make[4]: Entering directory `/usr/src/ow/owfs/module/swig/python' > > > > /usr/bin/swig -python -o ow_wrap.c ../ow.i > > > > /usr/bin/python setup.py build > > > > Could not find platform independent libraries <prefix> > > > > Could not find platform dependent libraries <exec_prefix> > > > > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] > > > > 'import site' failed; use -v for traceback > > > > Traceback (most recent call last): > > > > File "setup.py", line 28, in ? > > > > from distutils.core import setup, Extension > > > > ImportError: No module named distutils.core > > > > make[4]: *** [owpython] Error 1 > > > > make[4]: Leaving directory `/usr/src/ow/owfs/module/swig/python' > > > > make[3]: *** [all-recursive] Error 1 > > > > make[3]: Leaving directory `/usr/src/ow/owfs/module/swig/python' > > > > make[2]: *** [all-recursive] Error 1 > > > > make[2]: Leaving directory `/usr/src/ow/owfs/module/swig' > > > > make[1]: *** [all-recursive] Error 1 > > > > make[1]: Leaving directory `/usr/src/ow/owfs/module' > > > > make: *** [all-recursive] Error 1 > > > > [EMAIL PROTECTED]:/usr/src/ow/owfs# > > > > I have no idea what its complaining about. > > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=1216 42 > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642 _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
