After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591666 - libgee does not compile with vala 0.7.4
libgee does not compile with vala 0.7.4
Status: RESOLVED NOTABUG
Product: libgee
Classification: Platform
Component: general
git master
Other All
: Normal critical
: ---
Assigned To: libgee-maint
libgee-maint
Depends on: 591673
Blocks:
 
 
Reported: 2009-08-13 10:49 UTC by Maciej (Matthew) Piechotka
Modified: 2009-08-13 14:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maciej (Matthew) Piechotka 2009-08-13 10:49:15 UTC
Please describe the problem:
make  all-recursive
make[1]: Entering directory `/home/uzytkownik/Projects/contributions/libgee'
Making all in gee
make[2]: Entering directory `/home/uzytkownik/Projects/contributions/libgee/gee'
 cd .. && /bin/sh /home/uzytkownik/Projects/contributions/libgee/missing --run automake-1.10 --gnu  gee/Makefile
 cd .. && /bin/sh ./config.status gee/Makefile depfiles
config.status: creating gee/Makefile
config.status: executing depfiles commands
make[2]: Leaving directory `/home/uzytkownik/Projects/contributions/libgee/gee'
make[2]: Entering directory `/home/uzytkownik/Projects/contributions/libgee/gee'
/usr/bin/valac -C -H gee.h --library gee-1.0 --gir Gee-1.0.gir abstractcollection.vala abstractlist.vala abstractmap.vala arraylist.vala collection.vala functions.vala hashmap.vala hashset.vala iterable.vala iterator.vala linkedlist.vala list.vala map.vala readonlycollection.vala readonlylist.vala readonlymap.vala readonlyset.vala set.vala treemap.vala treeset.vala
hashmap.vala:111.8-111.13: error: Address-of operator not supported for this expression
			if (&value != null) {
			    ^^^^^^
treemap.vala:228.7-228.12: error: Address-of operator not supported for this expression
		if (&value != null) {
		    ^^^^^^
Compilation failed: 2 error(s), 0 warning(s)
make[2]: *** [gee.vala.stamp] Error 1
make[2]: Leaving directory `/home/uzytkownik/Projects/contributions/libgee/gee'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/uzytkownik/Projects/contributions/libgee'
make: *** [all] Error 2


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Maciej (Matthew) Piechotka 2009-08-13 11:29:19 UTC
I'd guess that reverting e21b74622efb59f5e7bbafb8bbb09ea8af1e8931 untill bug 591673 is correct way.
Comment 2 Maciej (Matthew) Piechotka 2009-08-13 14:17:42 UTC
Ups - 0.7.5 was released.