Pagina 1 di 1

Licq 1.3.2 released...

Inviato: gio 20 ott 2005, 14:38
da victorche
Licq 1.3.2 /Stable/ will be released later today or tomorrow :) All we can wait for it on:
http://prdownloads.sourceforge.net/licq/

Jon /One of the main developers/ said that there maybe will be a Slackware package also. But for 10.1 systems.

Enjoy!

Edit: I edited the topic title just because it was released today!

Re: Licq 1.3.2 lately today?

Inviato: gio 20 ott 2005, 15:04
da Bart
victorche ha scritto:Licq 1.3.2 /Stable/ will be released later today or tomorrow :) All we can wait for it on:
http://prdownloads.sourceforge.net/licq/

Jon /One of the main developers/ said that there maybe will be a Slackware package also. But for 10.1 systems.

Enjoy!
It's not a problem, I have a slackbuild just here ready for that package! ;)

Re: Licq 1.3.2 lately today?

Inviato: ven 21 ott 2005, 18:43
da victorche
Bart ha scritto:It's not a problem, I have a slackbuild just here ready for that package! ;)
It's your turn now :)
It is released already...

Re: Licq 1.3.2 lately today?

Inviato: ven 21 ott 2005, 18:54
da Bart
victorche ha scritto:
Bart ha scritto:It's not a problem, I have a slackbuild just here ready for that package! ;)
It's your turn now :)
It is released already...
Good, the package will arrive soon! ;) Maybe tomorrow!

Inviato: sab 22 ott 2005, 12:40
da Bart
Ciao a tutti,
stavo cercando di creare il tgz per questo programma, solo che c'è un problema: non c'è il file di configurazione e bisogna crearlo con automake e autoconf. Dopo averli pacchettizzati ed installati vado per eseguire le istruzioni del file INSTALL che riporto qui sotto:

Codice: Seleziona tutto

Licq installation consists of two main steps:

        1. Install the Licq daemon
        2. Install one or more plugins


Requirements for the daemon:
        - A C++ compiler and libstc++-devel
        - GNU make

        Optional it may be helpful to have these:
        - OpenSSL (for encrypted connections, please read README.OPENSSL)
        - SOCKS libraries (for SOCKS5 support)


These are the installation instructions:

     If there is no "configure" script or you downloaded sources from
     CVS then use `make -f Makefile.cvs' to create your configure script.
     You will need autoconf and automake for this to work:
     ftp://ftp.gnu.org/gnu/autoconf/
     ftp://ftp.gnu.org/gnu/automake/

  1. `cd' to the directory where you unpacked Licq sources and type
     `./configure' to configure the package for your system.

     Running `configure' takes awhile.  While running, it prints some
     messages telling which features it is checking for.

     If you are curious as to what possible configurable options, see
     `./configure --help' for a list of all possible options.

  2. Type `make' to compile the package.

  3. Type `make install' to install the programs and any data files and
     documentation. You have to be 'root' for this to work. Per default
     files are installed in /usr/local/* if you have not defined a different
     --prefix=/some/directory.

  4. `cd plugins' to the plugins directory and install a plugin of your choice.
     Read the included INSTALL and README files to learn how to do this.
     You need at least _one_ plugin; without a plugin Licq will not
     work!

Ma quando lancio make -f Makefile.cvs ottengo:

Codice: Seleziona tutto

This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** Concatenating configure tests into acinclude.m4
*** Retrieving configure tests needed by configure.in
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
*** Scanning for include statements
*** Building Makefile templates (step one)
configure.in: required file `admin/missing' not found
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
Secondo voi dov'è il problema?

Inviato: sab 22 ott 2005, 14:38
da victorche
I can't understand the question just because I can't speak Italian :(
Well... Maybe the most important plugin is QtGUI.
There is already a .tgz package on linuxpackages.net
You can see it to check how it was made. Anyway I still don't know what the problem is, just because it is in Italian /As it should be in an Italian forum :roll:/...

Inviato: sab 22 ott 2005, 16:10
da Bart
victorche ha scritto:I can't understand the question just because I can't speak Italian :(
Well... Maybe the most important plugin is QtGUI.
There is already a .tgz package on linuxpackages.net
You can see it to check how it was made. Anyway I still don't know what the problem is, just because it is in Italian /As it should be in an Italian forum :roll:/...
Sorry victorche, it speaks about a problem during the creation of the file configure. Licq don't have a configure file so you must create it with autoconf and automake.

Inviato: sab 22 ott 2005, 17:37
da gohanz
Io nel sorgenti che ho scaricato ho il configure :shock: però non compila lo stesso :roll:

Inviato: sab 22 ott 2005, 19:01
da Bart
gohanz ha scritto:Io nel sorgenti che ho scaricato ho il configure :shock: però non compila lo stesso :roll:
E' un configure.in?

Inviato: sab 22 ott 2005, 19:11
da gohanz
No è il classico configure

Inviato: sab 22 ott 2005, 19:17
da Bart
gohanz ha scritto:No è il classico configure
Allora provo a riscaricarlo, magari l'hanno aggiornato. Due cose:
1) Te hai preso il pacchetto dal link sopra?
2) Che problemi ti da?

Inviato: sab 22 ott 2005, 19:35
da gohanz
Allora a parte il supporto per OpenSsl che non prende nonostante ci siano i pacchetti installati e il supporto per socks5 che non so dove prendere.

Da un Errore di compilazione ad un certo punto e si blocca

icqd.cpp: In member function `void CICQDaemon::ProcessMessage(ICQUser*,
CBuffer&, char*, short unsigned int, long unsigned int, long unsigned int*,
short unsigned int, bool, bool&)':
icqd.cpp:2395: warning: unused variable `short unsigned int nOwnerStatus'
make[1]: *** [icqd.o] Error 1
make[1]: Leaving directory `/tmp/licq-1.3.2/src'
make: *** [install-recursive] Error 1

Inviato: sab 22 ott 2005, 20:03
da Bart
gohanz ha scritto:Io nel sorgenti che ho scaricato ho il configure :shock: però non compila lo stesso :roll:
Si vero, l'ho riscaricato ed ora c'è!