Hi, i want to contribute gnome projects, i sent patch before and again i want to contribute it. So i am installing jhbuild. But i am getting error and i couldn't find out it.
hashmap.c:1938:15: error: expected ')' before 'TERATOR'
hashmap.c:1938:15: error: stray '\304' in program
hashmap.c:1938:15: error: stray '\260' in program
hashmap.c:1938:37: error: expected ';' before 'TERATOR_GET_PRIVATE'
hashmap.c: In function 'vala_hash_map_value_iterator_finalize':
hashmap.c:1945:2: error: stray '\304' in program
hashmap.c:1945:2: error: stray '\260' in program
hashmap.c:1945:2: error: stray '\304' in program
hashmap.c:1945:2: error: stray '\260' in program
hashmap.c:1945:9: error: expected ')' before 'TERATOR'
hashmap.c:1947:2: error: stray '\304' in program
hashmap.c:1947:2: error: stray '\260' in program
hashmap.c:1947:2: error: called object 'TERATOR_GET_CLASS(obj)' is not a function
hashmap.c:1947:2: error: stray '\304' in program
hashmap.c:1947:2: error: stray '\260' in program
hashmap.c:1947:9: error: expected ';' before 'TERATOR_CLASS'
hashmap.c: In function 'vala_hash_map_value_iterator_get_type':
hashmap.c:1956:3: error: stray '\304' in program
hashmap.c:1956:3: error: stray '\260' in program
hashmap.c:1956:3: error: stray '\304' in program
hashmap.c:1956:3: error: stray '\260' in program
hashmap.c:1956:78: error: expected ')' before 'TERATOR'
hashmap.c:1956:78: error: too few arguments to function 'g_type_register_static'
In file included from /opt/gnome/include/glib-2.0/gobject/gobject.h:26:0,
from /opt/gnome/include/glib-2.0/gobject/gbinding.h:31,
from /opt/gnome/include/glib-2.0/glib-object.h:25,
from hashmap.c:29:
/opt/gnome/include/glib-2.0/gobject/gtype.h:1246:7: note: declared here
make[3]: *** [hashmap.lo] Hata 1
make[3]: `/home/ebru/checkout/gnome/vala/gee' dizininden çıkılıyor
make[2]: *** [all] Hata 2
make[2]: `/home/ebru/checkout/gnome/vala/gee' dizininden çıkılıyor
make[1]: *** [all-recursive] Hata 1
make[1]: `/home/ebru/checkout/gnome/vala' dizininden çıkılıyor
make: *** [all] Hata 2
*** Error during phase build of vala: ########## Error running make -j 5 *** [18/159]
[1] Rerun phase build
[2] Ignore error and continue to install
[3] Give up on module
[4] Start shell
[5] Reload configuration
[6] Go to phase "wipe directory and start over"
[7] Go to phase "configure"
[8] Go to phase "clean"
[9] Go to phase "distclean"
choice:
I tried all coice but couldn't install vala. How can i find out this error?