2010/8/20 Andrea Del Signore <[email protected]> > I'm proud to announce that vtg 0.9.2 is ready: > > Vala Toys for gEdit - "One step closer" > > can be downloaded here: > > http://vtg.googlecode.com/files/vtg-0.9.2.tar.bz2 > > This version supports the valac from version 0.9.5. >
Thanks for the release. During the make I encountered this error: /usr/bin/ld: tagcloud.o: undefined reference to symbol 'round@@GLIBC_2.2.5' /usr/bin/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line /lib64/libm.so.6: could not read symbols: Invalid operation collect2: ld returned 1 exit status A workaround is to do: $ export LDFLAGS="$LDFLAGS -lm" before the configure.
_______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
