hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.88k stars 578 forks source link

Error displaying sync icon on Ubuntu 11.10 #502

Closed gervaiscoquil closed 12 years ago

gervaiscoquil commented 12 years ago

Just the icon in the indicator "sync" (process-syncing-sparkleshare) is not displayed.

=> Ubuntu 11.10 => Unity

$ sudo apt-get install gtk-sharp2 mono-runtime mono-devel monodevelop \
  libndesk-dbus1.0-cil-dev nant libnotify-cil-dev libgtk2.0-cil-dev mono-mcs mono-gmcs \
  libwebkit-cil-dev intltool libtool python-nautilus libndesk-dbus-glib1.0-cil-dev git gtk2-engines-pixbuf
$ sudo apt-get install libappindicator0.1-cil-dev 
$ ./configure --prefix=/usr
$ make
$ sudo make install

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

It was created by SparkleShare configure 0.6.0, which was
generated by GNU Autoconf 2.63.  Invocation command line was

$ ./configure --prefix=/usr

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

hostname = gc
uname -m = x86_64
uname -r = 3.0.0-14-generic
uname -s = Linux
uname -v = #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011

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

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

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

configure:2044: checking for a BSD-compatible install
configure:2112: result: /usr/bin/install -c
configure:2123: checking whether build environment is sane
configure:2183: result: yes
configure:2324: checking for a thread-safe mkdir -p
configure:2363: result: /bin/mkdir -p
configure:2376: checking for gawk
configure:2406: result: no
configure:2376: checking for mawk
configure:2392: found /usr/bin/mawk
configure:2403: result: mawk
configure:2414: checking whether make sets $(MAKE)
configure:2436: result: yes
configure:2513: checking how to create a ustar tar archive
configure:2526: tar --version
tar (GNU tar) 1.25
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:2529: $? = 0
configure:2569: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:2572: $? = 0
configure:2576: tar -xf - <conftest.tar
configure:2579: $? = 0
configure:2592: result: gnutar
configure:2600: checking whether to enable maintainer-specific portions of Makefiles
configure:2609: result: no
configure:2628: checking for pkg-config
configure:2646: found /usr/bin/pkg-config
configure:2659: result: /usr/bin/pkg-config
configure:2677: checking whether NLS is requested
configure:2686: result: yes
configure:2702: checking for style of include used by make
configure:2730: result: GNU
configure:2800: checking for gcc
configure:2816: found /usr/bin/gcc
configure:2827: result: gcc
configure:3059: checking for C compiler version
configure:3067: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 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:3071: $? = 0
configure:3078: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
configure:3082: $? = 0
configure:3089: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3093: $? = 4
configure:3116: checking for C compiler default output file name
configure:3138: gcc    conftest.c  >&5
configure:3142: $? = 0
configure:3180: result: a.out
configure:3199: checking whether the C compiler works
configure:3209: ./a.out
configure:3213: $? = 0
configure:3232: result: yes
configure:3239: checking whether we are cross compiling
configure:3241: result: no
configure:3244: checking for suffix of executables
configure:3251: gcc -o conftest    conftest.c  >&5
configure:3255: $? = 0
configure:3281: result: 
configure:3287: checking for suffix of object files
configure:3313: gcc -c   conftest.c >&5
configure:3317: $? = 0
configure:3342: result: o
configure:3346: checking whether we are using the GNU C compiler
configure:3375: gcc -c   conftest.c >&5
configure:3382: $? = 0
configure:3399: result: yes
configure:3408: checking whether gcc accepts -g
configure:3438: gcc -c -g  conftest.c >&5
configure:3445: $? = 0
configure:3546: result: yes
configure:3563: checking for gcc option to accept ISO C89
configure:3637: gcc  -c -g -O2  conftest.c >&5
configure:3644: $? = 0
configure:3667: result: none needed
configure:3687: checking dependency style of gcc
configure:3797: result: none
configure:3826: checking for intltool >= 0.40.6
configure:3833: result: 0.41.1 found
configure:3843: checking for intltool-update
configure:3861: found /usr/bin/intltool-update
configure:3873: result: /usr/bin/intltool-update
configure:3883: checking for intltool-merge
configure:3901: found /usr/bin/intltool-merge
configure:3913: result: /usr/bin/intltool-merge
configure:3923: checking for intltool-extract
configure:3941: found /usr/bin/intltool-extract
configure:3953: result: /usr/bin/intltool-extract
configure:4086: checking for xgettext
configure:4104: found /usr/bin/xgettext
configure:4116: result: /usr/bin/xgettext
configure:4126: checking for msgmerge
configure:4144: found /usr/bin/msgmerge
configure:4156: result: /usr/bin/msgmerge
configure:4166: checking for msgfmt
configure:4184: found /usr/bin/msgfmt
configure:4196: result: /usr/bin/msgfmt
configure:4206: checking for gmsgfmt
configure:4237: result: /usr/bin/msgfmt
configure:4261: checking for perl
configure:4279: found /usr/bin/perl
configure:4291: result: /usr/bin/perl
configure:4304: checking for perl >= 5.8.1
configure:4313: result: 5.12.4
configure:4317: checking for XML::Parser
configure:4320: result: ok
configure:4357: gcc -o conftest -g -O2   conftest.c  >&5
configure:4364: $? = 0
configure:4643: checking pkg-config is at least version 0.9.0
configure:4646: result: yes
configure:4655: checking whether ln -s works
configure:4659: result: yes
configure:4678: checking for GNOME_DOC_UTILS
configure:4685: $PKG_CONFIG --exists --print-errors "gnome-doc-utils"
configure:4688: $? = 0
configure:4701: $PKG_CONFIG --exists --print-errors "gnome-doc-utils"
configure:4704: $? = 0
configure:4739: result: yes
configure:4869: checking gnome-doc-utils >= 0.17.3
configure:4872: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
configure:4875: $? = 0
configure:4883: result: yes
configure:4981: checking for a BSD-compatible install
configure:5049: result: /usr/bin/install -c
configure:5065: checking for MONO_MODULE
configure:5072: $PKG_CONFIG --exists --print-errors "mono >= 2.2"
configure:5075: $? = 0
configure:5088: $PKG_CONFIG --exists --print-errors "mono >= 2.2"
configure:5091: $? = 0
configure:5168: result: yes
configure:5179: checking for mono
configure:5197: found /usr/bin/mono
configure:5210: result: /usr/bin/mono
configure:5229: $PKG_CONFIG --exists --print-errors "mono >= 2.8"
configure:5232: $? = 0
configure:5239: checking for dmcs
configure:5257: found /usr/bin/dmcs
configure:5270: result: /usr/bin/dmcs
configure:5294: checking for Mono 4.0 GAC for System.dll
configure:5300: result: found
configure:5294: checking for Mono 4.0 GAC for System.Security.dll
configure:5300: result: found
configure:5294: checking for Mono 4.0 GAC for Mono.Posix.dll
configure:5300: result: found
configure:5396: checking for NOTIFY_SHARP
configure:5403: $PKG_CONFIG --exists --print-errors "notify-sharp"
configure:5406: $? = 0
configure:5419: $PKG_CONFIG --exists --print-errors "notify-sharp"
configure:5422: $? = 0
configure:5457: result: yes
configure:5545: checking for GTKSHARP
configure:5552: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:5555: $? = 0
configure:5568: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:5571: $? = 0
configure:5648: result: yes
configure:5656: checking for GLIBSHARP
configure:5663: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:5666: $? = 0
configure:5679: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:5682: $? = 0
configure:5759: result: yes
configure:5767: checking for GLIBSHARP_2_12_7
configure:5774: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= 2.12.7"
configure:5777: $? = 0
configure:5790: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= 2.12.7"
configure:5793: $? = 0
configure:5828: result: yes
configure:5843: checking for GTKSHARP_A11Y
configure:5850: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= 2.12.10"
configure:5853: $? = 0
configure:5866: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= 2.12.10"
configure:5869: $? = 0
configure:5904: result: yes
configure:5946: checking for WEBKIT_SHARP
configure:5953: $PKG_CONFIG --exists --print-errors "webkit-sharp-1.0"
configure:5956: $? = 0
configure:5969: $PKG_CONFIG --exists --print-errors "webkit-sharp-1.0"
configure:5972: $? = 0
configure:6007: result: yes
configure:6020: checking for NOTIFY_SHARP
configure:6081: result: yes
configure:6096: $PKG_CONFIG --exists --print-errors "appindicator-sharp-0.1 >= $APPINDICATOR_REQUIRED"
configure:6099: $? = 0
configure:6109: $PKG_CONFIG --exists --print-errors "appindicator-sharp-0.1 >= $APPINDICATOR_REQUIRED"
configure:6112: $? = 0
configure:6122: checking for APP_INDICATOR
configure:6129: $PKG_CONFIG --exists --print-errors "appindicator-sharp-0.1 >= $APPINDICATOR_REQUIRED"
configure:6132: $? = 0
configure:6145: $PKG_CONFIG --exists --print-errors "appindicator-sharp-0.1 >= $APPINDICATOR_REQUIRED"
configure:6148: $? = 0
configure:6225: result: yes
configure:6450: checking for NAUTILUS_PYTHON
configure:6457: $PKG_CONFIG --exists --print-errors "nautilus-python < 1.1"
configure:6460: $? = 0
configure:6473: $PKG_CONFIG --exists --print-errors "nautilus-python < 1.1"
configure:6476: $? = 0
configure:6511: result: yes
configure:6540: checking for NAUTILUS3_PYTHON
configure:6547: $PKG_CONFIG --exists --print-errors "nautilus-python >= 1.1"
Requested 'nautilus-python >= 1.1' but version of Nautilus-Python is 1.0
configure:6550: $? = 1
configure:6563: $PKG_CONFIG --exists --print-errors "nautilus-python >= 1.1"
Requested 'nautilus-python >= 1.1' but version of Nautilus-Python is 1.0
configure:6566: $? = 1
Requested 'nautilus-python >= 1.1' but version of Nautilus-Python is 1.0
configure:6593: result: no
configure:6674: checking for sed
configure:6690: found /bin/sed
configure:6702: result: sed
configure:7070: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by SparkleShare config.status 0.6.0, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on gc

config.status:850: creating build/Makefile
config.status:850: creating build/m4/Makefile
config.status:850: creating build/m4/shave/shave
config.status:850: creating build/m4/shave/shave-libtool
config.status:850: creating data/Makefile
config.status:850: creating data/icons/Makefile
config.status:850: creating data/html/Makefile
config.status:850: creating data/plugins/Makefile
config.status:850: creating help/Makefile
config.status:850: creating SparkleLib/AssemblyInfo.cs
config.status:850: creating SparkleLib/Defines.cs
config.status:850: creating SparkleLib/Makefile
config.status:850: creating SparkleShare/sparkleshare
config.status:850: creating SparkleShare/Makefile
config.status:850: creating SparkleShare/Mac/Makefile
config.status:850: creating SparkleShare/Nautilus/Makefile
config.status:850: creating SparkleShare/Nautilus/sparkleshare-nautilus-extension.py
config.status:850: creating SparkleShare/Nautilus/sparkleshare-nautilus3-extension.py
config.status:850: creating po/Makefile.in
config.status:850: creating Makefile
config.status:1061: executing depfiles commands
config.status:1061: executing po/stamp-it commands

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

ac_cv_c_compiler_gnu=yes
ac_cv_env_APP_INDICATOR_CFLAGS_set=
ac_cv_env_APP_INDICATOR_CFLAGS_value=
ac_cv_env_APP_INDICATOR_LIBS_set=
ac_cv_env_APP_INDICATOR_LIBS_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_GLIBSHARP_2_12_7_CFLAGS_set=
ac_cv_env_GLIBSHARP_2_12_7_CFLAGS_value=
ac_cv_env_GLIBSHARP_2_12_7_LIBS_set=
ac_cv_env_GLIBSHARP_2_12_7_LIBS_value=
ac_cv_env_GLIBSHARP_CFLAGS_set=
ac_cv_env_GLIBSHARP_CFLAGS_value=
ac_cv_env_GLIBSHARP_LIBS_set=
ac_cv_env_GLIBSHARP_LIBS_value=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_set=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_value=
ac_cv_env_GNOME_DOC_UTILS_LIBS_set=
ac_cv_env_GNOME_DOC_UTILS_LIBS_value=
ac_cv_env_GTKSHARP_A11Y_CFLAGS_set=
ac_cv_env_GTKSHARP_A11Y_CFLAGS_value=
ac_cv_env_GTKSHARP_A11Y_LIBS_set=
ac_cv_env_GTKSHARP_A11Y_LIBS_value=
ac_cv_env_GTKSHARP_CFLAGS_set=
ac_cv_env_GTKSHARP_CFLAGS_value=
ac_cv_env_GTKSHARP_LIBS_set=
ac_cv_env_GTKSHARP_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_MONO_MODULE_CFLAGS_set=
ac_cv_env_MONO_MODULE_CFLAGS_value=
ac_cv_env_MONO_MODULE_LIBS_set=
ac_cv_env_MONO_MODULE_LIBS_value=
ac_cv_env_NAUTILUS3_PYTHON_CFLAGS_set=
ac_cv_env_NAUTILUS3_PYTHON_CFLAGS_value=
ac_cv_env_NAUTILUS3_PYTHON_LIBS_set=
ac_cv_env_NAUTILUS3_PYTHON_LIBS_value=
ac_cv_env_NAUTILUS_PYTHON_CFLAGS_set=
ac_cv_env_NAUTILUS_PYTHON_CFLAGS_value=
ac_cv_env_NAUTILUS_PYTHON_LIBS_set=
ac_cv_env_NAUTILUS_PYTHON_LIBS_value=
ac_cv_env_NOTIFY_SHARP_CFLAGS_set=
ac_cv_env_NOTIFY_SHARP_CFLAGS_value=
ac_cv_env_NOTIFY_SHARP_LIBS_set=
ac_cv_env_NOTIFY_SHARP_LIBS_value=
ac_cv_env_NUNIT_CFLAGS_set=
ac_cv_env_NUNIT_CFLAGS_value=
ac_cv_env_NUNIT_LIBS_set=
ac_cv_env_NUNIT_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_WEBKIT_SHARP_CFLAGS_set=
ac_cv_env_WEBKIT_SHARP_CFLAGS_value=
ac_cv_env_WEBKIT_SHARP_LIBS_set=
ac_cv_env_WEBKIT_SHARP_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_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
ac_cv_path_MCS=/usr/bin/dmcs
ac_cv_path_MONO=/usr/bin/mono
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_SED=sed
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_prog_tar_ustar=gnutar
gdu_cv_have_gdu=yes
gdu_cv_version_required=0.17.3
pkg_cv_APP_INDICATOR_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_APP_INDICATOR_LIBS='-r:/usr/lib/cli/appindicator-sharp-0.1/appindicator-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_GLIBSHARP_2_12_7_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GLIBSHARP_2_12_7_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_GLIBSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GLIBSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_GNOME_DOC_UTILS_CFLAGS=' '
pkg_cv_GNOME_DOC_UTILS_LIBS=' '
pkg_cv_GTKSHARP_A11Y_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GTKSHARP_A11Y_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_GTKSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GTKSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_MONO_MODULE_CFLAGS=' '
pkg_cv_MONO_MODULE_LIBS=' '
pkg_cv_NAUTILUS_PYTHON_CFLAGS=' '
pkg_cv_NAUTILUS_PYTHON_LIBS=' '
pkg_cv_NOTIFY_SHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_NOTIFY_SHARP_LIBS='-r:/usr/lib/cli/notify-sharp-0.4/notify-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_WEBKIT_SHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_WEBKIT_SHARP_LIBS='-r:/usr/lib/cli/webkit-sharp-1.1/webkit-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '

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

ACLOCAL='${SHELL} /home/gc/Téléchargements/sparkleshare-0.6.0/missing --run aclocal-1.11'
ACLOCAL_AMFLAGS='-I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave ${ACLOCAL_FLAGS}'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/gc/Téléchargements/sparkleshare-0.6.0/missing --run tar'
AM_MAKEFLAGS='`test -z $V && echo -s`'
APP_INDICATOR_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
APP_INDICATOR_LIBS='-r:/usr/lib/cli/appindicator-sharp-0.1/appindicator-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
ASM_VERSION='0.6.0'
AUTOCONF='${SHELL} /home/gc/Téléchargements/sparkleshare-0.6.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/gc/Téléchargements/sparkleshare-0.6.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/gc/Téléchargements/sparkleshare-0.6.0/missing --run automake-1.11'
AWK='mawk'
CC='/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave/shave cc gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPPFLAGS=''
CXX='/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave/shave cxx '
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DPACKAGE_NAME=\"SparkleShare\" -DPACKAGE_TARNAME=\"sparkleshare\" -DPACKAGE_VERSION=\"0.6.0\" -DPACKAGE_STRING=\"SparkleShare\ 0.6.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sparkleshare\" -DVERSION=\"0.6.0\" -DGETTEXT_PACKAGE=\"sparkleshare\" -DHAVE_APP_INDICATOR=1'
DEPDIR='.deps'
DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper '
DOC_USER_FORMATS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ENABLE_ATK_FALSE='#'
ENABLE_ATK_TRUE=''
ENABLE_DEBUG_FALSE='#'
ENABLE_DEBUG_TRUE=''
ENABLE_GTKUI_FALSE='#'
ENABLE_GTKUI_TRUE=''
ENABLE_RELEASE_FALSE=''
ENABLE_RELEASE_TRUE='#'
ENABLE_SK_FALSE='#'
ENABLE_SK_TRUE=''
ENABLE_TESTS_FALSE=''
ENABLE_TESTS_TRUE='#'
EXEEXT=''
EXTERNAL_NOTIFY_SHARP_FALSE='#'
EXTERNAL_NOTIFY_SHARP_TRUE=''
F77='/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave/shave f77 '
FC='/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave/shave fc '
GETTEXT_PACKAGE='sparkleshare'
GLIBSHARP_2_12_7_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GLIBSHARP_2_12_7_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
GLIBSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GLIBSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
GMSGFMT='/usr/bin/msgfmt'
GNOME_DOC_UTILS_CFLAGS=' '
GNOME_DOC_UTILS_LIBS=' '
GTKSHARP_A11Y_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GTKSHARP_A11Y_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
GTKSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GTKSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
GUISUBDIRS='SparkleShare'
HAVE_APP_INDICATOR_FALSE='#'
HAVE_APP_INDICATOR_TRUE=''
HAVE_GLIBSHARP_2_12_7_FALSE='#'
HAVE_GLIBSHARP_2_12_7_TRUE=''
HAVE_GNOME_DOC_UTILS_FALSE='#'
HAVE_GNOME_DOC_UTILS_TRUE=''
HELP_DIR='${datadir}/gnome/help'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
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='/usr/bin/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='/usr/bin/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_POLICY_RULE='%.policy:    %.policy.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_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='/usr/bin/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_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=''
LIBTOOL='/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave/shave-libtool '\'''\'''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEFLAGS='-s'
MAKEINFO='${SHELL} /home/gc/Téléchargements/sparkleshare-0.6.0/missing --run makeinfo'
MCS='/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave/shave mcs /usr/bin/dmcs'
MKDIR_P='/bin/mkdir -p'
MONO='/usr/bin/mono'
MONO_MODULE_CFLAGS=' '
MONO_MODULE_LIBS=' '
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NAUTILUS2_EXTENSION_ENABLED_FALSE='#'
NAUTILUS2_EXTENSION_ENABLED_TRUE=''
NAUTILUS3_EXTENSION_ENABLED_FALSE='#'
NAUTILUS3_EXTENSION_ENABLED_TRUE=''
NAUTILUS3_PYTHON_CFLAGS=''
NAUTILUS3_PYTHON_LIBS=''
NAUTILUS_PREFIX='/usr'
NAUTILUS_PYTHON_CFLAGS=' '
NAUTILUS_PYTHON_DIR='/usr/share/nautilus-python/extensions'
NAUTILUS_PYTHON_LIBS=' '
NOTIFY_SHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
NOTIFY_SHARP_LIBS='-r:/usr/lib/cli/notify-sharp-0.4/notify-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
NUNIT_CFLAGS=''
NUNIT_LIBS=''
OBJC='/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave/shave objc '
OBJEXT='o'
OMF_DIR='${datadir}/omf'
PACKAGE='sparkleshare'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='SparkleShare'
PACKAGE_STRING='SparkleShare 0.6.0'
PACKAGE_TARNAME='sparkleshare'
PACKAGE_VERSION='0.6.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
Q='$(V:1=)'
SED='sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS='yes'
V='@'
VERSION='0.6.0'
WEBKIT_SHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
WEBKIT_SHARP_LIBS='-r:/usr/lib/cli/webkit-sharp-1.1/webkit-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr'
expanded_bindir='/usr/bin'
expanded_datadir='/usr/share'
expanded_libdir='/usr/lib'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/gc/Téléchargements/sparkleshare-0.6.0/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}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
shavedir='/home/gc/Téléchargements/sparkleshare-0.6.0/build/m4/shave'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "SparkleShare"
#define PACKAGE_TARNAME "sparkleshare"
#define PACKAGE_VERSION "0.6.0"
#define PACKAGE_STRING "SparkleShare 0.6.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "sparkleshare"
#define VERSION "0.6.0"
#define GETTEXT_PACKAGE "sparkleshare"
#define HAVE_APP_INDICATOR 1

configure: exit 0

-------------------
$ ./configure --prefix=/usr
-------------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for intltool >= 0.40.6... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.12.4
checking for XML::Parser... ok
checking pkg-config is at least version 0.9.0... yes
checking whether ln -s works... yes
checking for GNOME_DOC_UTILS... yes
checking gnome-doc-utils >= 0.17.3... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for MONO_MODULE... yes
checking for mono... /usr/bin/mono
checking for dmcs... /usr/bin/dmcs
checking for Mono 4.0 GAC for System.dll... found
checking for Mono 4.0 GAC for System.Security.dll... found
checking for Mono 4.0 GAC for Mono.Posix.dll... found
checking for NOTIFY_SHARP... yes
checking for GTKSHARP... yes
checking for GLIBSHARP... yes
checking for GLIBSHARP_2_12_7... yes
checking for GTKSHARP_A11Y... yes
checking for WEBKIT_SHARP... yes
checking for NOTIFY_SHARP... yes
checking for APP_INDICATOR... yes
checking for NAUTILUS_PYTHON... yes
checking for NAUTILUS3_PYTHON... no
checking for sed... sed
configure: creating ./config.status
config.status: creating build/Makefile
config.status: creating build/m4/Makefile
config.status: creating build/m4/shave/shave
config.status: creating build/m4/shave/shave-libtool
config.status: creating data/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/html/Makefile
config.status: creating data/plugins/Makefile
config.status: creating help/Makefile
config.status: creating SparkleLib/AssemblyInfo.cs
config.status: creating SparkleLib/Defines.cs
config.status: creating SparkleLib/Makefile
config.status: creating SparkleShare/sparkleshare
config.status: creating SparkleShare/Makefile
config.status: creating SparkleShare/Mac/Makefile
config.status: creating SparkleShare/Nautilus/Makefile
config.status: creating SparkleShare/Nautilus/sparkleshare-nautilus-extension.py
config.status: creating SparkleShare/Nautilus/sparkleshare-nautilus3-extension.py
config.status: creating po/Makefile.in
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing po/stamp-it commands

SparkleShare 0.6.0

Configuration:
       Prefix              : /usr
       Build Gtk+ UI       : yes
       Nautilus 2.x plugin : yes
       Nautilus 3.x plugin : no
       User Help           : yes (requires gnome-doc-utils >= 0.17.3)

-------------------
$ make
-------------------
Making all in build
Making all in m4
Making all in help
Making all in SparkleLib
  MCS   ../bin/SparkleLib.dll
Making all in data
Making all in icons
Making all in html
Making all in plugins
Making all in po
Making all in SparkleShare
Making all in Nautilus
Making all in Mac
  MCS   ../bin/SparkleShare.exe

-------------------
$ sudo make install
-------------------
Making install in build
Making install in m4
Making install in help
/bin/bash /home/gc/Téléchargements/sparkleshare-0.6.0/install-sh -d /usr/share/gnome/help/sparkleshare/C
/usr/bin/install -c -m 644 C/legal.xml /usr/share/gnome/help/sparkleshare/C/legal.xml
/usr/bin/install -c -m 644 C/account-creation.page /usr/share/gnome/help/sparkleshare/C/account-creation.page
/usr/bin/install -c -m 644 C/advanced.page /usr/share/gnome/help/sparkleshare/C/advanced.page
/usr/bin/install -c -m 644 C/index.page /usr/share/gnome/help/sparkleshare/C/index.page
/usr/bin/install -c -m 644 C/introduction.page /usr/share/gnome/help/sparkleshare/C/introduction.page
/usr/bin/install -c -m 644 C/share.page /usr/share/gnome/help/sparkleshare/C/share.page
Making install in SparkleLib
 /usr/bin/install -c ../bin/SparkleLib.dll ../bin/SparkleLib.dll.mdb '/usr/lib/sparkleshare'
Making install in data
Making install in icons
Installing 16x16 folder-sparkleshare.png into hicolor icon theme
Installing 22x22 folder-sparkleshare.png into hicolor icon theme
Installing 24x24 folder-sparkleshare.png into hicolor icon theme
Installing 256x256 folder-sparkleshare.png into hicolor icon theme
Installing 32x32 folder-sparkleshare.png into hicolor icon theme
Installing 48x48 folder-sparkleshare.png into hicolor icon theme
Installing 24x24 process-syncing-sparkleshare-i.png into hicolor icon theme
Installing 24x24 process-syncing-sparkleshare-ii.png into hicolor icon theme
Installing 24x24 process-syncing-sparkleshare-iii.png into hicolor icon theme
Installing 24x24 process-syncing-sparkleshare-iiii.png into hicolor icon theme
Installing 24x24 process-syncing-sparkleshare-iiiii.png into hicolor icon theme
Updating GTK icon cache
gtk-update-icon-cache: Cache file created successfully.
Installing 24x24 process-syncing-sparkleshare.png into hicolor icon theme
Installing 22x22 process-working.png into hicolor icon theme
Installing 16x16 folder-sparkleshare.png into hicolor icon theme
Installing 22x22 folder-sparkleshare.png into hicolor icon theme
Installing 24x24 folder-sparkleshare.png into hicolor icon theme
Installing 256x256 folder-sparkleshare.png into hicolor icon theme
Installing 32x32 folder-sparkleshare.png into hicolor icon theme
Installing 48x48 folder-sparkleshare.png into hicolor icon theme
Installing 24x24 sparkleshare-syncing-error.png into hicolor icon theme
Installing 16x16 avatar-default.png into hicolor icon theme
Installing 22x22 avatar-default.png into hicolor icon theme
Installing 24x24 avatar-default.png into hicolor icon theme
Installing 32x32 avatar-default.png into hicolor icon theme
Installing 48x48 avatar-default.png into hicolor icon theme
Installing 12x12 document-added.png into hicolor icon theme
Installing 12x12 document-edited.png into hicolor icon theme
Installing 12x12 document-deleted.png into hicolor icon theme
Installing 12x12 document-moved.png into hicolor icon theme
Installing 16x16 dialog-error.png into hicolor icon theme
Installing 16x16 list-point.png into hicolor icon theme
Installing 24x24 dialog-error.png into hicolor icon theme
Updating GTK icon cache
gtk-update-icon-cache: Cache file created successfully.
Making install in html
 /usr/bin/install -c -m 644 day-entry.html event-entry.html event-log.html jquery.js '/usr/share/sparkleshare/html/'
Making install in plugins
 /usr/bin/install -c -m 644 bitbucket.xml github.xml gitorious.xml gnome.xml own-server.xml github.png gitorious.png bitbucket.png gnome.png own-server.png '/usr/share/sparkleshare/plugins/'
 /usr/bin/install -c -m 644 side-splash.png tutorial-slide-1.png tutorial-slide-2.png tutorial-slide-3.png tutorial-slide-4.png about.png '/usr/share/sparkleshare/pixmaps/'
Making install in po
installing ar.gmo as /usr/share/locale/ar/LC_MESSAGES/sparkleshare.mo
installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/sparkleshare.mo
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/sparkleshare.mo
installing cs_CZ.gmo as /usr/share/locale/cs_CZ/LC_MESSAGES/sparkleshare.mo
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/sparkleshare.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/sparkleshare.mo
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/sparkleshare.mo
installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/sparkleshare.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/sparkleshare.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/sparkleshare.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/sparkleshare.mo
installing he.gmo as /usr/share/locale/he/LC_MESSAGES/sparkleshare.mo
installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/sparkleshare.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/sparkleshare.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/sparkleshare.mo
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/sparkleshare.mo
installing no_NO.gmo as /usr/share/locale/no_NO/LC_MESSAGES/sparkleshare.mo
installing nn_NO.gmo as /usr/share/locale/nn_NO/LC_MESSAGES/sparkleshare.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/sparkleshare.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/sparkleshare.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/sparkleshare.mo
installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/sparkleshare.mo
installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/sparkleshare.mo
installing sr_RS.gmo as /usr/share/locale/sr_RS/LC_MESSAGES/sparkleshare.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/sparkleshare.mo
installing te.gmo as /usr/share/locale/te/LC_MESSAGES/sparkleshare.mo
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/sparkleshare.mo
installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/sparkleshare.mo
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/sparkleshare.mo
Making install in SparkleShare
Making install in Nautilus
 /usr/bin/install -c ./sparkleshare-nautilus3-extension.py '/usr/share/nautilus-python/extensions'
Making install in Mac
 /usr/bin/install -c sparkleshare '/usr/bin'
 /usr/bin/install -c -m 644 sparkleshare.desktop '/usr/share/applications'
 /usr/bin/install -c -m 644 ../man/sparkleshare.1 '/usr/share/man/man1'
 /usr/bin/install -c ../bin/SparkleShare.exe ../bin/SparkleShare.exe.mdb '/usr/lib/sparkleshare'
fire commented 12 years ago

Moved other issue to Issue #526.

hbons commented 12 years ago
find /usr -name *process-syncing-sparkleshare*

Can you do give me the output of this?

atomatica commented 12 years ago
/usr/share/icons/hicolor/24x24/status/process-syncing-sparkleshare-ii.png
/usr/share/icons/hicolor/24x24/status/process-syncing-sparkleshare-iiii.png
/usr/share/icons/hicolor/24x24/status/process-syncing-sparkleshare-iiiii.png
/usr/share/icons/hicolor/24x24/status/process-syncing-sparkleshare-i.png
/usr/share/icons/hicolor/24x24/status/process-syncing-sparkleshare-iii.png
/usr/share/sparkleshare/icons/hicolor/24x24/animations/process-syncing-sparkleshare.png

The icons are there but the code to animate them does not appear to be working.

hbons commented 12 years ago

So it does display the idle icon, but not the syncing animation?

atomatica commented 12 years ago

Yes that's exactly right. While syncing the indicator icon disappears, leaving a tiny few pixels of width where one can click to show the menu.

hbons commented 12 years ago

I think that fixes the issue. There was a "-" missing between the icon name and the number of "i".

icarito commented 11 years ago

I'm writing this from a system affected from this bug, tried the released tar.gz from the website (v 0.9.6) and also the version from git. My system is a Trisquel 5.0 (based on Ubuntu 11.10). I did make install and still get wrong icon in the notification icon. Note I'm using XFCE. Thanks.

hbons commented 11 years ago

@icarito #1033 should have a workaround for your issue.