Pagina 1 di 1

[Risolto] [Install] funpidigin

Inviato: venerdì 15 agosto 2008, 20:28
da peppe78
salve,volevo provare funpidgin ed ho scaricato il file funpidgin-2.4.1-msnp14.tar.bz2 ma non so come si installa, potete aiutarmi ?

Re: [Install] funpidigin

Inviato: venerdì 15 agosto 2008, 20:32
da sparazza
su sourceforge  si trova direttamente l'eseguibile deb per installare funpidgin
http://surfnet.dl.sourceforge.net/sourc ... 1_i386.deb

Sparazza

Re: [Install] funpidigin

Inviato: venerdì 15 agosto 2008, 20:44
da peppe78
grazie mille (good)  ma ho un piccolo problemino ho ubuntu a 64 bit esiste un file deb per ubuntu 64 ???

Re: [Install] funpidigin

Inviato: venerdì 15 agosto 2008, 21:00
da sparazza
ok lasciamo stare il deb.. non ne vedo compilati per i 64 bit.
Prova così:
prima naturalmente disinstalla pidgin normale da synaptic
scarichi la versione giusta di pidgin da qui http://sourceforge.net/project/showfiles.php?group_id=221084
la versione giusta nel tuo caso è la platform indipendent che più ti aggrada(.gz o .bz2)

Estrai il file scaricato dove vuoi, poi da terminale naviga fino alla cartella appena estratta.. per navigare usa

Codice: Seleziona tutto

cd nomecartella
.

ora dalla cartella di funpidgin dà:

Codice: Seleziona tutto

./configure
Se il procedimento si è concluso senza errori dà

Codice: Seleziona tutto

make
e poi

Codice: Seleziona tutto

sudo make install
E dovrebbe essere tutto installato e funzionante

per lanciarlo da un terminale, molto probabilmente basterà scrivere

Codice: Seleziona tutto

funpidgin 
in un terminale.
(b2b)
Saluti
Sparazza

Re: [Install] funpidigin

Inviato: sabato 16 agosto 2008, 17:54
da peppe78
grazie (good)stasera lo installerò ti faccio sapere  ;)

Re: [Install] funpidigin

Inviato: sabato 16 agosto 2008, 18:17
da peppe78
ci ho provato e mi da questo
giuseppe@giuseppe-desktop:~$ cd /home/giuseppe/Scrivania/pidgin-2.4.1
giuseppe@giuseppe-desktop:~/Scrivania/pidgin-2.4.1$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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 sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.


che faccio ???

Re: [Install] funpidigin

Inviato: sabato 16 agosto 2008, 19:15
da sparazza
prova con

Codice: Seleziona tutto

sudo apt-get install build-essential
e poi riprova il compile.. se non va guarda e posta il config.log che sta  probabilmente nella cartela pidgin

Sparazza

Re: [Install] funpidigin

Inviato: sabato 16 agosto 2008, 20:18
da peppe78
vorrei dirti che funziona ma non sarebbe vero >:(.....allora mi dice questo


giuseppe@giuseppe-desktop:~/Scrivania/pidgin-2.4.1$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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 sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
giuseppe@giuseppe-desktop:~/Scrivania/pidgin-2.4.1$ make
make: *** No targets specified and no makefile found.  Stop.
giuseppe@giuseppe-desktop:~/Scrivania/pidgin-2.4.1$  ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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 sed... /bin/sed
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 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 how to run the C preprocessor... gcc -E
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  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 -m elf_x86_64) 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 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
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... msgfmt
checking for msgmerge... msgmerge
checking for xgettext... xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... no
configure: error:

The msgfmt command is required to build libpurple.  If it is installed
on your system, ensure that it is in your path.  If it is not, install
GNU gettext to continue.

If you have msgfmt installed, but for some reason this error message
is still displayed, you have encountered what appears to be a bug in
third-party configure macros.  Try setting the MSGFMT environment
variable to the absolute path to your msgfmt binary and trying
configure again, like this:

MSGFMT=/path/to/msgfmt ./configure ...

giuseppe@giuseppe-desktop:~/Scrivania/pidgin-2.4.1$ MSGFMT=/path/to/msgfmt ./configure ...
configure: WARNING: you should use --build, --host, --target
checking build system type... Invalid configuration `...': machine `...' not recognized
configure: error: /bin/bash ./config.sub ... failed


ti posto anche il config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by pidgin configure 2.4.1, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure ...

## --------- ##
## Platform. ##
## --------- ##

hostname = giuseppe-desktop
uname -m = x86_64
uname -r = 2.6.24-19-generic
uname -s = Linux
uname -v = #1 SMP Fri Jul 11 21:01:46 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X    = unknown

/bin/arch              = unknown
/usr/bin/arch -k      = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine          = unknown
/usr/bin/oslevel      = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2409: checking build system type
configure:2422: error: /bin/bash ./config.sub ... failed

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=
ac_cv_env_AVAHI_CFLAGS_set=
ac_cv_env_AVAHI_CFLAGS_value=
ac_cv_env_AVAHI_LIBS_set=
ac_cv_env_AVAHI_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CHECK_CFLAGS_set=
ac_cv_env_CHECK_CFLAGS_value=
ac_cv_env_CHECK_LIBS_set=
ac_cv_env_CHECK_LIBS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_EVOLUTION_ADDRESSBOOK_CFLAGS_set=
ac_cv_env_EVOLUTION_ADDRESSBOOK_CFLAGS_value=
ac_cv_env_EVOLUTION_ADDRESSBOOK_LIBS_set=
ac_cv_env_EVOLUTION_ADDRESSBOOK_LIBS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GADU_CFLAGS_set=
ac_cv_env_GADU_CFLAGS_value=
ac_cv_env_GADU_LIBS_set=
ac_cv_env_GADU_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GSTREAMER_CFLAGS_set=
ac_cv_env_GSTREAMER_CFLAGS_value=
ac_cv_env_GSTREAMER_LIBS_set=
ac_cv_env_GSTREAMER_LIBS_value=
ac_cv_env_GTKSPELL_CFLAGS_set=
ac_cv_env_GTKSPELL_CFLAGS_value=
ac_cv_env_GTKSPELL_LIBS_set=
ac_cv_env_GTKSPELL_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBNM_CFLAGS_set=
ac_cv_env_LIBNM_CFLAGS_value=
ac_cv_env_LIBNM_LIBS_set=
ac_cv_env_LIBNM_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_MEANWHILE_CFLAGS_set=
ac_cv_env_MEANWHILE_CFLAGS_value=
ac_cv_env_MEANWHILE_LIBS_set=
ac_cv_env_MEANWHILE_LIBS_value=
ac_cv_env_MONO_CFLAGS_set=
ac_cv_env_MONO_CFLAGS_value=
ac_cv_env_MONO_LIBS_set=
ac_cv_env_MONO_LIBS_value=
ac_cv_env_NSS_CFLAGS_set=
ac_cv_env_NSS_CFLAGS_value=
ac_cv_env_NSS_LIBS_set=
ac_cv_env_NSS_LIBS_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SILC_CFLAGS_set=
ac_cv_env_SILC_CFLAGS_value=
ac_cv_env_SILC_LIBS_set=
ac_cv_env_SILC_LIBS_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_STARTUP_NOTIFICATION_CFLAGS_set=
ac_cv_env_STARTUP_NOTIFICATION_CFLAGS_value=
ac_cv_env_STARTUP_NOTIFICATION_LIBS_set=
ac_cv_env_STARTUP_NOTIFICATION_LIBS_value=
ac_cv_env_X11_CFLAGS_set=
ac_cv_env_X11_CFLAGS_value=
ac_cv_env_X11_LIBS_set=
ac_cv_env_X11_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=...
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=...
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=...

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL=''
ALL_LINGUAS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR=''
AR=''
AUTOCONF=''
AUTOHEADER=''
AUTOMAKE=''
AVAHI_CFLAGS=''
AVAHI_LIBS=''
AWK=''
BUILD_GEVOLUTION_FALSE=''
BUILD_GEVOLUTION_TRUE=''
CATALOGS=''
CATOBJEXT=''
CC=''
CCDEPMODE=''
CFLAGS=''
CHECK_CFLAGS=''
CHECK_LIBS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W=''
DATADIRNAME=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DBUS_SERVICES_DIR=''
DEBUG_CFLAGS=''
DEFS=''
DEPDIR=''
DISTRIB_FALSE=''
DISTRIB_TRUE=''
DOT=''
DOXYGEN=''
DYNALOADER_A=''
DYNAMIC_BONJOUR_FALSE=''
DYNAMIC_BONJOUR_TRUE=''
DYNAMIC_GG_FALSE=''
DYNAMIC_GG_TRUE=''
DYNAMIC_IRC_FALSE=''
DYNAMIC_IRC_TRUE=''
DYNAMIC_JABBER_FALSE=''
DYNAMIC_JABBER_TRUE=''
DYNAMIC_MSN_FALSE=''
DYNAMIC_MSN_TRUE=''
DYNAMIC_MYSPACE_FALSE=''
DYNAMIC_MYSPACE_TRUE=''
DYNAMIC_NOVELL_FALSE=''
DYNAMIC_NOVELL_TRUE=''
DYNAMIC_OSCAR_FALSE=''
DYNAMIC_OSCAR_TRUE=''
DYNAMIC_PRPLS=''
DYNAMIC_QQ_FALSE=''
DYNAMIC_QQ_TRUE=''
DYNAMIC_SAMETIME_FALSE=''
DYNAMIC_SAMETIME_TRUE=''
DYNAMIC_SILC_FALSE=''
DYNAMIC_SILC_TRUE=''
DYNAMIC_SIMPLE_FALSE=''
DYNAMIC_SIMPLE_TRUE=''
DYNAMIC_TOC_FALSE=''
DYNAMIC_TOC_TRUE=''
DYNAMIC_YAHOO_FALSE=''
DYNAMIC_YAHOO_TRUE=''
DYNAMIC_ZEPHYR_FALSE=''
DYNAMIC_ZEPHYR_TRUE=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CAP_FALSE=''
ENABLE_CAP_TRUE=''
ENABLE_DBUS_FALSE=''
ENABLE_DBUS_TRUE=''
ENABLE_GESTURES_FALSE=''
ENABLE_GESTURES_TRUE=''
ENABLE_GNT_FALSE=''
ENABLE_GNT_TRUE=''
ENABLE_GTK_FALSE=''
ENABLE_GTK_TRUE=''
EVOLUTION_ADDRESSBOOK_CFLAGS=''
EVOLUTION_ADDRESSBOOK_LIBS=''
EXEEXT=''
EXTERNAL_LIBZEPHYR_FALSE=''
EXTERNAL_LIBZEPHYR_TRUE=''
F77=''
FFLAGS=''
GADU_CFLAGS=''
GADU_LIBS=''
GCONFTOOL=''
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE=''
GCONF_SCHEMA_FILE_DIR=''
GETTEXT_PACKAGE=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GMOFILES=''
GMSGFMT=''
GNT_CFLAGS=''
GNT_LIBS=''
GNT_LT_VERSION_INFO=''
GNT_MAJOR_VERSION=''
GNT_MICRO_VERSION=''
GNT_MINOR_VERSION=''
GNT_VERSION=''
GNUTLS_CFLAGS=''
GNUTLS_LIBS=''
GREP=''
GSTREAMER_CFLAGS=''
GSTREAMER_LIBS=''
GTKSPELL_CFLAGS=''
GTKSPELL_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
HAVE_CHECK_FALSE=''
HAVE_CHECK_TRUE=''
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE=''
HAVE_XSLTPROC_FALSE=''
HAVE_XSLTPROC_TRUE=''
INSTALL_DATA=''
INSTALL_I18N_FALSE=''
INSTALL_I18N_TRUE=''
INSTALL_PIXMAPS_FALSE=''
INSTALL_PIXMAPS_TRUE=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTALL_STRIP_PROGRAM=''
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE=''
INTLTOOL_DESKTOP_RULE=''
INTLTOOL_DIRECTORY_RULE=''
INTLTOOL_EXTRACT=''
INTLTOOL_ICONV=''
INTLTOOL_KBD_RULE=''
INTLTOOL_KEYS_RULE=''
INTLTOOL_MERGE=''
INTLTOOL_MSGFMT=''
INTLTOOL_MSGMERGE=''
INTLTOOL_OAF_RULE=''
INTLTOOL_PERL=''
INTLTOOL_PONG_RULE=''
INTLTOOL_PROP_RULE=''
INTLTOOL_SCHEMAS_RULE=''
INTLTOOL_SERVER_RULE=''
INTLTOOL_SERVICE_RULE=''
INTLTOOL_SHEET_RULE=''
INTLTOOL_SOUNDLIST_RULE=''
INTLTOOL_THEME_RULE=''
INTLTOOL_UI_RULE=''
INTLTOOL_UPDATE=''
INTLTOOL_XAM_RULE=''
INTLTOOL_XGETTEXT=''
INTLTOOL_XML_NOMERGE_RULE=''
INTLTOOL_XML_RULE=''
KRB4_CFLAGS=''
KRB4_LDFLAGS=''
KRB4_LIBS=''
LDADD=''
LDFLAGS=''
LIBNM_CFLAGS=''
LIBNM_LIBS=''
LIBOBJS=''
LIBPERL_A=''
LIBS=''
LIBTOOL=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LN_S=''
LTLIBOBJS=''
MAKEINFO=''
MEANWHILE_CFLAGS=''
MEANWHILE_LIBS=''
MKINSTALLDIRS=''
MONO_CFLAGS=''
MONO_LIBS=''
MSGFMT='/path/to/msgfmt'
MSGFMT_OPTS=''
NSS_CFLAGS=''
NSS_LIBS=''
OBJEXT=''
PACKAGE=''
PACKAGE_BUGREPORT='devel@pidgin.im'
PACKAGE_NAME='pidgin'
PACKAGE_STRING='pidgin 2.4.1'
PACKAGE_TARNAME='pidgin'
PACKAGE_VERSION='2.4.1'
PANGO_CFLAGS=''
PANGO_LIBS=''
PATH_SEPARATOR=':'
PERL=''
PERL_CFLAGS=''
PERL_LIBS=''
PERL_MM_PARAMS=''
PKG_CONFIG=''
PLUGINS_DEFINE=''
PLUGINS_FALSE=''
PLUGINS_TRUE=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PURPLE_AVAILABLE_FALSE=''
PURPLE_AVAILABLE_TRUE=''
PURPLE_LT_VERSION_INFO=''
PURPLE_MAJOR_VERSION=''
PURPLE_MICRO_VERSION=''
PURPLE_MINOR_VERSION=''
PURPLE_VERSION=''
PYTHON=''
PY_CFLAGS=''
PY_LIBS=''
RANLIB=''
SASL_LIBS=''
SED=''
SET_MAKE=''
SHELL='/bin/bash'
SILC_CFLAGS=''
SILC_LIBS=''
SM_LIBS=''
SQLITE3_CFLAGS=''
SQLITE3_LIBS=''
STARTUP_NOTIFICATION_CFLAGS=''
STARTUP_NOTIFICATION_LIBS=''
STATIC_BONJOUR_FALSE=''
STATIC_BONJOUR_TRUE=''
STATIC_GG_FALSE=''
STATIC_GG_TRUE=''
STATIC_IRC_FALSE=''
STATIC_IRC_TRUE=''
STATIC_JABBER_FALSE=''
STATIC_JABBER_TRUE=''
STATIC_LINK_LIBS=''
STATIC_MSN_FALSE=''
STATIC_MSN_TRUE=''
STATIC_MYSPACE_FALSE=''
STATIC_MYSPACE_TRUE=''
STATIC_NOVELL_FALSE=''
STATIC_NOVELL_TRUE=''
STATIC_OSCAR_FALSE=''
STATIC_OSCAR_TRUE=''
STATIC_PRPLS=''
STATIC_QQ_FALSE=''
STATIC_QQ_TRUE=''
STATIC_SAMETIME_FALSE=''
STATIC_SAMETIME_TRUE=''
STATIC_SILC_FALSE=''
STATIC_SILC_TRUE=''
STATIC_SIMPLE_FALSE=''
STATIC_SIMPLE_TRUE=''
STATIC_TOC_FALSE=''
STATIC_TOC_TRUE=''
STATIC_YAHOO_FALSE=''
STATIC_YAHOO_TRUE=''
STATIC_ZEPHYR_FALSE=''
STATIC_ZEPHYR_TRUE=''
STRIP=''
TCL_CFLAGS=''
TCL_LIBS=''
TK_LIBS=''
USE_GCONFTOOL_FALSE=''
USE_GCONFTOOL_TRUE=''
USE_GNUTLS_FALSE=''
USE_GNUTLS_TRUE=''
USE_INTERNAL_LIBGADU_FALSE=''
USE_INTERNAL_LIBGADU_TRUE=''
USE_MONO_FALSE=''
USE_MONO_TRUE=''
USE_NLS=''
USE_NSS_FALSE=''
USE_NSS_TRUE=''
USE_PERL_FALSE=''
USE_PERL_TRUE=''
USE_TCL_FALSE=''
USE_TCL_TRUE=''
USE_TK_FALSE=''
USE_TK_TRUE=''
VERSION=''
X11_CFLAGS=''
X11_LIBS=''
XGETTEXT=''
XMKMF=''
XSLTPROC=''
XSS_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZEPHYR_CFLAGS=''
ZEPHYR_LDFLAGS=''
ZEPHYR_LIBS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot=''
am__quote=''
am__tar=''
am__untar=''
bindir='${exec_prefix}/bin'
build='...'
build_alias='...'
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_dbus=''
enable_devhelp=''
enable_dot=''
enable_doxygen=''
exec_prefix='NONE'
host='...'
host_alias='...'
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
perlpath=''
pidginpath=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
pythonpath=''
sbindir='${exec_prefix}/sbin'
sedpath=''
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='...'
target_alias='...'
target_cpu=''
target_os=''
target_vendor=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "pidgin"
#define PACKAGE_TARNAME "pidgin"
#define PACKAGE_VERSION "2.4.1"
#define PACKAGE_STRING "pidgin 2.4.1"
#define PACKAGE_BUGREPORT "devel@pidgin.im"

configure: exit 1

grazie ancora

Re: [Install] funpidigin

Inviato: lunedì 25 agosto 2008, 18:30
da sparazza

Codice: Seleziona tutto

sudo apt-get install gettext
e riprova il configure

la soluzione è alla fine del configure:
configure: error:

The msgfmt command is required to build libpurple.  If it is installed
on your system, ensure that it is in your path.  If it is not, install
GNU gettext
to continue.
Sparazza

Re: [Install] funpidigin

Inviato: lunedì 25 agosto 2008, 22:19
da peppe78
grazie mille l'ho installato  (good) anche se è strano non capisco,cosa ha in piu?non doveva supportare i messaggi personali?comunque grazie mille di nuovo ,oggi ho fatto un altro piccolo passo nel mondo di linux e la cosa mi piace un sacco