On Sun, Apr 5, 2009 at 6:14 PM, laura la <[email protected]> wrote: > I did a SVN checkout of /svn/f-spot/branches/FSPOT_0_5_0_STABLE/ > I followed the steps listed here http://f-spot.org/How_To_Build_from_HEAD > I got the following error: http://i39.tinypic.com/10nw8ci.png
The build is referencing two different version of GDK, a 2.12 one in /usr (from the GAC, probably via another assembly) and a 2.14 one in /usr/local, which you probably built from source. Note that pkgconfig, which is used to find assemblies for compilation, has /usr/local hardcoded as a search path. In contrast, Mono doesn't looks in the /usr/local GAC (at runtime) by default. You maybe be able to work around this issue by setting MONO_GAC_PREFIX=/usr/local in your environment. For more info, see: http://www.mono-project.com/Parallel_Mono_Environments#Tip:_MONO_GAC_PREFIX http://mjhutchinson.com/journal/2007/11/08/how_not_break_mono -- Michael Hutchinson http://mjhutchinson.com _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
