|
|
我在 用make编译的 时候出现的 问题,请帮小弟解决下!
interface.c: In function `create_app1':
interface.c:86: error: redeclaration of 'quit_button' with no linkage
interface.c:84: error: previous declaration of 'quit_button' was here
make[2]: *** [interface.o] Error 1
make[2]: Leaving directory `/root/Projects/project2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Projects/project2'
make: *** [all] Error 2 |
|