Witam, podczas kompilacji daemona pojawia się błąd gdy zaczyna się kompilowanie modułu ggnotify. Chyba brakuje pliku libgadu.h Oto co wyrzuca mi na ekran:
make[2]: Entering directory `/var/www/html/lms/daemon/modules/ggnotify' cc -I/usr/include/mysql -DUSE_MYSQL -DDEBUG1 -I../.. -Wall -O2 -I/usr/src/ekg/lib -c -o ggnotify.o ggnotify.c ggnotify.c:38:21: libgadu.h: Nie ma takiego pliku ani katalogu ggnotify.c: In function `reload': ggnotify.c:86: error: storage size of 'p' isn't known ggnotify.c:93: warning: implicit declaration of function `gg_login' ggnotify.c:93: warning: assignment makes pointer from integer without a cast ggnotify.c:96: warning: implicit declaration of function `gg_free_session' ggnotify.c:166: warning: implicit declaration of function `gg_send_message' ggnotify.c:166: error: `GG_CLASS_MSG' undeclared (first use in this function) ggnotify.c:166: error: (Each undeclared identifier is reported only once ggnotify.c:166: error: for each function it appears in.) ggnotify.c:190: warning: implicit declaration of function `gg_logoff' ggnotify.c:86: warning: unused variable `p' make[2]: *** [ggnotify.o] Błąd 1 make[2]: Leaving directory `/var/www/html/lms/daemon/modules/ggnotify' make[1]: *** [all] Błąd 2 make[1]: Leaving directory `/var/www/html/lms/daemon/modules' make: *** [xmodules] Błąd 2
Jesli brakuje libgadu.h to gdzie go znajdę i gdzie go wrzycic?
Pozdrawiam!