[Fwd: Re: eb-lite core problems]
Kyle Vanditmars <[email protected]> Wed, 18 Feb 2004 07:35:36 -0800
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
As per Meredydd's suggestion, I submit my problem to the mailing list.
Basically, the eb-lite core fails to compile. Here is the console output.
[root@laptop core]# make
make all-recursive
make[1]: Entering directory `/home/kyle/eb-lite-alpha-10/core'
Making all in plugins
make[2]: Entering directory `/home/kyle/eb-lite-alpha-10/core/plugins'
Making all in msn
make[3]: Entering directory `/home/kyle/eb-lite-alpha-10/core/plugins/msn'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/kyle/eb-lite-alpha-10/core/plugins/msn'
Making all in irc
make[3]: Entering directory `/home/kyle/eb-lite-alpha-10/core/plugins/irc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/kyle/eb-lite-alpha-10/core/plugins/irc'
Making all in toc
make[3]: Entering directory `/home/kyle/eb-lite-alpha-10/core/plugins/toc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/kyle/eb-lite-alpha-10/core/plugins/toc'
Making all in yahoo
make[3]: Entering directory `/home/kyle/eb-lite-alpha-10/core/plugins/yahoo'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -no-cpp-precomp -g -O2
-Wall -I/usr/local/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:39: parse error before '(' token
/usr/include/string.h:39: parse error before "void"
/usr/include/string.h:42: parse error before '(' token
/usr/include/string.h:42: parse error before "void"
/usr/include/string.h:257: conflicting types for `bcopy'
/usr/include/string.h:42: 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 `/home/kyle/eb-lite-alpha-10/core/plugins/yahoo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kyle/eb-lite-alpha-10/core/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kyle/eb-lite-alpha-10/core'
make: *** [all-recursive-am] Error 2
I do hope someone can give me a hand.
Regards,
Kyle Vanditmars
-------- Original Message --------
Subject: Re: eb-lite core problems
Date: Wed, 18 Feb 2004 10:50:38 +0000
From: Meredydd <[email protected]>
To: Kyle Vanditmars <[email protected]>
References: <[email protected]>
Could you send the output on the console when it goes wrong? I'm afraid
that "it fails" is a bit vague :^)
In fact, it would be best if you could send it to the mailing list
([email protected] - subscribe at
http://lists.spine.cx/listinfo/everybuddy), so you can get everyone's
brains onto it at once.
Meredydd
On Wednesday 18 February 2004 06:22, you wrote:
> Hi,
>
> I'm trying to install the eb-lite core and ebQt Alpha 10 source, and
> am having difficulties. Specifically, the core source doesn't
> compile properly. Configure runs fine, but make gives a series of
> errors surrounding the compilation of the yahoo plugin. If you like,
> I can send a textfile of the console output when I run make.
> Alternatively, if there are any workarounds or documentation sites
> you can point me to, I would be most appreciative.
>
> Regards,
> Kyle Vanditmars