Build errors with Pyxfce and Xfc from SVN (revision 16828)
Jannis Pohlmann
info at sten-net.de
Wed Aug 10 17:47:55 CEST 2005
Myles Green schrieb:
> Hi,
> When using Brian's build script (both yesterday {the 9th} and today {the
> 10th}) it was unable to build pyxfce and xfc. Here are the errors:
>
> For Pyxfce:
>
> Checked out revision 16828.
> * ... done.
> * Configuring pyxfce...
> processing .
> Running libtoolize...
> Running aclocal -I m4 ...
> aclocal: configure.ac: 37: macro `AM_PATH_PYTHON' not found in library
> aclocal: macro `AM_PATH_PYTHON' required but not defined
> aclocal: macro `AM_PATH_PYTHON' required but not defined
> Running automake --foreign ...
> automake: unrecognized option -- `--force'
> Try `automake --help' for more information.
> Running autoconf ...
> Running ./configure --prefix=/opt/xfce4-svn
> --sysconfdir=/opt/xfce4-svn/etc ...
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> configure: error: cannot find install-sh or install.sh in . ./.. ./../..
> * Autogen/configure for module pyxfce failed.
>
> --------
>
> For Xfc:
>
> Checked out revision 16828.
> * ... done.
> * Configuring xfc...
> Creating XFC configuration files...
> Building macros...
> Adding libtools...
> Generating makefiles...
> configure.ac: 33: `automake requires `AM_CONFIG_HEADER', not
> `AC_CONFIG_HEADER'
> automake: configure.ac: installing `./install-sh'
> automake: configure.ac: installing `./mkinstalldirs'
> automake: configure.ac: installing `./missing'
> Generating configure script...
>
> run "./configure ; make ; make install"
>
> * ... done.
> * Building xfc...
> make: *** No rule to make target `clean'. Stop.
> * Build for module xfc failed.
>
> HTH,
> Myles
Hi.
Concerning Xfc: There's a line (234) which calls "${MAKE} clean all". It
seems as if the makefile of Xfc isn't prepared for cleaning up so
replace "${MAKE} clean all" with "{$MAKE} all". If this doesn't work try
removing "all" as well. Normally, building should succeed without both.
Hope this helps.
- Jannis
More information about the Xfce4-dev
mailing list