I updated to valac 0.10.4 per ./configure requirement
I get the following with r2748:

Compiling Vala code...
src/CheckerboardLayout.vala:1014.42-1014.54: error: Argument 2: Cannot
pass out argument to non-output parameter
            if (area.intersect(row_rect, out bitbucket)) {
                                         ^^^^^^^^^^^^^
src/CheckerboardLayout.vala:1020.57-1020.69: error: Argument 2: Cannot
pass out argument to non-output parameter
                    if (area.intersect(item.allocation, out bitbucket))
                                                        ^^^^^^^^^^^^^
src/CheckerboardLayout.vala:1547.58-1547.73: error: Argument 2: Cannot
pass out argument to non-output parameter
            if (!visible_page.intersect(item.allocation, out intersection))
                                                         ^^^^^^^^^^^^^^^^
src/CheckerboardLayout.vala:1651.48-1651.63: error: Argument 2: Cannot
pass out argument to non-output parameter
        visible_page.intersect(selection_band, out visible_band);
                                               ^^^^^^^^^^^^^^^^
Compilation failed: 4 error(s), 0 warning(s)
make: *** [src/.stamp] Error 1
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to