Re: building f-spot on openSUSE



Nevermind. Seems, although autogen and configure finished without any problems, some additional libraries where missing:
- mono-nunit
- gio-sharp-devel
- gtk-sharp2-complete

Sorry for disturbing :)


----- Original Message -----
From: "kenneth westelinck" <kenneth westelinck telenet be>
To: f-spot-list gnome org
Sent: Thursday, October 4, 2012 1:51:59 PM
Subject: building f-spot on openSUSE

Dear list,

I am trying to build the latest version from git (master) on my openSUSE 12.2 desktop. This is what I get after doing make:

/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'gtk-sharp-beans' not resolved
FSpot.Bling/Animation.cs(35,7): error CS0246: The type or namespace name `GLibBeans' could not be found. Are you missing a using directive or an assembly reference?
FSpot.Bling/Animation.cs(52,22): error CS0234: The type or namespace name `Priority' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Bling/Animation.cs(67,91): error CS0234: The type or namespace name `Priority' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Bling/EasedAnimation.cs(49,96): error CS0234: The type or namespace name `Priority' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Bling/EasedAnimation.cs(58,127): error CS0234: The type or namespace name `Priority' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Bling/DoubleAnimation.cs(40,112): error CS0234: The type or namespace name `Priority' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Bling/DoubleAnimation.cs(48,143): error CS0234: The type or namespace name `Priority' does not exist in the namespace `GLib'. Are you missing an assembly reference?
/usr/lib/mono/3.5/Microsoft.Common.targets:  warning : Reference 'nunit.core' not resolved
/usr/lib/mono/3.5/Microsoft.Common.targets:  warning : Reference 'nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'gio-sharp, Version=2.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'gtk-sharp-beans' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' and 'Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'. Using 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
FSpot.Utils/RecursiveFileEnumerator.cs(39,56): error CS0246: The type or namespace name `File' could not be found. Are you missing a using directive or an assembly reference?
FSpot.Utils/FileExtensions.cs(40,61): error CS0234: The type or namespace name `File' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Utils/FileExtensions.cs(40,79): error CS0234: The type or namespace name `File' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Utils/FileExtensions.cs(40,97): error CS0234: The type or namespace name `FileCopyFlags' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Utils/FileExtensions.cs(40,123): error CS0234: The type or namespace name `Cancellable' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Utils/FileExtensions.cs(40,153): error CS0234: The type or namespace name `FileProgressCallback' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Utils/FileExtensions.cs(68,63): error CS0234: The type or namespace name `File' does not exist in the namespace `GLib'. Are you missing an assembly reference?
FSpot.Utils/GIOTagLibFileAbstraction.cs(50,17): error CS0246: The type or namespace name `GioStream' could not be found. Are you missing a using directive or an assembly reference?
FSpot.Utils/RecursiveFileEnumerator.cs(129,33): error CS0540: `FSpot.Utils.RecursiveFileEnumerator.IEnumerable.GetEnumerator()': containing type does not implement interface `System.Collections.IEnumerable'                                                                                                                                                                          
FSpot.Utils/RecursiveFileEnumerator.cs(55,21): error CS0246: The type or namespace name `File' could not be found. Are you missing a using directive or an assembly reference?              
FSpot.Utils/RecursiveFileEnumerator.cs(79,21): error CS0246: The type or namespace name `File' could not be found. Are you missing a using directive or an assembly reference?
FSpot.Utils/RecursiveFileEnumerator.cs(123,28): error CS0246: The type or namespace name `File' could not be found. Are you missing a using directive or an assembly reference?
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' and 'Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'. Using 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'gio-sharp, Version=2.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'taglib-sharp, Version=2.0.4.0, Culture=neutral, PublicKeyToken=db62eba44689b5b0' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' and 'Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'. Using 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
FSpot.Core/Tag.cs(36,13): error CS0234: The type or namespace name `Utils' does not exist in the namespace `FSpot'. Are you missing an assembly reference?
FSpot.Core/FilePhoto.cs(34,13): error CS0234: The type or namespace name `Utils' does not exist in the namespace `FSpot'. Are you missing an assembly reference?
make: *** [sln_build] Error 1


autogen and configure finished fine. Am I still missing something?

Many thanks in advance.


regards,

Kenneth
_______________________________________________
f-spot-list mailing list
f-spot-list gnome org
https://mail.gnome.org/mailman/listinfo/f-spot-list


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