You are not logged in.

#1 2007-02-09 03:43:26

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Xfce4 RSS plugin not building

Hi guys,

I just got into Arch, very nice distro I must say cool. I ran into my first problem though, been tinkering with some XFCE stuff.

I used the following pkgbuild (found scavenging online):

# Maintainer: Shadowhand <woody.gilk@gmail.com>
pkgname=xfce4-rss-plugin-svn
pkgver=2056        
pkgrel=1
pkgdesc="Xfce panel plugin for RSS feeds"
url="http://xfce-goodies.berlios.de/"
groups='xfce4-plugins'
depends=('xfce4-panel' 'pyxfce' 'python-feedparser')
makedepends=('xfce4-dev-tools' 'intltool')

_svntrunk=http://svn.xfce.org/svn/goodies/xfce4-rss-plugin/trunk
_svnmod=rss-plugin

build() {
  msg "Updating SVN entries for $_svnmod ..."

  cd $startdir/src
  svn co $_svntrunk $_svnmod
  cd $_svnmod

  ./autogen.sh --prefix=/opt/xfce4 || return 1
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
  
  #libtool-slay!
  find $startdir/pkg -type f -name '*.la' -exec rm {} \;
  [ -d $startdir/pkg/opt/xfce4/lib/xfce4 ] && \
    find $startdir/pkg/opt/xfce4/lib/xfce4 -name '*.a' -exec rm -f {} \; || \
    /bin/true
}

Now to me this looks still valid. So I ran it, but configure borks:

checking for python module gtk... yes
checking for python module xfce4... no
configure: error: not found
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

This happens with the latest SVN (2491). However, to verify it wasn't the code, i took a tarball i had from a previous time (I built the same package on another distro before), version 2253. It gives me exactly the same result.

When I check /opt/xfce4/lib/pkgconfig, it clearly shows pyxfce to be there (all deps needed for the RSS reader are installed). I have checked config.log but it doesn't clarify much (I'm not that experienced with it either):

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

It was created by xfce4-rss-plugin configure 0.0.1, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/opt/xfce4

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

hostname = hephaistos
uname -m = i686
uname -r = 2.6.19-ck
uname -s = Linux
uname -v = #1 SMP PREEMPT Sun Jan 21 15:51:33 GMT 2007

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

/bin/arch              = i686
/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/java/jre/bin
PATH: /opt/kde/bin
PATH: /opt/qt/bin
PATH: /opt/xfce4/bin
PATH: /opt/xfce4/bin


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

configure:1839: checking for a BSD-compatible install
configure:1895: result: /bin/install -c
configure:1906: checking whether build environment is sane
configure:1949: result: yes
configure:1977: checking for a thread-safe mkdir -p
configure:2016: result: /bin/mkdir -p
configure:2029: checking for gawk
configure:2045: found /bin/gawk
configure:2056: result: gawk
configure:2067: checking whether make sets $(MAKE)
configure:2088: result: yes
configure:2276: checking whether to enable maintainer-specific portions of Makefiles
configure:2285: result: no
configure:2309: checking for python
configure:2327: found /usr/bin/python
configure:2339: result: /usr/bin/python
configure:2362: checking for python version
configure:2369: result: 2.4
configure:2381: checking for python platform
configure:2388: result: linux2
configure:2395: checking for python script directory
configure:2403: result: ${prefix}/lib/python2.4/site-packages
configure:2412: checking for python extension module directory
configure:2420: result: ${exec_prefix}/lib/python2.4/site-packages
configure:2447: checking for a BSD-compatible install
configure:2503: result: /bin/install -c
configure:2526: checking for intltool >= 0.31
configure:2533: result: 0.35.0 found
configure:2589: checking for perl
configure:2607: found /usr/bin/perl
configure:2619: result: /usr/bin/perl
configure:2652: checking for iconv
configure:2670: found /usr/bin/iconv
configure:2683: result: /usr/bin/iconv
configure:2693: checking for msgfmt
configure:2711: found /usr/bin/msgfmt
configure:2724: result: /usr/bin/msgfmt
configure:2734: checking for msgmerge
configure:2752: found /usr/bin/msgmerge
configure:2765: result: /usr/bin/msgmerge
configure:2775: checking for xgettext
configure:2793: found /usr/bin/xgettext
configure:2806: result: /usr/bin/xgettext
configure:2838: checking for style of include used by make
configure:2866: result: GNU
configure:2936: checking for gcc
configure:2952: found /usr/bin/gcc
configure:2963: result: gcc
configure:3201: checking for C compiler version
configure:3208: gcc --version >&5
gcc (GCC) 4.1.2 20061215 (prerelease)
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:3211: $? = 0
configure:3218: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1-20061215/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --enable-clocale=gnu
Thread model: posix
gcc version 4.1.2 20061215 (prerelease)
configure:3221: $? = 0
configure:3228: gcc -V >&5
gcc: '-V' option must have argument
configure:3231: $? = 1
configure:3254: checking for C compiler default output file name
configure:3281: gcc -march=i686 -O2 -pipe   conftest.c  >&5
configure:3284: $? = 0
configure:3322: result: a.out
configure:3339: checking whether the C compiler works
configure:3349: ./a.out
configure:3352: $? = 0
configure:3369: result: yes
configure:3376: checking whether we are cross compiling
configure:3378: result: no
configure:3381: checking for suffix of executables
configure:3388: gcc -o conftest -march=i686 -O2 -pipe   conftest.c  >&5
configure:3391: $? = 0
configure:3415: result: 
configure:3421: checking for suffix of object files
configure:3447: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:3450: $? = 0
configure:3473: result: o
configure:3477: checking whether we are using the GNU C compiler
configure:3506: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:3512: $? = 0
configure:3529: result: yes
configure:3534: checking whether gcc accepts -g
configure:3564: gcc -c -g  conftest.c >&5
configure:3570: $? = 0
configure:3669: result: yes
configure:3686: checking for gcc option to accept ISO C89
configure:3760: gcc  -c -march=i686 -O2 -pipe  conftest.c >&5
configure:3766: $? = 0
configure:3789: result: none needed
configure:3809: checking dependency style of gcc
configure:3900: result: none
configure:3921: checking how to run the C preprocessor
configure:3961: gcc -E  conftest.c
configure:3967: $? = 0
configure:3998: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4004: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "xfce4-rss-plugin"
| #define PACKAGE_TARNAME "xfce4-rss-plugin"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "xfce4-rss-plugin 0.0.1"
| #define PACKAGE_BUGREPORT "adriano@xfce.org"
| #define PACKAGE "xfce4-rss-plugin"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4037: result: gcc -E
configure:4066: gcc -E  conftest.c
configure:4072: $? = 0
configure:4103: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "xfce4-rss-plugin"
| #define PACKAGE_TARNAME "xfce4-rss-plugin"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "xfce4-rss-plugin 0.0.1"
| #define PACKAGE_BUGREPORT "adriano@xfce.org"
| #define PACKAGE "xfce4-rss-plugin"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4147: checking for grep that handles long lines and -e
configure:4221: result: /bin/grep
configure:4226: checking for egrep
configure:4304: result: /bin/grep -E
configure:4309: checking for ANSI C header files
configure:4339: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4345: $? = 0
configure:4444: gcc -o conftest -march=i686 -O2 -pipe   conftest.c  >&5
configure:4447: $? = 0
configure:4453: ./conftest
configure:4456: $? = 0
configure:4473: result: yes
configure:4497: checking for sys/types.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for sys/stat.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for stdlib.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for string.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for memory.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for strings.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for inttypes.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for stdint.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4497: checking for unistd.h
configure:4518: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4524: $? = 0
configure:4540: result: yes
configure:4578: checking locale.h usability
configure:4595: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4601: $? = 0
configure:4615: result: yes
configure:4619: checking locale.h presence
configure:4634: gcc -E  conftest.c
configure:4640: $? = 0
configure:4654: result: yes
configure:4687: checking for locale.h
configure:4695: result: yes
configure:4709: checking for LC_MESSAGES
configure:4735: gcc -o conftest -march=i686 -O2 -pipe   conftest.c  >&5
configure:4741: $? = 0
configure:4758: result: yes
configure:4787: checking libintl.h usability
configure:4804: gcc -c -march=i686 -O2 -pipe  conftest.c >&5
configure:4810: $? = 0
configure:4824: result: yes
configure:4828: checking libintl.h presence
configure:4843: gcc -E  conftest.c
configure:4849: $? = 0
configure:4863: result: yes
configure:4896: checking for libintl.h
configure:4903: result: yes
configure:4914: checking for ngettext in libc
configure:4942: gcc -o conftest -march=i686 -O2 -pipe   conftest.c  >&5
configure:4948: $? = 0
configure:4966: result: yes
configure:4970: checking for dgettext in libc
configure:4998: gcc -o conftest -march=i686 -O2 -pipe   conftest.c  >&5
configure:5004: $? = 0
configure:5022: result: yes
configure:5031: checking for bind_textdomain_codeset
configure:5087: gcc -o conftest -march=i686 -O2 -pipe   conftest.c  >&5
configure:5093: $? = 0
configure:5111: result: yes
configure:5598: checking for msgfmt
configure:5625: result: /usr/bin/msgfmt
configure:5638: checking for dcgettext
configure:5694: gcc -o conftest -march=i686 -O2 -pipe   conftest.c   >&5
conftest.c:48: warning: conflicting types for built-in function 'dcgettext'
configure:5700: $? = 0
configure:5718: result: yes
configure:5730: checking for gmsgfmt
configure:5761: result: /usr/bin/msgfmt
configure:5771: checking for xgettext
configure:5798: result: /usr/bin/xgettext
configure:5827: gcc -o conftest -march=i686 -O2 -pipe   conftest.c   >&5
configure:5833: $? = 0
configure:6002: checking for catalogs to be installed
configure:6027: result:  cs eu fr hu pl pt_BR
configure:6060: checking for bind_textdomain_codeset
configure:6139: result: yes
configure:6143: checking for locales directory
configure:6159: result: ${datarootdir}/locale
configure:6163: checking for additional xgettext flags
configure:6171: result: --keyword=Q_
configure:6177: checking for python module gtk
configure:6204: result: yes
configure:6216: checking for python module xfce4
configure:6246: result: no
configure:6248: error: not found

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

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=i686 -O2 -pipe'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
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=none
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.4/site-packages'
am_cv_python_version=2.4
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
py_cv_mod_gtk_=yes
py_cv_mod_xfce4_=no

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

ACLOCAL='${SHELL} /home/stijn/src/xfce4-rss-plugin/src/xfce4-rss-plugin-0.0.1/missing --run aclocal-1.10'
ALL_LINGUAS='cs eu fr hu pl pt_BR '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/stijn/src/xfce4-rss-plugin/src/xfce4-rss-plugin-0.0.1/missing --run tar'
AUTOCONF='${SHELL} /home/stijn/src/xfce4-rss-plugin/src/xfce4-rss-plugin-0.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/stijn/src/xfce4-rss-plugin/src/xfce4-rss-plugin-0.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/stijn/src/xfce4-rss-plugin/src/xfce4-rss-plugin-0.0.1/missing --run automake-1.10'
AWK='gawk'
CATALOGS=' cs.gmo eu.gmo fr.gmo hu.gmo pl.gmo pt_BR.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-march=i686 -O2 -pipe'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GETTEXT_PACKAGE='xfce4-rss-plugin'
GMOFILES=' cs.gmo eu.gmo fr.gmo hu.gmo pl.gmo pt_BR.gmo'
GMSGFMT='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
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='/usr/bin/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='/usr/bin/msgfmt'
INTLTOOL_MSGMERGE='/usr/bin/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='/usr/bin/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=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/stijn/src/xfce4-rss-plugin/src/xfce4-rss-plugin-0.0.1/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
OBJEXT='o'
PACKAGE='xfce4-rss-plugin'
PACKAGE_BUGREPORT='adriano@xfce.org'
PACKAGE_NAME='xfce4-rss-plugin'
PACKAGE_STRING='xfce4-rss-plugin 0.0.1'
PACKAGE_TARNAME='xfce4-rss-plugin'
PACKAGE_VERSION='0.0.1'
PATH_SEPARATOR=':'
POFILES=' cs.po eu.po fr.po hu.po pl.po pt_BR.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.4'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='0.0.1'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_ARGS='--keyword=Q_'
ac_ct_CC='gcc'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/stijn/src/xfce4-rss-plugin/src/xfce4-rss-plugin-0.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/xfce4-rss-plugin'
pkgpythondir='${pythondir}/xfce4-rss-plugin'
prefix='/opt/xfce4'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
pythondir='${prefix}/lib/python2.4/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "xfce4-rss-plugin"
#define PACKAGE_TARNAME "xfce4-rss-plugin"
#define PACKAGE_VERSION "0.0.1"
#define PACKAGE_STRING "xfce4-rss-plugin 0.0.1"
#define PACKAGE_BUGREPORT "adriano@xfce.org"
#define PACKAGE "xfce4-rss-plugin"
#define VERSION "0.0.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define GETTEXT_PACKAGE "xfce4-rss-plugin"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1

configure: exit 1

So that's the config.log big_smile.

I was wondering if anybody could give me any pointers? I'd like to use the lightweight solution instead of having to fall back on Liferea, which is a bit bulky compared to this tongue.

Last edited by B (2007-02-09 03:52:00)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#2 2007-02-12 07:16:47

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Xfce4 RSS plugin not building

Bump?


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#3 2007-02-13 09:53:29

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Xfce4 RSS plugin not building

...

Anyone?


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB