gmake all-recursive
gmake[1]: Entering directory `/home/liue/aa'
Making all in aa
gmake[2]: Entering directory `/home/liue/aa/aa'
source='menus.c' object='menus.o' libtool=no \
depfile='.deps/menus.Po' tmpdepfile='.deps/menus.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/X11R6/include -DG_LOG_DOMAIN=\"Aa\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -O0 -g3 -Wall -c `test -f 'menus.c' || echo './'`menus.c
menus.c:163:33: warning: multi-line string literals are deprecated
menus.c: In function `about_cb':
menus.c:163: parse error before "A"
menus.c:164:63: warning: multi-line string literals are deprecated
menus.c:170:34: warning: multi-line string literals are deprecated
menus.c:170:34: missing terminating " character
menus.c:163:33: possible start of unterminated string literal
menus.c:160: warning: unused variable `logo'
menus.c:155: warning: unused variable `authors'
gmake[2]: *** [menus.o] Error 1
gmake[2]: Leaving directory `/home/liue/aa/aa'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/liue/aa'
gmake: *** [all] Error 2
*** failed ***
here is my source code (it can be complied success):
/***************************************************************************
aa.c - description
-------------------
begin : Fri Apr 29 2005
copyright : (C) 2005 by liue
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include <stdio.h>
int main()
{
printf("hollow,you are my sccond program with kdevelop\n");
return 0;
}