Problems running git version



Hi,

I want to try to develop a bit on F-Spot. But I have problems running the development (git) version.

When I run it I get the attached (look at the end of the message) error.

When I make install it, it works correctly, but I don't want to do that
A) Running make install after every small change in the code is extra overhead
B) I want be able to just use the stable versions.

Since the main git repo is not changed since the 20th of February (except for i18n updateds + a DOAP change) I'm wondering if their is a branch I don't know of with newer code.

Greetings,
Nathan


[nathan@psi bin]$ mono ./f-spot.exe --debug
[1 Info  21:21:55.799] Initializing Mono.Addins
[1 Debug 21:21:55.949] Mono.Addins Initialization took 0,143507
[1 Debug 21:21:56.122] Db Initialization took 0,102081
[1 Debug 21:21:56.347] Query Started : SELECT * FROM photos  WHERE  photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY  time DESC, filename ASC
[1 Debug 21:21:56.432] QueryToTemp took 0,08538 : SELECT * FROM photos  WHERE  photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY  time DESC, filename ASC
[1 Debug 21:21:56.433] Reloading the query took 0,087014
[1 Debug 21:21:56.533] Query took 0,009132 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0
[1 Debug 21:21:56.557] Query Started : SELECT * FROM photos  WHERE  photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY  time ASC, filename ASC
[1 Debug 21:21:56.626] QueryToTemp took 0,069245 : SELECT * FROM photos  WHERE  photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY  time ASC, filename ASC
[1 Debug 21:21:56.641] Query took 0,004997 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0
[4 Debug 21:21:56.692] PhotosPerMonth took 0,037281
[4 Debug 21:21:56.693] TimeAdaptor REAL Reload took 0,064037
[1 Debug 21:21:56.738] open uri = file:///home/nathan/Afbeeldingen/Foto's/2005/09/29/IMG_0742a.jpg
[1 Debug 21:21:56.750] Reloading the query took 0,193385
[1 Debug 21:21:56.778] Query Started : SELECT * FROM photos  WHERE  photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY  time ASC, filename ASC
[1 Debug 21:21:56.843] QueryToTemp took 0,065714 : SELECT * FROM photos  WHERE  photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY  time ASC, filename ASC
[6 Debug 21:21:56.872] PhotosPerMonth took 0,038985
[6 Debug 21:21:56.872] TimeAdaptor REAL Reload took 0,028294
[1 Debug 21:21:56.880] IndexOf took 0,001711 : SELECT ROWID AS row_id FROM photoquery_temp_0 WHERE id = 484
[1 Debug 21:21:56.880] Reloading the query took 0,102332
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.TypeInitializationException: An exception was thrown by the type initializer for Cms.Profile ---> System.DllNotFoundException: liblcms-1.0.0.dll
  at (wrapper managed-to-native) Cms.NativeMethods:CmsCreateSRGBProfile ()
  at Cms.Profile..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at FSpot.ColorManagement.get_Profiles () [0x00000] in <filename unknown>:0
  at FSpot.TagSelectionWidget.IconDataFunc (Gtk.TreeViewColumn column, Gtk.CellRenderer renderer, TreeModel model, TreeIter iter) [0x00000] in <filename unknown>:0
  at GtkSharp.TreeCellDataFuncWrapper.NativeCallback (IntPtr tree_column, IntPtr cell, IntPtr tree_model, IntPtr iter, IntPtr data) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GtkSharp.TreeCellDataFuncWrapper.NativeCallback(IntPtr tree_column, IntPtr cell, IntPtr tree_model, IntPtr iter, IntPtr data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at FSpot.Driver.Startup()
   at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup)
   at FSpot.Driver.Main(System.String[] args)
[2 Debug 21:21:57.008] Finalizer called on FSpot.Core.Category. Should be Disposed
[2 Debug 21:21:57.010] Finalizer called on FSpot.Core.Category. Should be Disposed
[nathan@psi bin]$


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