gDesklets: piccoli problemi di installazione

3 risposte [Ultimo contenuto]
Ritratto di DjKirk
DjKirk
(Junior)
Offline
Junior
Iscritto: 22/03/2005
Messaggi: 17

Ho da poco tempo installato la distribuzione Ubunto 5.10 (dopo tanto finalmente ho scelto...). Bene mi sono detto perchè non installare gDesklets giusto per animare un po' il desktop.. Ebbene: scarico il tar.bz2 , seguo le istruzioni scritte nel file Readme ed eseguo ./configure.
Bene dopo aver preso le librerie in c nel momento in cui arriva al XML::Parser Per si blocca!!
Anzi vi posto l'output di terminale:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Direte voi manca il perl, io vi rispondo il perl l'ho installato andando su Synaptic con tutte le librerie del caso....
Bha non saprei se devo installare un modulo preciso potrei avere il link per scaricarlo? Grazie

Vi posto il log (in caso vi servisse)

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

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

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

hostname = linux
uname -m = i686
uname -r = 2.6.12-6-386
uname -s = Linux
uname -v = #1 Wed Aug 10 22:38:46 BST 2005

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

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
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/X11R6/bin

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

configure:1543: checking for a BSD-compatible install
configure:1598: result: /usr/bin/install -c
configure:1609: checking whether build environment is sane
configure:1652: result: yes
configure:1685: checking for gawk
configure:1714: result: no
configure:1685: checking for mawk
configure:1701: found /usr/bin/mawk
configure:1711: result: mawk
configure:1721: checking whether make sets $(MAKE)
configure:1741: result: yes
configure:1898: checking whether to enable maintainer-specific portions of Makefiles
configure:1907: result: no
configure:1969: checking for gcc
configure:1985: found /usr/bin/gcc
configure:1995: result: gcc
configure:2239: checking for C compiler version
configure:2242: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu3)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2245: $? = 0
configure:2247: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu3)
configure:2250: $? = 0
configure:2252: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2255: $? = 1
configure:2278: checking for C compiler default output file name
configure:2281: gcc conftest.c >&5
configure:2284: $? = 0
configure:2330: result: a.out
configure:2335: checking whether the C compiler works
configure:2341: ./a.out
configure:2344: $? = 0
configure:2361: result: yes
configure:2368: checking whether we are cross compiling
configure:2370: result: no
configure:2373: checking for suffix of executables
configure:2375: gcc -o conftest conftest.c >&5
configure:2378: $? = 0
configure:2403: result:
configure:2409: checking for suffix of object files
configure:2430: gcc -c conftest.c >&5
configure:2433: $? = 0
configure:2455: result: o
configure:2459: checking whether we are using the GNU C compiler
configure:2483: gcc -c conftest.c >&5
configure:2489: $? = 0
configure:2493: test -z
|| test ! -s conftest.err
configure:2496: $? = 0
configure:2499: test -s conftest.o
configure:2502: $? = 0
configure:2515: result: yes
configure:2521: checking whether gcc accepts -g
configure:2542: gcc -c -g conftest.c >&5
configure:2548: $? = 0
configure:2552: test -z
|| test ! -s conftest.err
configure:2555: $? = 0
configure:2558: test -s conftest.o
configure:2561: $? = 0
configure:2572: result: yes
configure:2589: checking for gcc option to accept ANSI C
configure:2659: gcc -c -g -O2 conftest.c >&5
configure:2665: $? = 0
configure:2669: test -z
|| test ! -s conftest.err
configure:2672: $? = 0
configure:2675: test -s conftest.o
configure:2678: $? = 0
configure:2696: result: none needed
configure:2714: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2720: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2864: checking for style of include used by make
configure:2892: result: GNU
configure:2920: checking dependency style of gcc
configure:3003: result: gcc3
configure:3072: checking for gcc
configure:3088: found /usr/bin/gcc
configure:3098: result: gcc
configure:3114: checking for C++ compiler version
configure:3117: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu3)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3120: $? = 0
configure:3122: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu3)
configure:3125: $? = 0
configure:3127: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3130: $? = 1
configure:3133: checking whether we are using the GNU C++ compiler
configure:3157: gcc -c conftest.cc >&5
configure:3163: $? = 0
configure:3167: test -z
|| test ! -s conftest.err
configure:3170: $? = 0
configure:3173: test -s conftest.o
configure:3176: $? = 0
configure:3189: result: yes
configure:3195: checking whether gcc accepts -g
configure:3216: gcc -c -g conftest.cc >&5
configure:3222: $? = 0
configure:3226: test -z
|| test ! -s conftest.err
configure:3229: $? = 0
configure:3232: test -s conftest.o
configure:3235: $? = 0
configure:3246: result: yes
configure:3288: gcc -c -g -O2 conftest.cc >&5
configure:3294: $? = 0
configure:3298: test -z
|| test ! -s conftest.err
configure:3301: $? = 0
configure:3304: test -s conftest.o
configure:3307: $? = 0
configure:3333: gcc -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:3339: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3288: gcc -c -g -O2 conftest.cc >&5
configure:3294: $? = 0
configure:3298: test -z
|| test ! -s conftest.err
configure:3301: $? = 0
configure:3304: test -s conftest.o
configure:3307: $? = 0
configure:3333: gcc -c -g -O2 conftest.cc >&5
configure:3339: $? = 0
configure:3343: test -z
|| test ! -s conftest.err
configure:3346: $? = 0
configure:3349: test -s conftest.o
configure:3352: $? = 0
configure:3377: checking dependency style of gcc
configure:3460: result: gcc3
configure:3483: checking how to run the C preprocessor
configure:3518: gcc -E conftest.c
configure:3524: $? = 0
configure:3556: gcc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3562: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3601: result: gcc -E
configure:3625: gcc -E conftest.c
configure:3631: $? = 0
configure:3663: gcc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3669: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3713: checking for egrep
configure:3723: result: grep -E
configure:3728: checking for ANSI C header files
configure:3753: gcc -c -g -O2 conftest.c >&5
configure:3759: $? = 0
configure:3763: test -z
|| test ! -s conftest.err
configure:3766: $? = 0
configure:3769: test -s conftest.o
configure:3772: $? = 0
configure:3861: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
configure:3864: $? = 0
configure:3866: ./conftest
configure:3869: $? = 0
configure:3884: result: yes
configure:3987: checking for perl
configure:4005: found /usr/bin/perl
configure:4017: result: /usr/bin/perl
configure:4035: checking for XML::Parser
configure:4041: error: XML::Parser perl module is required for intltool

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

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_stdc=yes
ac_cv_objext=o
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

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

ACLOCAL='${SHELL} /home/afornasier/gDesklets-0.35.2/missing --run aclocal-1.7'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/afornasier/gDesklets-0.35.2/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/afornasier/gDesklets-0.35.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/afornasier/gDesklets-0.35.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/afornasier/gDesklets-0.35.2/missing --run automake-1.7'
AWK='mawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='gcc'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GCONFTOOL=''
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE=''
GCONF_SCHEMA_FILE_DIR=''
GDESKLETS_CFLAGS=''
GDESKLETS_LIBS=''
GETTEXT_PACKAGE=''
GLIBTOP_CFLAGS=''
GLIBTOP_LIBS=''
GMOFILES=''
GMSGFMT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/afornasier/gDesklets-0.35.2/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
OBJEXT='o'
PACKAGE='gDesklets'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PIXMAPDIR=''
PKG_CONFIG=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYTHON=''
PYTHON_CFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB=''
SET_MAKE=''
SHARED_MIME_INFO_CFLAGS=''
SHARED_MIME_INFO_LIBS=''
SHELL='/bin/sh'
STRIP=''
SVG_CFLAGS=''
SVG_LIBS=''
SYSTRAY_CFLAGS=''
SYSTRAY_LIBS=''
TILINGIMAGE_CFLAGS=''
TILINGIMAGE_LIBS=''
TILING_CFLAGS=''
TILING_LIBS=''
UPDATE_DESKTOP_DATABASE=''
UPDATE_MIME_DATABASE=''
USE_NLS=''
UTILS_CFLAGS=''
UTILS_LIBS=''
VERSION='0.35.2'
X11_CFLAGS=''
X11_LIBS=''
XGETTEXT=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='gcc'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
coredir=''
datadir='${prefix}/share'
exec_prefix='NONE'
gnome_support=''
gnulocaledir=''
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/afornasier/gDesklets-0.35.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pkgpyexecdir=''
pkgpythondir=''
prefix='NONE'
program_transform_name='s,x,x,'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1

nulla si crea e nulla si distrugge ma tutto si trasforma

Ritratto di SoniC
SoniC
(Geek)
Offline
Geek
Iscritto: 18/05/2005
Messaggi: 84

ciao..

due alternative...

1) puoi provare ad installare gdesklets tramite Synaptic, nel caso si tratta di qualche dipendenza non installata, dovrebbe segnalartela...

2) dal terminale fai partire il seguente comando (da root)

perl -MCPAN -e shell

Dopodichè ti basterà digitare " install XML::Parser " ed attendere la sua configurazione.

Spero possa esserti utile.

Ciao

Ritratto di DjKirk
DjKirk
(Junior)
Offline
Junior
Iscritto: 22/03/2005
Messaggi: 17

Allora ho provato la seconda soluzione ma niente non funge... mi dice che non riesce a trovare quel modulo....
Secondo provo con synaptic ma si impalla di brutto...
Va bhe dai io ci ho provato anche attraverso aptitude come root ma niente ....
Reinstallerò il sistema operativo di nuovo e vedremo se qualche cosa funge

nulla si crea e nulla si distrugge ma tutto si trasforma

Ritratto di bricke
bricke
(Guru)
Offline
Guru
Iscritto: 17/08/2005
Messaggi: 650

Io ho risolto con:
apt-get install gdesklets
Laughing

Se non lo trova prova a sbloccare alcuni rep in /etc/apt/sources.list

A me andava con ubuntu 5.10 colony 2.

Ciao Wink

Questo è Unix. Ti dà abbastanza corda per impiccarti da solo. --Miquel van Smoorenburg