On Mon, 2009-01-12 at 00:21 +0100, Alexander Logvinov wrote: > Hello! > > # uname -sr > FreeBSD 7.1-STABLE > > # make > ...
Odd. > checking whether cc understands -c and -o together... yes > checking pkg-config is at least version 0.9.0... yes > checking for GLIB... yes > checking for DBUS... yes > checking for LIBRAPI2... yes > test: xno: unexpected operator > test: xno: unexpected operator > configure: Using gvfs source tree at no Must be something about my shell stuff that doesn't like yours. "no" is supposed to be recognised and replaced with the path to the internal gvfs source. Can you apply the attached patch to configure and see if that helps. > checking whether NLS is requested... yes > checking for intltool >= 0.35.0... 0.40.5 found > checking for intltool-update... /usr/local/bin/intltool-update > checking for intltool-merge... /usr/local/bin/intltool-merge > checking for intltool-extract... /usr/local/bin/intltool-extract > checking for xgettext... /usr/local/bin/xgettext > checking for msgmerge... /usr/local/bin/msgmerge > checking for msgfmt... /usr/local/bin/msgfmt > checking for gmsgfmt... /usr/local/bin/msgfmt > checking for perl... /usr/bin/perl > checking for XML::Parser... ok > 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... no > configure: WARNING: libintl.h: accepted by the compiler, rejected by the > preprocessor! > configure: WARNING: libintl.h: proceeding with the compiler's result > checking for libintl.h... yes > checking for ngettext in libc... no > checking for bindtextdomain in -lintl... no > checking if -liconv is needed to use gettext... > checking for ngettext in -lintl... no > configure: creating ./config.status > config.status: creating Makefile > config.status: creating daemon/Makefile > config.status: creating pixmaps/Makefile > config.status: creating po/Makefile.in > config.status: creating data/Makefile > config.status: creating gvfs/Makefile > config.status: creating gvfs/common/Makefile > config.status: creating gvfs/daemon/Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing libtool commands > config.status: executing default-1 commands > config.status: executing po/stamp-it commands > # INTLTOOL_MAKEFILE > ===> Building for synce-gvfs-0.2 > gmake all-recursive > gmake[1]: Entering directory > `/work/a/ports/palm/synce-gvfs/work/synce-gvfs-0.2' > Making all in daemon > gmake[2]: Entering directory > `/work/a/ports/palm/synce-gvfs/work/synce-gvfs-0.2/daemon' > gmake[2]: *** No rule to make target `../no/daemon/gvfsdaemon.c', needed by > `gvfsdaemon.lo'. Stop. > gmake[2]: Leaving directory > `/work/a/ports/palm/synce-gvfs/work/synce-gvfs-0.2/daemon' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/work/a/ports/palm/synce-gvfs/work/synce-gvfs-0.2' > gmake: *** [all] Error 2 > *** Error code 2 > > > -- > WBR, > Alexander > > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > SynCE-Devel mailing list > SynCE-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/synce-devel
--- configure.orig 2009-01-12 10:32:44.000000000 +0000 +++ configure 2009-01-12 10:33:51.000000000 +0000 @@ -12634,7 +12634,7 @@ with_gvfs_source="no" fi - if test x"$with_gvfs_source" == xno; then + if test "x$with_gvfs_source" == xno; then LOCAL_LIBDAEMON_SRC_TRUE= LOCAL_LIBDAEMON_SRC_FALSE='#' else @@ -12642,7 +12642,7 @@ LOCAL_LIBDAEMON_SRC_FALSE= fi -if test "x${with_gvfs_source}" == "xno"; then +if test "x$with_gvfs_source" == "xno"; then { echo "$as_me:$LINENO: Assuming an internal gvfs source tree" >&5 echo "$as_me: Assuming an internal gvfs source tree" >&6;} with_gvfs_source="${srcdir}/gvfs"
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________ SynCE-Devel mailing list SynCE-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synce-devel