Hello,
في ر، 22-12-2010 عند 15:16 +0000 ، كتب Dennis Ostermann:
> Hi
>
> I tried to compile vtg from trunk with vala-0.11.2. Sadly it's fails with:
> [...]
> completionengine.vala:250.22-250.39: error: cannot infer generic type
> argument
> for type parameter `GLib.Thread.create_full.T'
> _parser_thread = Thread.create_full (this.parse_sources, 0,
> true, false, ThreadPriority.LOW);
Look at the return type of parse_sources, and add it to create_full
like :
_parser_thread = Thread.create_full<void*> (...);
HTH,
Abderrahim
_______________________________________________
vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list