Hi,

two things I noticed while building vdbt:

- the official vdbt-release on downloads.freesmartphone.org is missing the 
config.vapi in it's vapi dir, so it fails to compile, it's in the git so it 
seems to have gone missing during the creation of the release.

- it's throwing high amounts of warnings about signedness issues

This seems to be caused by conversions from xmlChar which is unsigned to char 
(which seems to default to signed) for example in vala-dbus-binding-tool.vala 
line 258 when $(iter->name) is given to string_to_string as simple char.

Heiko

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to