"How to Build F-Spot from HEAD" troubles



Hi,
  I tried to get involved in F-spot, but I have problem that I'm real
noob in Mono. So I followed instructions from article „How to Build
F-Spot from HEAD“ from F-spot website.

Concretely:

1. I downloaded gtk-sharp

   svn co svn://anonsvn.mono-project.com/source/trunk/gtk-sharp gtk-sharp
    -then ran ./bootstrap-2.14  - don't now if it's correct step... !!
    -and then make...

2. I downloaded and installed all other needed packages

3. I downloaded f-spot head by typing

   git clone git://git.gnome.org/f-spot

4. I configured and autogen

   ./autogen.sh --prefix=${HOME}/unstable/f-spot --disable-scrollkeeper
        ...stil everything OK, but:

5. When I type make all, I get following error:

*** Compiling FSpot.Utils.dll
/usr/bin/gmcs -debug -target:library -out:FSpot.Utils.dll
-d:TEST_METADATA -d:BROKEN_RSVG -d:GSD_2_24 -d:MONO_1_2_5
-d:MONO_1_9_0 -d:MONO_2_0 -d:CAIRO_1_2_5 -d:GCONF_SHARP_2_18
-d:GCONF_SHARP_2_20_2 ./Utils/Cache.cs ./Utils/CairoUtils.cs
./Utils/ConsoleCrayon.cs ./Utils/DbUtils.cs ./Utils/GnomeUtil.cs
./Utils/GdkUtils.cs ./Utils/GtkUtil.cs ./Utils/Log.cs ./Utils/Unix.cs
./Utils/UriUtils.cs -pkg:gtk-sharp-2.0 -pkg:gnome-sharp-2.0
-r:Mono.Posix -r:Mono.Cairo -r:../glitz-sharp/src/NDesk.Glitz.dll
-pkg:gconf-sharp-2.0 -pkg:ndesk-dbus-1.0 -pkg:ndesk-dbus-glib-1.0
./Utils/GnomeUtil.cs(42,44): error CS1502: The best overloaded method
match for `Gnome.Help.DisplayDesktopOnScreen(Gnome.Program, string,
string, string, Gdk.Screen)' has some invalid arguments
/usr/lib/mono/gac/gnome-sharp/2.24.0.0__35e10195dab3c99f/gnome-sharp.dll
(Location of the symbol related to previous error)
./Utils/GnomeUtil.cs(42,44): error CS1503: Argument `#5' cannot
convert `Gdk.Screen' expression to type `Gdk.Screen'
./Utils/GnomeUtil.cs(42,44): (equally named types possibly from
different assemblies in previous error)
/usr/local/lib/mono/gac/gdk-sharp/2.14.0.0__35e10195dab3c99f/gdk-sharp.dll
(Location of the symbol related to previous error)
/usr/lib/mono/gac/gdk-sharp/2.12.0.0__35e10195dab3c99f/gdk-sharp.dll
(Location of the symbol related to previous error)
Compilation failed: 2 error(s), 0 warnings
make[2]: *** [FSpot.Utils.dll] Error 1
make[2]: Leaving directory `/home/bhiefer/Development/f-spot/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bhiefer/Development/f-spot'
make: *** [all] Error 2

Could you please help me...
I'm using Ubuntu 9.04, but it failed on my old Ubuntu 8.10 too.

Thank you,
  Marek Pasicnyk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]