gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2
-c `test -f cmdline.c || echo './'`cmdline.c
cmdline.c:319:17: missing terminating " character
cmdline.c: In function `printHelp':
cmdline.c:320: error: parse error before "Usage"
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:320: error: stray '\' in program
cmdline.c:335:40: missing terminating ' character
cmdline.c:335:40: warning: character constant too long
for its type
make[2]: *** [cmdline.o] Error 1
make[2]: Leaving directory
`/home/whitejr/peep-0.5.0-rc2/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/whitejr/peep-0.5.0-rc2'
make: *** [all] Error 2
configuration:
uname -a:
Linux fish 2.6.5-7.108-default #1 Wed Aug 25 13:34:40
UTC 2004 i686 athlon i386 GNU/Linux
gcc --version
gcc (GCC) 3.3.3 (SuSE Linux)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
SuSE Pro 9.1
Logged In: NO
gcc 3 doesn't support multiline literals without slashes.
on line 319 of cmdline.c, put a \ after the "
Then it will build fine.