Kent,

those are the errors I'd expect to see if you tried to build with Vala 0.10.3, so I suspect that your Vala update is not complete.

- Try running "sudo ldconfig".  Does that help?

- Are you sure you've completely uninstalled Vala 0.10.3?

adam

On 03/16/2011 08:46 AM, Kent Tenney wrote:
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

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

Reply via email to