Bert Vermeulen wrote: > > I noticed that recent versions of Sigrok from git master no longer > > compile with glib 2.24 (undefined reference to > > `g_get_monotonic_time'). > > > > Possibly due to commit [1]. > > > > g_get_monotonic_time() only got introduced in 2.28 according to [2], so > > I suggest updating the glib version check in libsigrok/configure.ac > > (which I currently checks for 2.22).
I was also bit by this bug. > I've updated the dependency, thanks for the heads up! I think it's not cool to be sloppy about dependency versions. :\ It makes consumption of the code significantly more difficult, while for the individual developer working on code it is very low overhead to maintain the right version as dependency. I hacked around the bug and called time(NULL) instead of upgrading my glib. //Peter ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

