Enter the path to the kernel header files for the 3.5.0-17-generic kernel?
The path "" is not a valid path to the 3.5.0-17-generic kernel headers.
Would you like to change it? [yes]

看样子是缺少头文件,我装的时候装过两个包,build-essential和 linux-headers-*。楼上的方法应该是对的kakey0104 写了:试试这两个命令:sudo apt-get install build-essential和sudo apt-get install linux-headers-xx.xx.xx,上面xx.xx.xx是你的kernel的版本,用uname -a来查看自己kernel的版本