Instalacja EKG2

Tematy związane z oprogramowaniem, instalacją, konfiguracją
ArnVaker

Post autor: ArnVaker »

Jeśli zostawisz repozytorium wersji testowej, to przy aktualizacji system pobierze wszystkie pakiety właśnie z tej wersji. Czyli zaktualizujesz cały system do Squeeze (testing). Repozytorium eksperymentalne możesz zostawić, ponieważ nie jest ono brane pod uwagę przy standardowej aktualizacji.
d0man199
Posty: 28
Rejestracja: 04 października 2008, 23:17

Post autor: d0man199 »

Panowie pomóżcie. Wpisuję make i dostaje takie coś:

Kod: Zaznacz cały

make  all-recursive
make[1]: Entering directory `/home/doman/ekg2-20080826'
Making all in plugins
make[2]: Entering directory `/home/doman/ekg2-20080826/plugins'
Making all in logs
make[3]: Entering directory `/home/doman/ekg2-20080826/plugins/logs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/doman/ekg2-20080826/plugins/logs'
Making all in mail
make[3]: Entering directory `/home/doman/ekg2-20080826/plugins/mail'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/doman/ekg2-20080826/plugins/mail'
Making all in rc
make[3]: Entering directory `/home/doman/ekg2-20080826/plugins/rc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/doman/ekg2-20080826/plugins/rc'
Making all in sms
make[3]: Entering directory `/home/doman/ekg2-20080826/plugins/sms'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/doman/ekg2-20080826/plugins/sms'
Making all in pcm
make[3]: Entering directory `/home/doman/ekg2-20080826/plugins/pcm'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/doman/ekg2-20080826/plugins/pcm'
Making all in icq
make[3]: Entering directory `/home/doman/ekg2-20080826/plugins/icq'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -fvisibility=hidden -UDBG_CAPHTML -DDBG_CAPMTN -DDBG_CAPXTRAZ -UDBG_CAPXTRAZ_MUC -DDBG_NEWCAPS -DDBG_OSCARFT -DDBG_AIMCONTACTSEND   -g -O2 -Wall -std=c99 -MT icq_la-icq.lo -MD -MP -MF .deps/icq_la-icq.Tpo -c -o icq_la-icq.lo `test -f 'icq.c' || echo './'`icq.c
 gcc -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -UDBG_CAPHTML -DDBG_CAPMTN -DDBG_CAPXTRAZ -UDBG_CAPXTRAZ_MUC -DDBG_NEWCAPS -DDBG_OSCARFT -DDBG_AIMCONTACTSEND -g -O2 -Wall -std=c99 -MT icq_la-icq.lo -MD -MP -MF .deps/icq_la-icq.Tpo -c icq.c  -fPIC -DPIC -o .libs/icq_la-icq.o
icq.c:46:17: error: icq.h: No such file or directory
icq.c:47:18: error: misc.h: No such file or directory
icq.c:49:31: error: icq_flap_handlers.h: No such file or directory
icq.c:50:31: error: icq_snac_handlers.h: No such file or directory
icq.c: In function 'icq_send_pkt':
icq.c:59: error: 'icq_private_t' undeclared (first use in this function)
icq.c:59: error: (Each undeclared identifier is reported only once
icq.c:59: error: for each function it appears in.)
icq.c:59: error: 'j' undeclared (first use in this function)
icq.c:68: warning: implicit declaration of function 'icq_hexdump'
icq.c: In function 'icq_ping':
icq.c:74: error: 'icq_private_t' undeclared (first use in this function)
icq.c:74: error: 'j' undeclared (first use in this function)
icq.c:84: warning: implicit declaration of function 'icq_makeflap'
icq.c: In function 'icq_write_status_msg':
icq.c:91: error: 'icq_private_t' undeclared (first use in this function)
icq.c:91: error: 'j' undeclared (first use in this function)
icq.c:108: warning: implicit declaration of function 'icq_send_snac'
icq.c:110: warning: implicit declaration of function 'icq_pack_tlv_str'
icq.c: In function 'icq_write_status':
icq.c:123: warning: implicit declaration of function 'icq_status'
icq.c:127: warning: implicit declaration of function 'icq_pack_tlv_dword'
icq.c: In function 'icq_write_info':
icq.c:132: error: 'icq_private_t' undeclared (first use in this function)
icq.c:132: error: 'j' undeclared (first use in this function)
icq.c:147: warning: implicit declaration of function 'icq_pack_append'
icq.c:207: warning: implicit declaration of function 'icq_pack'
icq.c:207: warning: implicit declaration of function 'icq_pack_tlv'
icq.c:207: warning: assignment makes pointer from integer without a cast
icq.c:209: warning: implicit declaration of function 'icq_makesnac'
icq.c: In function 'icq_session_connected':
icq.c:275: warning: implicit declaration of function 'icq_pack_tlv_word'
icq.c:348: warning: assignment makes pointer from integer without a cast
icq.c:350: warning: implicit declaration of function 'icq_makemetasnac'
icq.c: In function 'icq_session_init':
icq.c:401: error: 'icq_private_t' undeclared (first use in this function)
icq.c:401: error: 'j' undeclared (first use in this function)
icq.c: In function 'icq_session_deinit':
icq.c:423: error: 'icq_private_t' undeclared (first use in this function)
icq.c:423: error: 'j' undeclared (first use in this function)
icq.c: In function 'icq_handle_disconnect':
icq.c:486: error: 'icq_private_t' undeclared (first use in this function)
icq.c:486: error: 'j' undeclared (first use in this function)
icq.c: In function 'icq_handle_connect':
icq.c:511: error: 'icq_private_t' undeclared (first use in this function)
icq.c:511: error: 'j' undeclared (first use in this function)
icq.c: In function 'icq_handle_stream':
icq.c:543: error: 'icq_private_t' undeclared (first use in this function)
icq.c:543: error: 'j' undeclared (first use in this function)
icq.c:570: warning: implicit declaration of function 'icq_flap_handler'
icq.c: In function 'icq_handle_hubresolver':
icq.c:610: error: 'icq_private_t' undeclared (first use in this function)
icq.c:610: error: 'j' undeclared (first use in this function)
icq.c: In function 'icq_command_msg':
icq.c:779: warning: implicit declaration of function 'icq_convert_to_ucs2be'
icq.c:779: warning: assignment makes pointer from integer without a cast
icq.c:780: warning: assignment makes pointer from integer without a cast
icq.c:791: warning: implicit declaration of function 'icq_pack_tlv_char'
icq.c:793: warning: assignment makes pointer from integer without a cast
icq.c:797: warning: assignment makes pointer from integer without a cast
icq.c: In function 'icq_command_connect':
icq.c:927: error: 'icq_private_t' undeclared (first use in this function)
icq.c:927: error: 'j' undeclared (first use in this function)
icq.c: In function 'icq_command_userinfo':
icq.c:1007: warning: assignment makes pointer from integer without a cast
icq.c: In function 'icq_command_searchuin':
icq.c:1026: warning: assignment makes pointer from integer without a cast
icq.c: In function 'icq_userlist_info_handle':
icq.c:1233: warning: implicit declaration of function 'int2time_str'
icq.c:1233: warning: assignment makes pointer from integer without a cast
icq.c:1236: warning: assignment makes pointer from integer without a cast
icq.c: In function 'icq_plugin_init':
icq.c:1288: warning: implicit declaration of function 'icq_convert_string_init'
icq.c: In function 'icq_plugin_destroy':
icq.c:1330: warning: implicit declaration of function 'icq_convert_string_destroy'
make[3]: *** [icq_la-icq.lo] Error 1
make[3]: Leaving directory `/home/doman/ekg2-20080826/plugins/icq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/doman/ekg2-20080826/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/doman/ekg2-20080826'
make: *** [all] Error 2
Jest jakiś sposób na to? Jak coś to ekg2 próbuje instalować na shellu. Nie posiadam uprawnień root.

[ Dodano: 2009-05-25, 15:15 ]

Szukam kogoś kto ma chwilę czasu i zna się na Debianie, aby spróbował zainstalować mi na Shellu EKG2.
malinkalive
Beginner
Posty: 100
Rejestracja: 12 lutego 2007, 14:35

Post autor: malinkalive »

Nie szukaj nikogo tylko pogadaj z administratorem systemu.
Awatar użytkownika
lis6502
Member
Posty: 1798
Rejestracja: 05 listopada 2008, 20:14
Lokalizacja: Miasto Szybowców

Post autor: lis6502 »

Poza tym można przecież wyłączyć w konfigu opcję 'icq'; nie będzie obsługiwać co prawda tego protokołu, ale powinien się skompilować.
d0man199
Posty: 28
Rejestracja: 04 października 2008, 23:17

Post autor: d0man199 »

@malinkalive admin mówił że sam mogę zainstalować, wiec wynika z tego, że nie chce mu się za bardzo instalować EKG.

@lis6502 Miałbyś czas spróbować skompilować?
sigo
Junior Member
Posty: 501
Rejestracja: 21 marca 2009, 19:12

Post autor: sigo »

Bez obrazy, ale użytkownicy mają lepsze zajęcia niż prywatne rozwiązywanie problemów innych.
Spróbuj pociągnąć wątek i rozwiązać problem publicznie - po to są fora, pomagamy innym, by każdy mógł skorzystać z rozwiązania.
Awatar użytkownika
lis6502
Member
Posty: 1798
Rejestracja: 05 listopada 2008, 20:14
Lokalizacja: Miasto Szybowców

Post autor: lis6502 »

sigo pisze:użytkownicy mają lepsze zajęcia
E tam :P Kompilowałem trzy kernele naraz i nudziło mi się troszku, to zajrzałem :) . Nie ma pakietu -dev od icq.
ODPOWIEDZ