0
我想在Ubuntu 12.04 32bit版上編譯Systrace-1.6f。我發現下面的錯誤。Systrace 1.6f Compliation error
[email protected]:/home/sharma/Desktop/systrace-1.6f# make make all-recursive make[1]: Entering directory `/home/sharma/Desktop/systrace-1.6f' Making all in . make[2]: Entering directory `/home/sharma/Desktop/systrace-1.6f' gcc -DHAVE_CONFIG_H -I. -Wall -c systrace-translate.c In file included from systrace-translate.c:54:0: linux_fcntl.h:90:2: error: unknown type name ‘linux_off_t’ linux_fcntl.h:91:2: error: unknown type name ‘linux_off_t’ linux_fcntl.h:92:2: error: unknown type name ‘linux_pid_t’ linux_fcntl.h:98:9: error: unknown type name ‘linux_loff_t’ linux_fcntl.h:99:9: error: unknown type name ‘linux_loff_t’ linux_fcntl.h:100:9: error: unknown type name ‘linux_pid_t’ make[2]: *** [systrace-translate.o] Error 1 make[2]: Leaving directory `/home/sharma/Desktop/systrace-1.6f' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sharma/Desktop/systrace-1.6f' make: *** [all] Error 2
請給我一個解決上述錯誤的方法。