Hi, On Wed, Oct 29, 2014 at 01:54:07PM +0530, Chandrakant Darji wrote: > I am trying to use the sigrok for my application.
Nice! Please let us know more about the use-case and what exactly the application will do etc., sounds interesting! > My application UI is in java and I wish to use sigrok for the backend. > > I tried compiling sigrok on fedora 18 and the compilation was successful. > I need the sigrok-core jar file for using the same for my application. > > When I try to create jar using JAVA bindings i.e. glibmm, I find errors > while building the same stating version error for glib, gmodule and gobject. > I have all these installed on my system with lower versions. Please file a bug with the exact errors (sigrok.org/bugzilla) if you are sure your lib versions are recent enough. > I am trying to resolve these errors but I was thinking If there is already > a built jar file available. > > Can you please let me know where I can get the sigrok-core.jar. There's an auto-built file here: http://sigrok.org/jenkins/job/libsigrok/compiler=gcc,platform=native-i386/ http://sigrok.org/jenkins/job/libsigrok/compiler=gcc,platform=native-i386/lastSuccessfulBuild/artifact/_inst/share/java/sigrok-core.jar Note however, that nobody has really tested this much, it's "just" an untested by-product of the automated builds we do (for now). As for the glib/glibmm errors, if you're saying that the glib/glibmm versions you have are lower than the libsigrok requirements, then that is an error and you need to use recent enough versions of the lib, of course. Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org ------------------------------------------------------------------------------ _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

