|
发表于 2006-6-28 22:35:15
|
显示全部楼层
0.1.6编译时make信息如下
gcc -O2 `pkg-config --cflags gtk+-2.0` -c callbacks.c -o callbacks.o
make: Warning: File `common.c' has modification time 1.5e+03 s in the future
gcc -O2 `pkg-config --cflags gtk+-2.0` -c common.c -o common.o
gcc -O2 `pkg-config --cflags gtk+-2.0` -c main.c -o main.o
gcc -O2 `pkg-config --libs gtk+-2.0 gthread-2.0` -o sopcast callbacks.o common.o main.o
make: 警告:检测到时钟错误。您的创建可能是不完整的。 |
|