On Mon, Feb 28, 2011 at 12:31 PM, Marc Ciurana <[email protected]> wrote: > Hi all,
Hi. > I am trying to build sigrok on Linux Ubuntu 9.04. > ./configure runs with no errors, but make gives this error: > > libsigrok/.libs/libsigrok.so: undefined reference to > `g_ptr_array_new_with_free_func' See this page for the API documentation: http://library.gnome.org/devel/glib/stable/glib-Pointer-Arrays.html#g-ptr-array-new-with-free-func It seems you need at least version 2.22 of glib, so verify that you indeed have that installed. I've had issues with software I've written that the rules in the configure script were out of date, then things like these can happen. I'm not saying that is the case with sigrok, just an idea (I don't have the code handy). /Emil ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

