Re: [Vala] [ANNOUNCE] Vala Toys for gEdit 0.9.2
- From: Sébastien Wilmet <sebastien wilmet gmail com>
- To: Andrea Del Signore <sejerpz tin it>
- Cc: Vala ML <vala-list gnome org>
- Subject: Re: [Vala] [ANNOUNCE] Vala Toys for gEdit 0.9.2
- Date: Fri, 20 Aug 2010 14:46:48 +0200
2010/8/20 Andrea Del Signore <sejerpz tin it>
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]