[distcc] redeclared symbol error

Alex Olugbile aoo at csag.ucsd.edu
Sun Jun 15 11:28:09 GMT 2003


I've been tinkering with distcc, but when I try to build my rather small 
application, the compiler generates a steady stream of '...already 
declared in this scope' errors. This error only occurs when I build using 
distcc. Any and all suggestions are  welcome. Thanks,

Alex

-------------- next part --------------
cd src; make
make[1]: Entering directory `/home/aoo/mite2000/src'
g++ -DHAVE_CONFIG_H -D_LINUX -D_X86 -D_GCC -D_POSIX -D_PTHREADS  -D_HAVE_POSIX_MEMALIGN -D_HAVE_PTHREAD_ATTR_SETSTACK -I../../mite2000/Include  -g -Wall -Wno-non-template-friend -static -O2   -c AConditionVariable.cpp
g++ -DHAVE_CONFIG_H -D_LINUX -D_X86 -D_GCC -D_POSIX -D_PTHREADS  -D_HAVE_POSIX_MEMALIGN -D_HAVE_PTHREAD_ATTR_SETSTACK -I../../mite2000/Include  -g -Wall -Wno-non-template-friend -static -O2   -c ACritSec.cpp
g++ -DHAVE_CONFIG_H -D_LINUX -D_X86 -D_GCC -D_POSIX -D_PTHREADS  -D_HAVE_POSIX_MEMALIGN -D_HAVE_PTHREAD_ATTR_SETSTACK -I../../mite2000/Include  -g -Wall -Wno-non-template-friend -static -O2   -c AddressBook.cpp
In file included from /home/x86-local/include/g++-v3/bits/stl_algobase.h:71,
                 from /home/x86-local/include/g++-v3/bits/stl_tree.h:85,
                 from /home/x86-local/include/g++-v3/bits/std_set.h:62,
                 from /home/x86-local/include/g++-v3/set:31,
                 from ../../mite2000/Include/AddressBook.h:32,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_cstring.h:68: `memcpy' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:69: `memmove' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:70: `strcpy' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:71: `strncpy' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:72: `strcat' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:73: `strncat' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:74: `memcmp' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:75: `strcmp' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:76: `strcoll' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:77: `strncmp' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:78: `strxfrm' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:79: `strcspn' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:80: `strspn' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:81: `strtok' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:82: `memset' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:83: `strerror' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:84: `strlen' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:86: `memchr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h:92: `strchr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h: In function `char *strchr (char *, int)':
/home/x86-local/include/g++-v3/bits/std_cstring.h:96: `__builtin_strchr' undeclared (first use this 
function)
/home/x86-local/include/g++-v3/bits/std_cstring.h:96: (Each undeclared identifier is reported only once 
for each function it appears in.)
/home/x86-local/include/g++-v3/bits/std_cstring.h: At top level:
/home/x86-local/include/g++-v3/bits/std_cstring.h:98: `strpbrk' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h: In function `char *strpbrk (char *, const char *)':
/home/x86-local/include/g++-v3/bits/std_cstring.h:102: `__builtin_strpbrk' undeclared (first use this 
function)
/home/x86-local/include/g++-v3/bits/std_cstring.h: At top level:
/home/x86-local/include/g++-v3/bits/std_cstring.h:104: `strrchr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h: In function `char *strrchr (char *, int)':
/home/x86-local/include/g++-v3/bits/std_cstring.h:108: `__builtin_strrchr' undeclared (first use this 
function)
/home/x86-local/include/g++-v3/bits/std_cstring.h: At top level:
/home/x86-local/include/g++-v3/bits/std_cstring.h:110: `strstr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstring.h: In function `char *strstr (char *, const char *)':
/home/x86-local/include/g++-v3/bits/std_cstring.h:114: `__builtin_strstr' undeclared (first use this 
function)
In file included from /home/x86-local/include/g++-v3/bits/stl_algobase.h:73,
                 from /home/x86-local/include/g++-v3/bits/stl_tree.h:85,
                 from /home/x86-local/include/g++-v3/bits/std_set.h:62,
                 from /home/x86-local/include/g++-v3/set:31,
                 from ../../mite2000/Include/AddressBook.h:32,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_cstdlib.h: At top level:
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:78: `abort' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:79: `abs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:80: `atexit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:81: `atof' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:82: `atoi' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:83: `atol' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:84: `bsearch' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:85: `calloc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:86: `div' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:87: `exit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:88: `free' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:89: `getenv' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:90: `labs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:91: `ldiv' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:92: `malloc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:93: `mblen' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:94: `mbstowcs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:95: `mbtowc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:96: `qsort' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:97: `rand' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:98: `realloc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:99: `srand' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:102: `strtoul' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:103: `system' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:104: `wcstombs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:105: `wctomb' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:154: `_Exit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:156: `llabs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:158: `lldiv' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:159: `atoll' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:160: `strtof' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:162: `strtoull' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdlib.h:163: `strtold' is already declared in this scope
In file included from /home/x86-local/include/g++-v3/cstdio:31,
                 from /home/x86-local/include/g++-v3/i686-pc-linux-gnu/bits/c++io.h:35,
                 from /home/x86-local/include/g++-v3/bits/fpos.h:39,
                 from /home/x86-local/include/g++-v3/bits/std_iosfwd.h:41,
                 from /home/x86-local/include/g++-v3/bits/stl_algobase.h:77,
                 from /home/x86-local/include/g++-v3/bits/stl_tree.h:85,
                 from /home/x86-local/include/g++-v3/bits/std_set.h:62,
                 from /home/x86-local/include/g++-v3/set:31,
                 from ../../mite2000/Include/AddressBook.h:32,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_cstdio.h:91: `clearerr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:92: `fclose' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:93: `feof' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:94: `ferror' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:95: `fflush' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:96: `fgetc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:97: `fgetpos' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:98: `fgets' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:99: `fopen' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:100: `fprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:101: `fputc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:102: `fputs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:103: `fread' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:104: `freopen' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:105: `fscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:106: `fseek' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:107: `fsetpos' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:108: `ftell' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:109: `fwrite' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:110: `getc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:111: `getchar' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:112: `gets' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:113: `perror' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:114: `printf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:115: `putc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:116: `putchar' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:117: `puts' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:118: `remove' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:119: `rename' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:120: `rewind' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:121: `scanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:122: `setbuf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:123: `setvbuf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:124: `sprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:125: `sscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:126: `tmpfile' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:127: `tmpnam' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:128: `ungetc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:130: `vprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:131: `vsprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:153: `snprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:154: `vfscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:155: `vscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:156: `vsnprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cstdio.h:157: `vsscanf' is already declared in this scope
In file included from /home/x86-local/include/g++-v3/bits/std_cwchar.h:39,
                 from /home/x86-local/include/g++-v3/bits/fpos.h:40,
                 from /home/x86-local/include/g++-v3/bits/std_iosfwd.h:41,
                 from /home/x86-local/include/g++-v3/bits/stl_algobase.h:77,
                 from /home/x86-local/include/g++-v3/bits/stl_tree.h:85,
                 from /home/x86-local/include/g++-v3/bits/std_set.h:62,
                 from /home/x86-local/include/g++-v3/set:31,
                 from ../../mite2000/Include/AddressBook.h:32,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_ctime.h:59: `clock' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:60: `difftime' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:61: `mktime' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:62: `time' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:63: `asctime' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:64: `ctime' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:65: `gmtime' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:66: `localtime' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_ctime.h:67: `strftime' is already declared in this scope
In file included from /home/x86-local/include/g++-v3/bits/fpos.h:40,
                 from /home/x86-local/include/g++-v3/bits/std_iosfwd.h:41,
                 from /home/x86-local/include/g++-v3/bits/stl_algobase.h:77,
                 from /home/x86-local/include/g++-v3/bits/stl_tree.h:85,
                 from /home/x86-local/include/g++-v3/bits/std_set.h:62,
                 from /home/x86-local/include/g++-v3/set:31,
                 from ../../mite2000/Include/AddressBook.h:32,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_cwchar.h:126: `btowc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:127: `fgetwc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:128: `fgetws' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:129: `fputwc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:130: `fputws' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:131: `fwide' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:132: `fwprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:133: `fwscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:134: `getwc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:135: `getwchar' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:136: `mbrlen' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:138: `mbsinit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:139: `mbsrtowcs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:140: `putwc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:141: `putwchar' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:142: `swprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:143: `swscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:144: `ungetwc' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:145: `vfwprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:146: `vfwscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:147: `vswprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:148: `vswscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:149: `vwprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:150: `vwscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:151: `wcrtomb' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:152: `wcscat' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:153: `wcscmp' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:154: `wcscoll' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:155: `wcscpy' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:156: `wcscspn' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:157: `wcsftime' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:158: `wcslen' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:159: `wcsncat' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:160: `wcsncmp' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:161: `wcsncpy' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:162: `wcsrtombs' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:163: `wcsspn' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:164: `wcstod' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:165: `wcstof' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:166: `wcstok' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:167: `wcstol' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:168: `wcstoul' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:169: `wcsxfrm' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:170: `wctob' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:171: `wmemcmp' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:172: `wmemcpy' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:173: `wmemmove' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:174: `wmemset' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:175: `wprintf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:176: `wscanf' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:178: `wcschr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:184: `wcspbrk' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:190: `wcsrchr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:196: `wcsstr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:202: `wmemchr' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:224: `wcstold' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:225: `wcstoll' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwchar.h:226: `wcstoull' is already declared in this scope
In file included from /home/x86-local/include/g++-v3/bits/localefwd.h:43,
                 from /home/x86-local/include/g++-v3/bits/std_ios.h:43,
                 from /home/x86-local/include/g++-v3/bits/std_istream.h:39,
                 from /home/x86-local/include/g++-v3/bits/std_sstream.h:39,
                 from /home/x86-local/include/g++-v3/sstream:31,
                 from ../../mite2000/Include/Logger.h:45,
                 from ../../mite2000/Include/SelectDispatcher.h:49,
                 from ../../mite2000/Include/AddressBook.h:39,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_cctype.h:57: `isalnum' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:58: `isalpha' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:59: `iscntrl' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:60: `isdigit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:61: `isgraph' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:62: `islower' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:63: `isprint' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:64: `ispunct' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:65: `isspace' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:66: `isupper' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:67: `isxdigit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:68: `tolower' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cctype.h:69: `toupper' is already declared in this scope
In file included from /home/x86-local/include/g++-v3/bits/locale_facets.h:45,
                 from /home/x86-local/include/g++-v3/bits/basic_ios.h:36,
                 from /home/x86-local/include/g++-v3/bits/std_ios.h:46,
                 from /home/x86-local/include/g++-v3/bits/std_istream.h:39,
                 from /home/x86-local/include/g++-v3/bits/std_sstream.h:39,
                 from /home/x86-local/include/g++-v3/sstream:31,
                 from ../../mite2000/Include/Logger.h:45,
                 from ../../mite2000/Include/SelectDispatcher.h:49,
                 from ../../mite2000/Include/AddressBook.h:39,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_cwctype.h:68: `iswalnum' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:69: `iswalpha' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:70: `iswblank' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:71: `iswcntrl' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:72: `iswdigit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:73: `iswgraph' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:74: `iswlower' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:75: `iswprint' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:76: `iswprint' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:77: `iswpunct' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:78: `iswspace' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:79: `iswupper' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:80: `iswxdigit' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:81: `iswctype' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:82: `towlower' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:83: `towupper' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:84: `towctrans' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:85: `wctrans' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_cwctype.h:86: `wctype' is already declared in this scope
In file included from /home/x86-local/include/g++-v3/bits/locale_facets.tcc:36,
                 from /home/x86-local/include/g++-v3/bits/std_locale.h:41,
                 from /home/x86-local/include/g++-v3/bits/istream.tcc:32,
                 from /home/x86-local/include/g++-v3/bits/std_istream.h:290,
                 from /home/x86-local/include/g++-v3/bits/std_sstream.h:39,
                 from /home/x86-local/include/g++-v3/sstream:31,
                 from ../../mite2000/Include/Logger.h:45,
                 from ../../mite2000/Include/SelectDispatcher.h:49,
                 from ../../mite2000/Include/AddressBook.h:39,
                 from AddressBook.cpp:31:
/home/x86-local/include/g++-v3/bits/std_clocale.h:47: `setlocale' is already declared in this scope
/home/x86-local/include/g++-v3/bits/std_clocale.h:48: `localeconv' is already declared in this scope
AddressBook.cpp: In method `long unsigned int mite::AddressBook::SetAd 
(const char *, long unsigned int, long unsigned int, long unsigned int, 
bool, long unsigned int)':
AddressBook.cpp:229: warning: unused variable `long unsigned int 
dwAdKey'
distcc[23877] ERROR: compile on frontend-0 failed with exit code 1
make[1]: *** [AddressBook.o] Error 1
make[1]: Leaving directory `/home/aoo/mite2000/src'
make: *** [all] Error 2


More information about the distcc mailing list