1Spis najczesciej spotykanych problemow przy kompilacji/uzytkowaniu gg2
2
31. W trakcie kompilacji dostaje taki blad:
4	[ciach]
5	Making all in gadu_gadu
6	[ciach]
7	gadu_gadu_plugin.c: In function 'handle_search_event':
8	gadu_gadu_plugin.c:200: 'gg_pubdir50_t' undeclared (first use in this
9	function)
10	gadu_gadu_plugin.c:200: (Each undeclared identifier is reported only once
11	gadu_gadu_plugin.c:200: for each function it appears in.)
12	gadu_gadu_plugin.c:200: parse error before "res"
13	gadu_gadu_plugin.c:204: warning: implicit declaration of function
14	'gg_pubdir50_count'
15	gadu_gadu_plugin.c:204: 'res' undeclared (first use in this function)
16
17itp. komunikaty zwiazane z Katalogiem Publicznym w pluginie gadu_gadu.
18ROZWIAZANIE: zainstaluj najnowsze ekg (http://dev.null.pl/ekg/), uzywajac
19przy wywolaniu ./configure opcji --enable-shared. Potem make i make install
20zainstaluje ci najnowsza werjse libgadu, ktora obsluguje juz nowy katalog
21publiczny.
22
23
24$Id: problems,v 1.3 2004/01/17 00:44:58 shaster Exp $