Hey there i'm running ubuntu natty (11.04) where vala defaults to 0.11 so i have to change the Makefile to use valac-0.10 (which right now is 0.10.3)
now with 0.10.3 i'm getting errors [at the bottom of the email] probably due to updated bindings from 0.10.2. if it's not going to be fixed (would probably break 0.10.2 build) please set MAX_VALAC_VERSION := 0.10.2 Btw, for main inclusion into natty it's already too late as they're already past feature-freeze.. maybe natty-proposed? looking forward to 0.9 - keep up the good work :D andreas On Die, 2011-03-08 at 17:16 -0800, Jim Nelson wrote: > Hello all, > > It's that time of the development cycle again and we're asking everyone out > there to lend a hand. Shotwell 0.9 is in the final stages of development > and we need your help in shaking out any bugs you can find. > > To whet your appetite, the new features and improvements for 0.9 include: > > - A search bar that can filter by media type, rating, and text matching > (titles, filename, tag and event names are searched) > - TIFF support > - Extensible plugin framework for Web publishing and slideshow transitions > (all but one Web publisher has been ported) > - Print multiple photos (including printing multiple photos per page) > - Configurable user directory pattern during import > - Improved rendering of underexposed RAW photos > - Various improvements and bug fixes > > If you're interested in testing this newest version of Shotwelll, check out > the working trunk and try it yourself. Instructions are here: > > http://yorba.org/shotwell/install/#source > > Remember, this is pre-release software. You might consider backing up your > library before starting: > > http://trac.yorba.org/wiki/Shotwell/FAQ#HowcanIbackupmyShotwelllibrary > > Cheers, > > -- Jim Nelson > _______________________________________________ > Shotwell mailing list > [email protected] > http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell make[2]: Entering directory `/home/blk/projects/vala/shotwell/plugins/shotwell-publishing' valac --save-temps --main=dummy_main --vapidir=../ \ --pkg=shotwell-plugin-dev-1.0 --pkg=gtk+-2.0 --pkg=libsoup-2.4 --pkg=libxml-2.0 --pkg=webkit-1.0 --pkg=gexiv2 --pkg=gee-1.0 \ -X -I../.. -X --shared -X -fPIC -X -D_VERSION='"0.8.90+trunk"' \ -X -DGETTEXT_PACKAGE='"shotwell"' ../common/Resources.vala shotwell-publishing.vala FacebookPublishing.vala PicasaPublishing.vala FlickrPublishing.vala YouTubePublishing.vala ../common/RESTSupport.vala -o shotwell-publishing.so FacebookPublishing.vala:1140.13-1140.27: error: Argument 3: Cannot convert from `string?' to `uint8[]' formdata_string, formdata_string.length); ^^^^^^^^^^^^^^^ FacebookPublishing.vala:825.31-825.45: warning: string.str is deprecated. Use string.index_of FacebookPublishing.vala:830.34-830.49: warning: string.chr is deprecated. Use string.index_of_char FacebookPublishing.vala:1461.29-1461.42: warning: string.chr is deprecated. Use string.index_of_char FacebookPublishing.vala:1298.74-1298.80: error: Argument 2: Cannot convert from `string?' to `uint8[]' Soup.Buffer bindable_data = new Soup.Buffer(Soup.MemoryUse.COPY, payload, ^^^^^^^ ../common/RESTSupport.vala:261.72-261.85: error: Argument 3: Cannot convert from `string?' to `uint8[]' message.set_request(payload_content_type, Soup.MemoryUse.COPY, custom_payload, ^^^^^^^^^^^^^^ ../common/RESTSupport.vala:319.13-319.27: error: Argument 3: Cannot convert from `string?' to `uint8[]' formdata_string, formdata_string.length); ^^^^^^^^^^^^^^^ PicasaPublishing.vala:192.33-192.54: warning: string.str is deprecated. Use string.index_of PicasaPublishing.vala:698.76-698.83: error: Argument 2: Cannot convert from `string?' to `uint8[]' Soup.Buffer metadata_buffer = new Soup.Buffer(Soup.MemoryUse.COPY, metadata, ^^^^^^^^ PicasaPublishing.vala:719.74-719.83: error: Argument 2: Cannot convert from `string?' to `uint8[]' Soup.Buffer bindable_data = new Soup.Buffer(Soup.MemoryUse.COPY, photo_data, data_length); ^^^^^^^^^^ FlickrPublishing.vala:534.33-534.55: warning: string.to_int is deprecated. Use int.parse ../common/RESTSupport.vala:414.74-414.80: error: Argument 2: Cannot convert from `string?' to `uint8[]' Soup.Buffer bindable_data = new Soup.Buffer(Soup.MemoryUse.COPY, payload, ^^^^^^^ YouTubePublishing.vala:204.33-204.54: warning: string.str is deprecated. Use string.index_of YouTubePublishing.vala:625.76-625.83: error: Argument 2: Cannot convert from `string?' to `uint8[]' Soup.Buffer metadata_buffer = new Soup.Buffer(Soup.MemoryUse.COPY, metadata, ^^^^^^^^ YouTubePublishing.vala:646.74-646.83: error: Argument 2: Cannot convert from `string?' to `uint8[]' Soup.Buffer bindable_data = new Soup.Buffer(Soup.MemoryUse.COPY, video_data, data_length); ^^^^^^^^^^ Compilation failed: 9 error(s), 6 warning(s) make[2]: *** [shotwell-publishing.so] Error 1 make[2]: Leaving directory `/home/blk/projects/vala/shotwell/plugins/shotwell-publishing' make[1]: *** [shotwell-publishing] Error 2 make[1]: Leaving directory `/home/blk/projects/vala/shotwell/plugins' make: *** [plugins] Error 2 _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
