linux - Qemu install make failed, lost .deps/pixman-access.Tpo -


this met when install qemu-1.7.1 on ubuntu 13.04.

configure right, failed in make section.

the last error is

making in pixman /usr/bin/perl ./make-combine.pl 8 < ./pixman-combine.h.template > pixman-combine32.h || ( pixman-combine32.h; exit 1) /usr/bin/perl ./make-combine.pl 8 < ./pixman-combine.c.template > pixman-combine32.c || ( pixman-combine32.c; exit 1) /usr/bin/perl ./make-combine.pl 16 < ./pixman-combine.h.template > pixman-combine64.h || ( pixman-combine64.h; exit 1) /usr/bin/perl ./make-combine.pl 16 < ./pixman-combine.c.template > pixman-combine64.c || ( pixman-combine64.c; exit 1) make  all-am   cc     pixman-access.lo mv: can not get".deps/pixman-access.tpo" file status(stat): cannot file or directory make[4]: *** [pixman-access.lo] error 1 make[3]: *** [all] errot 2 make[2]: *** [all-recursive] error 1 make[1]: *** [all] error 2 make: *** [subdir-pixman] error 2 

please me out of this. don't know fault is.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -