[arch-ports] Installing gwget
I'm trying to install gwget from source, but first I need to install perl-xml-parser, I tryed to use PKGBUILD from community, but I get this error that I don't understand: *
[gianluca@ArchPowePC xml-parser]$ makepkg ==> Entering fakeroot environment ==> Making package: perl-xml-parser 2.34-2 (gio lug 19 00:45:03 CEST 2007) ==> Checking Runtime Dependencies... ==> Checking Buildtime Dependencies... ==> Retrieving Sources... -> Found XML-Parser-2.34.tar.gz in build dir ==> Validating source files with md5sums XML-Parser-2.34.tar.gz ... Passed ==> Extracting Sources... -> tar -xf XML-Parser-2.34.tar.gz ==> Removing existing pkg/ directory... ==> Starting build()... Can't locate Config.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/ppc-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .). BEGIN failed--compilation aborted. Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/ppc-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0/ppc-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. ==> ERROR: Build Failed. Aborting... *Can you help me?
Thanks, Gianluca Mazza
On Thu, 19 Jul 2007, gianluca mazza wrote:
I'm trying to install gwget from source, but first I need to install perl-xml-parser, I tryed to use PKGBUILD from community, but I get this error that I don't understand: *
Install perlxml from current. perl-xml-parser is a duplicate of that packages and will eventually be removed from community repo. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Eric Belanger wrote:
On Thu, 19 Jul 2007, gianluca mazza wrote:
I'm trying to install gwget from source, but first I need to install perl-xml-parser, I tryed to use PKGBUILD from community, but I get this error that I don't understand: *
Install perlxml from current. perl-xml-parser is a duplicate of that packages and will eventually be removed from community repo.
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
perlxml is installed, but when I try to install from source gwget on ./configure I get this error: this is not perlxml?
Eric Belanger wrote:
On Thu, 19 Jul 2007, gianluca mazza wrote:
I'm trying to install gwget from source, but first I need to install perl-xml-parser, I tryed to use PKGBUILD from community, but I get this error that I don't understand: *
Install perlxml from current. perl-xml-parser is a duplicate of that packages and will eventually be removed from community repo.
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
perlxml is installed, but when I try to install from source gwget on ./configure I get this error: this is not perlxml?
Try adding --prefix=/usr to your configure line. If that doesn't work, pastebin the config.log
On Wed, 18 Jul 2007, tardo@nagi-fanboi.net wrote:
Eric Belanger wrote:
On Thu, 19 Jul 2007, gianluca mazza wrote:
I'm trying to install gwget from source, but first I need to install perl-xml-parser, I tryed to use PKGBUILD from community, but I get this error that I don't understand: *
Install perlxml from current. perl-xml-parser is a duplicate of that packages and will eventually be removed from community repo.
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
perlxml is installed, but when I try to install from source gwget on ./configure I get this error: this is not perlxml?
Try adding --prefix=/usr to your configure line. If that doesn't work, pastebin the config.log
Also, make sure you have pkgconfig installed. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Eric Belanger wrote:
On Wed, 18 Jul 2007, tardo@nagi-fanboi.net wrote:
Eric Belanger wrote:
On Thu, 19 Jul 2007, gianluca mazza wrote:
I'm trying to install gwget from source, but first I need to install perl-xml-parser, I tryed to use PKGBUILD from community, but I get this error that I don't understand: *
Install perlxml from current. perl-xml-parser is a duplicate of that packages and will eventually be removed from community repo.
perlxml is installed, but when I try to install from source gwget on ./configure I get this error:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
this is not perlxml?
Try adding --prefix=/usr to your configure line. If that doesn't work, pastebin the config.log
Also, make sure you have pkgconfig installed.
pkgconfig is installed, but doesn't work. (with --prefix too) This is 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 configure, which was generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/usr
## --------- ## ## Platform. ## ## --------- ##
hostname = ArchPowePC uname -m = ppc uname -r = 2.6.21-ARCH uname -s = Linux uname -v = #1 Mon Jul 9 16:08:43 UTC 2007
/usr/bin/uname -p = unknown /bin/uname -X = unknown
/bin/arch = ppc /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown
PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /usr/X11R6/bin PATH: /opt/bin PATH: /opt/gnome/bin PATH: /opt/kde/bin PATH: /opt/mozilla/bin PATH: /opt/qt/bin
## ----------- ## ## Core tests. ## ## ----------- ##
configure:2068: checking for a BSD-compatible install configure:2124: result: /bin/install -c configure:2135: checking whether build environment is sane configure:2178: result: yes configure:2211: checking for gawk configure:2227: found /bin/gawk configure:2238: result: gawk configure:2249: checking whether make sets $(MAKE) configure:2270: result: yes configure:2455: checking for gconftool-2 configure:2473: found /usr/bin/gconftool-2 configure:2485: result: /usr/bin/gconftool-2 configure:2505: checking for style of include used by make configure:2533: result: GNU configure:2606: checking for gcc configure:2622: found /usr/bin/gcc configure:2633: result: gcc configure:2871: checking for C compiler version configure:2878: gcc --version >&5 gcc (GCC) 4.1.2 Copyright (C) 2006 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:2881: $? = 0 configure:2888: gcc -v >&5 Using built-in specs. Target: powerpc-unknown-linux-gnu Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu Thread model: posix gcc version 4.1.2 configure:2891: $? = 0 configure:2898: gcc -V >&5 gcc: '-V' option must have argument configure:2901: $? = 1 configure:2924: checking for C compiler default output file name configure:2951: gcc conftest.c >&5 configure:2954: $? = 0 configure:2992: result: a.out configure:3009: checking whether the C compiler works configure:3019: ./a.out configure:3022: $? = 0 configure:3039: result: yes configure:3046: checking whether we are cross compiling configure:3048: result: no configure:3051: checking for suffix of executables configure:3058: gcc -o conftest conftest.c >&5 configure:3061: $? = 0 configure:3085: result: configure:3091: checking for suffix of object files configure:3117: gcc -c conftest.c >&5 configure:3120: $? = 0 configure:3143: result: o configure:3147: checking whether we are using the GNU C compiler configure:3176: gcc -c conftest.c >&5 configure:3182: $? = 0 configure:3199: result: yes configure:3204: checking whether gcc accepts -g configure:3234: gcc -c -g conftest.c >&5 configure:3240: $? = 0 configure:3339: result: yes configure:3356: checking for gcc option to accept ISO C89 configure:3430: gcc -c -g -O2 conftest.c >&5 configure:3436: $? = 0 configure:3459: result: none needed configure:3479: checking dependency style of gcc configure:3562: result: gcc3 configure:3592: checking for intltool >= 0.29 configure:3599: result: 0.35.5 found configure:3655: checking for perl configure:3673: found /usr/bin/perl configure:3685: result: /usr/bin/perl configure:3704: checking for XML::Parser configure:3710: error: XML::Parser perl module is required for intltool
## ---------------- ## ## Cache variables. ## ## ---------------- ##
ac_cv_c_compiler_gnu=yes 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_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_EPIPHANY_DEPENDENCY_CFLAGS_set= ac_cv_env_EPIPHANY_DEPENDENCY_CFLAGS_value= ac_cv_env_EPIPHANY_DEPENDENCY_LIBS_set= ac_cv_env_EPIPHANY_DEPENDENCY_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_GNOME_CFLAGS_set= ac_cv_env_GNOME_CFLAGS_value= ac_cv_env_GNOME_LIBS_set= ac_cv_env_GNOME_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_NOTIFY_CFLAGS_set= ac_cv_env_NOTIFY_CFLAGS_value= ac_cv_env_NOTIFY_LIBS_set= ac_cv_env_NOTIFY_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_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_objext=o ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2 ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ## ## Output variables. ## ## ----------------- ##
ACLOCAL='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run aclocal-1.7' ALL_LINGUAS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run tar' AR='' AUTOCONF='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run autoconf' AUTOHEADER='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run autoheader' AUTOMAKE='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run automake-1.7' AWK='gawk' CATALOGS='' CATOBJEXT='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='' CPPFLAGS='' CXX='' CXXCPP='' CXXDEPMODE='' CXXFLAGS='' CYGPATH_W='echo' DATADIRNAME='' DBUS_BINDING_TOOL='' DBUS_CFLAGS='' DBUS_LIBS='' DBUS_TOOL_NO_PREFIX_FALSE='' DBUS_TOOL_NO_PREFIX_TRUE='' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' ENABLE_DBUS_FALSE='' ENABLE_DBUS_TRUE='' ENABLE_EPIPHANY_EXTENSION_FALSE='' ENABLE_EPIPHANY_EXTENSION_TRUE='' EPIPHANY_DEPENDENCY_CFLAGS='' EPIPHANY_DEPENDENCY_LIBS='' EPIPHANY_EXTENSIONS_DIR='' EPIPHANY_REQUIRED='' EXEEXT='' EXTENSION_PREFIX='' F77='' FFLAGS='' GCONFTOOL='/usr/bin/gconftool-2' GCONF_SCHEMAS_INSTALL_FALSE='' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='' GCONF_SCHEMA_FILE_DIR='' GETTEXT_PACKAGE='' GLIB_GENMARSHAL='' GMOFILES='' GMSGFMT='' GNOME_CFLAGS='' GNOME_LIBS='' GREP='' GWGET_CFLAGS='' GWGET_LIBS='' 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_ICONV='' 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_MSGFMT='' INTLTOOL_MSGMERGE='' 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_SERVICE_RULE='%.service: %.service.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_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_XGETTEXT='' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' 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='' LIBGLIB_REQUIRED='' LIBGTK_REQUIRED='' LIBOBJS='' LIBS='' LIBTOOL='' LN_S='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run makeinfo' MKINSTALLDIRS='' MSGFMT='' MSGFMT_OPTS='' NOTIFY_CFLAGS='' NOTIFY_LIBS='' OBJEXT='o' ORBIT_IDL='' PACKAGE='gwget' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_NLS='' USE_NOTIFY_FALSE='' USE_NOTIFY_TRUE='' VERSION='0.99' XGETTEXT='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_F77='' 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='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='/home/gianluca/Desktop/gwget-0.99/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' pixmapsdir='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias=''
## ----------- ## ## confdefs.h. ## ## ----------- ##
#define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "gwget" #define VERSION "0.99"
configure: exit 1
participants (3)
-
Eric Belanger
-
gianluca mazza
-
tardo@nagi-fanboi.net