If at first you don't succeed.

"Kent R. Rigby" <[email protected]> Wed, 17 Mar 2004 19:37:23 -0500
Newsgroups gmane.network.everybuddy.user
Message-ID <[email protected]>
Since no-one answered the first time I thought I would try again.

I am getting the following error compiling alpha10 core.  Any suggestions 
would be appreciated.

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -no-cpp-precomp  -g -O2 -Wall 
-I/usr/include/gnutls -DHAVE_TLS -c libyahoo2.c
gcc: unrecognized option `-no-cpp-precomp'
In file included from yahoo_util.h:57,
                 from libyahoo2.c:82:
/usr/include/string.h:38: parse error before '(' token
/usr/include/string.h:38: parse error before "void"
/usr/include/string.h:41: parse error before '(' token
/usr/include/string.h:41: parse error before "void"
/usr/include/string.h:256: conflicting types for `bcopy'
/usr/include/string.h:41: previous declaration of `bcopy'
libyahoo2.c: In function `_yahoo_default_server_settings':
libyahoo2.c:240: void value not ignored as it ought to be
libyahoo2.c:242: void value not ignored as it ought to be
libyahoo2.c:244: void value not ignored as it ought to be
libyahoo2.c:246: void value not ignored as it ought to be
libyahoo2.c:247: void value not ignored as it ought to be
libyahoo2.c: In function `_yahoo_assign_server_settings':
libyahoo2.c:268: void value not ignored as it ought to be
libyahoo2.c:275: void value not ignored as it ought to be
libyahoo2.c:282: void value not ignored as it ought to be
libyahoo2.c:289: void value not ignored as it ought to be
libyahoo2.c:293: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_packet_hash':
libyahoo2.c:505: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_packet_read':
libyahoo2.c:584: void value not ignored as it ought to be
libyahoo2.c: In function `bud_str2list':
libyahoo2.c:816: void value not ignored as it ought to be
libyahoo2.c:817: void value not ignored as it ought to be
libyahoo2.c: In function `getcookie':
libyahoo2.c:844: void value not ignored as it ought to be
libyahoo2.c:850: void value not ignored as it ought to be
libyahoo2.c: In function `getlcookie':
libyahoo2.c:865: void value not ignored as it ought to be
libyahoo2.c:869: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_process_conference':
libyahoo2.c:999: void value not ignored as it ought to be
libyahoo2.c:1042: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_process_chat':
libyahoo2.c:1119: void value not ignored as it ought to be
libyahoo2.c:1139: void value not ignored as it ought to be
libyahoo2.c:1145: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_process_list':
libyahoo2.c:1364: void value not ignored as it ought to be
libyahoo2.c:1372: void value not ignored as it ought to be
libyahoo2.c:1382: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_process_buddyadd':
libyahoo2.c:2135: void value not ignored as it ought to be
libyahoo2.c:2136: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_process_buddydel':
libyahoo2.c:2174: void value not ignored as it ought to be
libyahoo2.c:2175: void value not ignored as it ought to be
libyahoo2.c: In function `_yahoo_webcam_get_server_connected':
libyahoo2.c:2285: void value not ignored as it ought to be
libyahoo2.c:2287: void value not ignored as it ought to be
libyahoo2.c:2294: void value not ignored as it ought to be
libyahoo2.c:2298: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_webcam_get_server':
libyahoo2.c:2323: void value not ignored as it ought to be
libyahoo2.c:2325: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_process_yab_connection':
libyahoo2.c:2906: void value not ignored as it ought to be
libyahoo2.c:2915: void value not ignored as it ought to be
libyahoo2.c: In function `_yahoo_webcam_connected':
libyahoo2.c:2952: void value not ignored as it ought to be
libyahoo2.c:2955: void value not ignored as it ought to be
libyahoo2.c:2968: void value not ignored as it ought to be
libyahoo2.c:2983: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_process_webcam_master_connection':
libyahoo2.c:3065: void value not ignored as it ought to be
libyahoo2.c:3068: void value not ignored as it ought to be
libyahoo2.c:3070: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_init_with_attributes':
libyahoo2.c:3145: void value not ignored as it ought to be
libyahoo2.c:3146: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_set_yab':
libyahoo2.c:3442: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_webcam_get_feed':
libyahoo2.c:3973: void value not ignored as it ought to be
libyahoo2.c: In function `yahoo_webcam_accept_viewer':
libyahoo2.c:4022: void value not ignored as it ought to be
make[3]: *** [libyahoo2.o] Error 1
make[3]: Leaving directory 
`/var/src/build/eb-lite-alpha-10/core/plugins/yahoo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/src/build/eb-lite-alpha-10/core/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/src/build/eb-lite-alpha-10/core'
make: *** [all-recursive-am] Error 2