So I'm trying to build from the latest git source, to get the fix for this:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/862692 I've installed vala 0.17.2 from the release tarball onto Debian testing, cloned the repo, but the build crashes apparently with a Vala compiler problem: [...snip...] RESTSupport.c:1002:6: note: expected ‘void *’ but argument is of type ‘gconstpointer’ /home/fraser/src/shotwell/plugins/common/RESTSupport.vala: In function ‘publishing_rest_support_argument_sort’: /home/fraser/src/shotwell/plugins/common/RESTSupport.vala:119:9: warning: assignment from incompatible pointer type [enabled by default] /home/fraser/src/shotwell/plugins/common/RESTSupport.vala: In function ‘publishing_rest_support_transaction_check_response’: /home/fraser/src/shotwell/plugins/common/RESTSupport.vala:202:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] /home/fraser/src/shotwell/plugins/common/RESTSupport.vala:202:11: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] /home/fraser/src/shotwell/plugins/common/RESTSupport.vala: In function ‘publishing_rest_support_transaction_get_response’: /home/fraser/src/shotwell/plugins/common/RESTSupport.vala:336:9: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] error: cc exited with status 256 Compilation failed: 1 error(s), 0 warning(s) make[2]: *** [.stamp] Error 1 GCC version: $ gcc --version gcc (Debian 4.7.1-2) 4.7.1 Then I tried to use the latest vala git source, but for various reasons I was unable to get it to build (but that's outside of the scope of this list). Is the latest vala required or is the latest release version sufficient? If so, anybody know what's going on? _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
