Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2009-09-09 19:58:58

  thim - Użytkownik

thim
Użytkownik
Skąd: Płock
Zarejestrowany: 2009-08-01

Ekg2-kompilacja.

Witam ponownie.

A więc jak można wywnioskować z nazwy wątku postanowiłem skompilować pierwszy program jakim jest EKG2. Przecież każdy musi to wkońcu zrobić, ale przejdę do sedna sprawy. Chodzi o to, że wypakowałem plik i wpisuję w konsoli ./configure. wszystko idzie aż nagle pojawiają się wyrazy, których jak mniemam każdy początkujący uzytkownik linuxa nie lubi tj. not found. error, warning. To jest przebieg ./configure:

Kod:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for an ANSI C-conforming const... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether no accepts -g... no
checking dependency style of no... none
checking whether we are using the GNU Fortran 77 compiler... no
checking whether no accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether byte ordering is bigendian... no
checking for uintXX_t types... found in <stdint.h>
checking for kvm_openfiles... no
checking for kvm_openfiles in -lkvm... no
checking for gethostbyname... yes
checking for socket... yes
checking for sched_yield... yes
checking for inet_addr... yes
checking for main in -lwsock32... no
checking for getopt_long... yes
checking for scandir... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for getaddrinfo... yes
checking for strlcat... no
checking for strlcpy... no
checking for strndup... yes
checking for strlen... yes
checking for strnlen... yes
checking for strfry... yes
checking for utimes... yes
checking for flock... yes
checking for nl_langinfo and CODESET... yes
checking whether gcc accepts -std... yes
checking whether gcc accepts -fvisibility... -fvisibility=hidden
checking for mkstemp... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for struct kinfo_proc.ki_size... no
checking for socklen_t... yes
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking idna.h usability... no
checking idna.h presence... no
checking for idna.h... no
configure: WARNING: Libidn not found
checking if Libidn should be used... no
checking for pkg-config... pkg-config
checking for Gpm_GetEvent in -lgpm... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking aspell.h usability... no
checking aspell.h presence... no
checking for aspell.h... no
checking for DGifSlurp in -lgif... no
checking for DGifSlurp in -lungif... no
checking for jpeg_start_decompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for libgnutls-config... /usr/bin/libgnutls-config
checking for libgnutls - version >= 1.0.0... yes
checking for gzopen in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking linux/kd.h usability... yes
checking linux/kd.h presence... yes
checking for linux/kd.h... yes
checking for libgadu... yes (found via pkg-config)
checking libgadu.h usability... yes
checking libgadu.h presence... yes
checking for libgadu.h... yes
checking for gg_logoff in -lgadu... yes
checking for gg_remind_passwd3 in -lgadu... yes
checking for gg_change_passwd4 in -lgadu... yes
checking for OpenSSL... yes
checking for ssl.h... /usr/include/openssl/ssl.h
checking for RSA_new in -lssl... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for initscr in -lncurses... yes
checking for use_legacy_coding in -lncurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for ncurses.h... (cached) yes
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.12.12)
checking for readline.h... not found
checking gsm.h usability... no
checking gsm.h presence... no
checking for gsm.h... no
checking libgsm/gsm.h usability... no
checking libgsm/gsm.h presence... no
checking for libgsm/gsm.h... no
checking gsm/gsm.h usability... no
checking gsm/gsm.h presence... no
checking for gsm/gsm.h... no
checking for xosd-config... no
checking for libxosd... no
<-----------------TU----------------------->
checking for perl... /usr/bin/perl
perl found, but error linking with perl libraries
checking for python... /usr/bin/python
Found Python version 2.5 /usr
checking for Python.h... not found
checking for ruby... no
not found
checking for SQLite3... Package sqlite3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlite3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sqlite3' found
Package sqlite3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlite3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sqlite3' found
checking for sqlite3_open in -lsqlite3... no
no
checking for SQLite... Package sqlite was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlite.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sqlite' found
Package sqlite was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlite.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sqlite' found
checking for sqlite_open in -lsqlite... no
no
<---------------------TU---------------------->
checking for gpgme-config... no
checking for GPGME - version >= 1.0.0... no
skipping logsoracle plugin
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ekg/Makefile
config.status: creating ekg/ekg2-config
config.status: WARNING:  ekg/ekg2-config.in seems to ignore the --datarootdir setting
config.status: creating compat/Makefile
config.status: creating docs/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating contrib/Makefile
config.status: creating contrib/python/Makefile
config.status: creating contrib/perl/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/polchat/Makefile
config.status: creating plugins/mail/Makefile
config.status: creating plugins/logs/Makefile
config.status: creating plugins/rc/Makefile
config.status: creating plugins/sms/Makefile
config.status: creating plugins/pcm/Makefile
config.status: creating plugins/rot13/Makefile
config.status: creating plugins/irc/Makefile
config.status: creating plugins/httprc_xajax/Makefile
config.status: creating plugins/xmsg/Makefile
config.status: creating plugins/ioctld/Makefile
config.status: creating plugins/gg/Makefile
config.status: creating plugins/sim/Makefile
config.status: creating plugins/jabber/Makefile
config.status: creating plugins/ncurses/Makefile
config.status: creating plugins/gtk/Makefile
config.status: creating plugins/readline/Makefile
config.status: creating plugins/gsm/Makefile
config.status: creating plugins/xosd/Makefile
config.status: creating plugins/perl/Makefile
config.status: creating plugins/python/Makefile
config.status: creating plugins/ruby/Makefile
config.status: creating plugins/logsoracle/Makefile
config.status: creating plugins/logsqlite/Makefile
config.status: creating plugins/gpg/Makefile
config.status: creating plugins/autoresponder/Makefile
config.status: creating plugins/feed/Makefile
config.status: creating plugins/jogger/Makefile
config.status: creating ekg2-config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: setting ALL_LINGUAS in configure.in is obsolete
config.status: creating po/Makefile

configured options: 
CFLAGS: -g -O2 -Wall -std=c99
EXTRA CFLAGS FOR PLUGINS: -fvisibility=hidden
LDFLAGS: 
LIBS:  -ldl 
PLUGINS: 
 - Interface:     ncurses gtk 
 - Protocols:     irc polchat xmsg feed jabber (with ssl support in -lgnutls) gg (with pthread resolver) 
 - Logging:     logs (with support for zlib compression) 
 - Audio:     pcm 
 - Encryption:     rot13 sim 
 - Scripting:     
 - Misc:     autoresponder jogger mail rc sms ioctld 

 - NLS system:     en pl
 - GG Tokens:     saving to file, JPEG OCR (using: -ljpeg)
 - Mouse support:in gpm and xterm
 - Charset support:     iso-8859-2
 - Plugins:     as shared libs

Co trzeba zrobić aby zlikwidować ten błąd?

Ostatnio edytowany przez thim (2009-09-09 20:27:35)


Pozdrawiam
"Komputer ma nad mózgiem tę przewagę, że się go używa."

Offline

 

#2  2009-09-09 21:27:28

  giegiel - Członek DUG

giegiel
Członek DUG
Skąd: Chrzypsko Wielkie/Poznań
Zarejestrowany: 2006-04-15

Re: Ekg2-kompilacja.

A masz zainstalowane sqlite3? Jak nie masz to zainstaluj

Offline

 

#3  2009-09-09 21:33:26

  thim - Użytkownik

thim
Użytkownik
Skąd: Płock
Zarejestrowany: 2009-08-01

Re: Ekg2-kompilacja.

Mam zainstalowane sqlite i sqlite3


Pozdrawiam
"Komputer ma nad mózgiem tę przewagę, że się go używa."

Offline

 

#4  2009-09-09 21:34:45

  milyges - inż.

milyges
inż.
Skąd: Gorlice/Kraków
Zarejestrowany: 2006-04-09
Serwis

Re: Ekg2-kompilacja.

paczki -dev też?

Offline

 

#5  2009-09-09 21:38:44

  thim - Użytkownik

thim
Użytkownik
Skąd: Płock
Zarejestrowany: 2009-08-01

Re: Ekg2-kompilacja.

Które paczki -dev?


Pozdrawiam
"Komputer ma nad mózgiem tę przewagę, że się go używa."

Offline

 

#6  2009-09-09 22:00:24

  milyges - inż.

milyges
inż.
Skąd: Gorlice/Kraków
Zarejestrowany: 2006-04-09
Serwis

Re: Ekg2-kompilacja.

no sqlite-dev sqlite3-dev bo z tego co pamiętam debian miał tak właśnie paczki podzielone...

Offline

 

#7  2009-09-09 22:05:50

  paoolo - Oldtimer

paoolo
Oldtimer
Skąd: Kraków
Zarejestrowany: 2006-05-20

Re: Ekg2-kompilacja.

sqlite-dev

edit: ehh starzeje sie, za maly refleks, podobnie z mieszkaniem/pokojem w Krakowie

Ostatnio edytowany przez paoolo (2009-09-09 22:06:35)

Offline

 

#8  2009-09-09 22:12:13

  thim - Użytkownik

thim
Użytkownik
Skąd: Płock
Zarejestrowany: 2009-08-01

Re: Ekg2-kompilacja.

Zapytałem które paczki -dev ponieważ sqlite-dev i sqlite3-dev nie ma.


Pozdrawiam
"Komputer ma nad mózgiem tę przewagę, że się go używa."

Offline

 

#9  2009-09-09 22:24:01

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: Ekg2-kompilacja.

libsqlite3-dev?


born to be root
linux register user #362473

Offline

 

#10  2009-09-09 22:24:33

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Ekg2-kompilacja.

Za pakietem źródłowym z experimental:

Build-Depends: debhelper (>= 5.0.37.2), automake1.9, autoconf, libtool, gettext, cvs, libncursesw5-dev, python-dev, python-central (>= 0.5), libperl-dev, libssl-dev, libgnutls-dev, libaspell-dev, libgadu-dev, libexpat1-dev, libgpmg1-dev, libidn11-dev, libxosd-dev (>= 2.2.13), libsqlite3-dev, python, xsltproc, docbook-xsl, doxygen, libgtk2.0-dev, libgpgme11-dev, zlib1g-dev, quilt

Właściwie dlaczego nie przepakietujesz sobie ww.?


Błogosławieni, którzy czynią FAQ.
opencaching :: debian sources.list :: coś jakby blog :: polski portal debiana :: linux user #403712

Offline

 

#11  2009-10-09 12:09:37

  ippo76 - fakam fszycho

ippo76
fakam fszycho
Zarejestrowany: 2009-02-22
Serwis

Re: Ekg2-kompilacja.

Odświeżę wątek,
ściągam paczkę, kompiluję, odpalam ekg2 i dostaję komunikat

Kod:

BIG FAT WARNING:
gg plugin has not been compiled, probably there is no libgadu library in the system

Oczywiście, mam libgadu3 w systemie.


Dodawanie sesji dla gg/xmpp wg wzorca

Kod:

session -a xmpp:ippo@jid.dug.net.pl
session -a gg:1234567

zwraca

Kod:

nieprawidłowy identyfikator użytkownika

Próbowałem z kilkoma różnymi paczkami, wciąż jest to samo. Ostatnia próba odbyła się wg tego HOWTO
i pupa zbita... eny ajdijas?

Ostatnio edytowany przez ippo76 (2009-10-09 12:10:02)


ippo76@jid.dug.net.pl

Moja składka do ZUS = 2/3, moja składka do OFE = 1/3;
Stan mojego konta w ZUS = 2XYZ, stan konta w OFE = 3XYZ.

Offline

 

#12  2009-10-09 12:35:31

  rafaloo - Członek DUG

rafaloo
Członek DUG
Skąd: Szczecin
Zarejestrowany: 2009-06-02

Re: Ekg2-kompilacja.

miałem to samo nie wiem z czego to wynika, ale najprościej zainstalować z experimental :>

/etc/apt/preferences

Kod:

Package: ekg2 
Pin: release a=experimental 
Pin-Priority: 900

/etc/apt/sources.list

Kod:

deb http://ftp.pl.debian.org/debian/ experimental main 
deb-src http://ftp.pl.debian.org/debian/ experimental main

Ostatnio edytowany przez rafaloo (2009-10-09 12:36:59)


http://www.debian-art.org/CONTENT/content-files/80977-userbar.png

Offline

 

#13  2009-10-09 12:37:52

  ippo76 - fakam fszycho

ippo76
fakam fszycho
Zarejestrowany: 2009-02-22
Serwis

Re: Ekg2-kompilacja.

rafaloo napisał(-a):

miałem to samo nie wiem z czego to wynika, ale najprościej zainstalować z experimental :>

Hm, zobaczymy... chciałbym uruchomić jabbera w konsoli ale nie wiem czy aż tak bardzo :)


ippo76@jid.dug.net.pl

Moja składka do ZUS = 2/3, moja składka do OFE = 1/3;
Stan mojego konta w ZUS = 2XYZ, stan konta w OFE = 3XYZ.

Offline

 

#14  2009-10-09 14:18:09

  rafaloo - Członek DUG

rafaloo
Członek DUG
Skąd: Szczecin
Zarejestrowany: 2009-06-02

Re: Ekg2-kompilacja.

Możesz jeszcze zobaczyć finch.


http://www.debian-art.org/CONTENT/content-files/80977-userbar.png

Offline

 

#15  2009-10-09 14:43:49

  ippo76 - fakam fszycho

ippo76
fakam fszycho
Zarejestrowany: 2009-02-22
Serwis

Re: Ekg2-kompilacja.

rafaloo napisał(-a):

Możesz jeszcze zobaczyć finch.

Dzięki, to był strzał w 10-kę. Finch "widzi" configi pidgina, więc wszystko ładnie zczytuje...


ippo76@jid.dug.net.pl

Moja składka do ZUS = 2/3, moja składka do OFE = 1/3;
Stan mojego konta w ZUS = 2XYZ, stan konta w OFE = 3XYZ.

Offline

 

#16  2009-10-09 17:07:22

  rafaloo - Członek DUG

rafaloo
Członek DUG
Skąd: Szczecin
Zarejestrowany: 2009-06-02

Re: Ekg2-kompilacja.

Kod:

finch i pidgin to jeden program

zgadza się, finch to konsolowy pidgin  :>


http://www.debian-art.org/CONTENT/content-files/80977-userbar.png

Offline

 

#17  2009-10-09 18:15:20

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Ekg2-kompilacja.

Z konsolowych klientów jabbera to jeszcze centerim i mcabber.
Zresztą jest wątek o tym.
http://forum.dug.net.pl/viewtopic.php?id=11861


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#18  2009-10-09 19:45:50

  ippo76 - fakam fszycho

ippo76
fakam fszycho
Zarejestrowany: 2009-02-22
Serwis

Re: Ekg2-kompilacja.

tgR napisał(-a):

a pokaz nam lin ijke z ./configure :) przed kompilacja

pytasz, bo wiesz, że nic nie wpisuję :)  ale pod tym linkiem z ubuntu też nie ma żadnych czarów :)

finch i pidgin to jeden program bym odwarzyl sie powiedziec, tyle ze pidgin to tak jakby nakladka w gtk :)

dzięki, finch jest ok, na ten moment załatwia wszystko :)

A dla tych z Państwa, którzy wiedzą, po co mi finch, donoszę, że klikam z fotela pasażera w moim Debian Mini :)))


ippo76@jid.dug.net.pl

Moja składka do ZUS = 2/3, moja składka do OFE = 1/3;
Stan mojego konta w ZUS = 2XYZ, stan konta w OFE = 3XYZ.

Offline

 

#19  2009-10-10 18:55:15

  ippo76 - fakam fszycho

ippo76
fakam fszycho
Zarejestrowany: 2009-02-22
Serwis

Re: Ekg2-kompilacja.

Na razie odpuszczam ekg2 bo finch daje radę, a i tak czasami używam pidgina


ippo76@jid.dug.net.pl

Moja składka do ZUS = 2/3, moja składka do OFE = 1/3;
Stan mojego konta w ZUS = 2XYZ, stan konta w OFE = 3XYZ.

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)