# # # 07-Dec-02 amo Get newt for sndconfig # # # http://wh58-508.st.uni-magdeburg.de/sparemint/html/packages-old/newt-devel.html ( newt-0.50-4 ) http://www.voodoolinux.com/software/voodoolinux-1.2/i386/newt-devel-0.51.0-1vl.i386.html ( no anonymous login ) # # cd /opt/Src rpm -ivh newt-0.50-4.src.rpm cp /usr/local/src/rpm/SOURCES/newt-0.50.tar.gz . # cd /usr/local/src # tar zxvf /hdb/Src/newt-0.50.tar.gz # ./configure # make # snackmodule.c:7: Python.h: No such file or directory # make: *** [snackmodule.o] Error 1 # ls -la /usr/include/python2.2/Python.h # vi Makefile s-/usr/include/python1.5-/usr/include/python2.2/g # make clean ; make # make install # # find /usr/include -name newt.h -ls # # # Now go back to compiling sndconfig # # # End of file