On Fri, 2010-03-12 at 18:24 +0200, Arkadi Viner wrote: 
> When I try to compile ValaIDE from source, It writes me:
> ark...@arkadi-laptop:~/Projects/valide-0.6.1$ ./waf configure
> Checking for program gcc                 : ok /usr/bin/gcc
> Checking for program cpp                 : ok /usr/bin/cpp
> Checking for program ar                  : ok /usr/bin/ar
> Checking for program ranlib              : ok /usr/bin/ranlib
> Checking for program valac               : ok /usr/bin/valac
> Checking for gthread-2.0                 : ok
> Checking for program version valac >= 0.1.6 : ok 0.7.10
> Checking for program msgfmt                 : ok /usr/bin/msgfmt
> Checking for program intltool-merge         : ok /usr/bin/intltool-merge
> Checking for header locale.h                : ok
> Checking for program valadoc                : not found
> Checking for glib-2.0 >= 2.16.0             : ok
> Checking for gio-2.0 >= 2.16.0              : ok
> Checking for gobject-2.0 >= 2.16.0          : ok
> Checking for gmodule-2.0 >= 2.16.0          : ok
> Checking for gtk+-2.0 >= 2.16.0             : ok
> Checking for libxml-2.0 >= 2.5.0            : ok
> Checking for gtksourceview-2.0 >= 2.0.0     : ok
> Checking for vala-1.0 >= 0.7.8              : ok
> Checking for unique-1.0 >= 1.0.0            : fail
> 'configure' finished successfully (0.213s)
> 
> What could be wrong ??
> By the way, I'm using Ubuntu 9.10 64 bit.
> Please help..

Looks like you are missing libunique-dev, try typing this in a terminal

sudo apt-get install libunique-dev

and then run configure again


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to