help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnunet] A couple problems with gnunet 0.4.2 - Also compile pro


From: Josh Grebe
Subject: Re: [Help-gnunet] A couple problems with gnunet 0.4.2 - Also compile problems in 0.4.3
Date: 29 Jul 2002 10:01:28 -0500

Greetings all,

I installed the CVS version as requested, and ran it over the weekend.
Here is the output of gnunet-stats:

Node-to-Node (udp):
#HELO      received:     13803  send:     22133
#SKEY      received:      1322  send:      1707
#PING      received:      1421  send:      5003
#PONG      received:       163  send:      1421
#3QUERY    received:  113621090  send:  215408493
#CONTENT   received:     14746  send:     24878
#TIMESTAMP received:         0  send:         0
#SEQUENCE  received:   6121896  send:   9124358
#NOISE     received:   2740252k send:   1750544k
#HANGUP    received:        11  send:       128
#octets    received:    443650k send:    536897k

Server-Client (tcp):
#QUERY     received:    324798  send:         0
#CONTENT   received:         0  send:      2017
#INSERT    received:         0  send:         0
#INDEX     received:         0  send:         0
#LISTFILE  received:         0  send:         0
#FILEINDEX received:         0  send:         0
#STATREQ.  received:        21  send:         0
#STATREPLY received:         0  send:        20

Server Statistics:
Shared files       :        12
Size of shared data:      6327k
Connected hosts    :        11
Uptime             :    233825s

I am getting some search results, not having a lot of luck trying to
download files though.

I upgraded to 0.4.3 shortly ago, and got the following 2 errors:

gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include     -g -O2 -c
insertmain.c
In file included from ../../src/include/textui/keywords.h:13,
                 from insertmain.c:30:
/usr/include/extractor.h:72: `warning__' redeclared as different kind of
symbol
../../src/include/util/logging.h:90: previous declaration of `warning__'

gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include     -g -O2 -c keywords.c
In file included from keywords.c:8:
../../src/include/textui/keywords.h:67: parse error before
"EXTRACTOR_ExtractorList"
keywords.c:76: parse error before "EXTRACTOR_ExtractorList"
keywords.c: In function `extractKeywordsMulti':
keywords.c:114: `num_keywords' undeclared (first use in this function)
keywords.c:114: (Each undeclared identifier is reported only once
keywords.c:114: for each function it appears in

I was able to get it compiled with a little hackery... I commented out
the declaration of warning__ in src/include/textui/keywords.h, and for
the other, I edited keywords.h, and replaced:
#ifdef HAVE_EXTRACTOR_H
#include <extractor.h>
#else
typedef struct EXTRACTOR_Extractor {
} EXTRACTOR_ExtractorList;
#endif

with

#include <extractor.h>
typedef struct EXTRACTOR_Extractor {
} EXTRACTOR_ExtractorList;


I am running Gentoo linux, and have libextractor 0.1.0 installed.

Josh


Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]