--with-mysql 没有安装php 和 www
make的时候出错
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DINVISIBLE -DSAFE_KILL -D_DETAIL_UINFO_ -DSHOW_IDLE_TIME -I../src -DLINUX -I/usr/include/mysql -MT tt.lo -MD -MP -MF .deps/tt.Tpo -c tt.c -fPIC -DPIC -o .libs/tt.o
tt.c: In function 'tt_game':
tt.c:134: error: 'CLK_TCK' undeclared (first use in this function)
tt.c:134: error: (Each undeclared identifier is reported only once
tt.c:134: error: for each function it appears in.)
make[3]: *** [tt.lo] 错误 1
make[2]: *** [all-recursive] 错误 1
make[1]: *** [all-recursive] 错误 1
make: *** [all] 错误 2
怎么解决呢?
--
FROM 211.99.222.*