From: Paolo M. <pao...@gm...> - 2007-11-03 12:52:41
|
Hi. I tried to compile coLinux 0.7.1. The compilation process works fine for linux kernel and modules but I have the followin error when it tries to compile the daemon. My system is Slackware 11.0 This is the output Making kernel 2.6.12 Making Module 2.6.12 Create md5sum /mnt/coLinux-0.7.1/stable-colinux-20070714>make colinux make[1]: Entering directory `/mnt/coLinux-0.7.1/stable-colinux-20070714/src' pyCreate md5sum /mnt/coLinux-0.7.1/stable-colinux-20070714>make colinux make[1]: Entering directory `/mnt/coLinux-0.7.1/stable-colinux-20070714/src' python ../bin/make.py colinux Traceback (most recent call last): File "../bin/make.py", line 10, in ? main() File "../bin/make.py", line 6, in main from comake import main as comake_main ImportError: No module named comake make[1]: *** [colinux] Error 1 make[1]: Leaving directory `/mnt/coLinux-0.7.1/stable-colinux-20070714/src' make: *** [colinux] Error 2thon ../bin/make.py colinux Traceback (most recent call last): File "../bin/make.py", line 10, in ? main() File "../bin/make.py", line 6, in main from comake import main as comake_main ImportError: No module named comake make[1]: *** [colinux] Error 1 make[1]: Leaving directory `/mnt/coLinux-0.7.1/stable-colinux-20070714/src' make: *** [colinux] Error 2 This is an error of my configuration ? Thanks in advance Paolo |