On 02/13/2012 01:02 PM, Jan Kopecký wrote:
Dne 13.2.2012 21:58, Jan Kopecký napsal(a):
Dne 13.2.2012 21:45, Mattias Põldaru napsal(a):
13.02.2012 22:24, Jan Kopecký kirjutas:
Hi,

i like Shotwell project very much, so first of all thank you!

I hope you guys could help me. I am getting error when trying to build from git master. Please see attached make log file.

This list drops attached files. Could you post the log to pastebin.com instead?
http://pastebin.com/Czq7996A

Jan,

glad you like Shotwell!

first, I've also seen errors like this when trying to build on Rawhide:

profiling:/builddir/build/BUILD/vala-0.15.1/compiler/valacompiler.gcda:Cannot open

I think the Rawhide Vala package is broken in some way. I recommend building Vala 0.15.1 from source and installing it yourself.

Next, your build seems to be failing on this:

/media/HONZA/Dokumenty/Projekty/GNOME/shotwell/Shotwell/shotwell/src/Properties.vala:503:63: error: ‘G_FORMAT_SIZE_DEFAULT’ undeclared (first use in this function)

That's odd.  I haven't seen this error before.

- Look at /usr/include/glib-2.0/glib/gutils.h. Does the file exist? Does it include a definition like this?

  G_FORMAT_SIZE_DEFAULT     = 0

- Look at src/Properties.c in your Shotwell directory (this was generated from Properties.vala). Does it include a line like this at the top?

  #include <glib.h>

adam
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to