search for: gtype

Displaying 20 results from an estimated 210 matches for "gtype".

Did you mean: type
2007 May 28
0
[ wxruby-Bugs-11183 ] GLib errors cause crash
...ualitycode) Summary: GLib errors cause crash Initial Comment: Hi - I''m working with some wxruby code, but am getting a crash with glib errors: -------------------------------- pmcdonnell at pmcdonnell10:~/workspace/Ij/lib$ ruby report_window.rb (process:26965): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function (process:26965): Gdk-CRITICAL **: gdk_cursor_new_for_display: assertion `GDK_IS_DISPLAY (display)'' failed (process:26965): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA...
2007 Jan 03
12
instalation problem
Hi Im testing wxRuby. I have a problem when ruby try to load the load wx. Im newbie to ruby, maybe a make a simple mistake : Best regards. Install wxRuby-------------------------------------------------------------- pedro@la-vaca-azul:~$ sudo gem install wxruby2-preview Need to update 2 gems from http://gems.rubyforge.org .. complete Select which gem to install for your platform (i486-linux)
2006 Nov 12
0
[ wxruby-Bugs-6633 ] Serious (but harmless?) GTK warnings on Linux
...ode) Summary: Serious (but harmless?) GTK warnings on Linux Initial Comment: Whenever any wxruby app is run, GTK throws a lot of warnings which sound serious but appear harmless. This may be an issue with Ubuntu 6.10 GTK rather than wxRuby. For example: (process:11017): GLib-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function (process:11017): GLib-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function (process:11017): GLib-GObject-CRITICAL **: gtype.c:2240: initialization asse...
2020 Apr 14
0
[PATCH v2 11/33] iommu: Split off default domain allocation from group assignment
...s_notifier(struct notifier_block *nb, return 0; } +struct __group_domain_type { + struct device *dev; + unsigned int type; +}; + +static int probe_get_default_domain_type(struct device *dev, void *data) +{ + const struct iommu_ops *ops = dev->bus->iommu_ops; + struct __group_domain_type *gtype = data; + unsigned int type = 0; + + if (ops->def_domain_type) + type = ops->def_domain_type(dev); + + if (type) { + if (gtype->type && gtype->type != type) { + dev_warn(dev, "Device needs domain type %s, but device %s in the same iommu group requires type %s - using de...
2009 Aug 30
3
[LLVMdev] Build(s) broken? (was: Re: Buildbots: Apology and Explanation)
...yle-definition > -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. > -I../../llvm-gcc-svn/gcc -I../../llvm-gcc-svn/gcc/. > -I../../llvm-gcc-svn/gcc/../include > -I../../llvm-gcc-svn/gcc/../libcpp/include > -I../../llvm-gcc-svn/gcc/../libdecnumber -I../libdecnumber > gtype-desc.c -o gtype-desc.o > gtype-desc.c:5862: error: 'sjlj_fc_type_node' undeclared here (not > in a > function) > make[3]: *** [gtype-desc.o] Error 1 > make[3]: Leaving directory `/home/melis/c/llvm-gcc-svn-build/gcc' > make[2]: *** [all-stage1-gcc] Error 2 > make[...
2009 Aug 31
7
[LLVMdev] Build(s) broken? (was: Re: Buildbots: Apology and Explanation)
...ribute -fno-common -DHAVE_CONFIG_H -I. -I. >>> -I../../llvm-gcc-svn/gcc -I../../llvm-gcc-svn/gcc/. >>> -I../../llvm-gcc-svn/gcc/../include >>> -I../../llvm-gcc-svn/gcc/../libcpp/include >>> -I../../llvm-gcc-svn/gcc/../libdecnumber -I../libdecnumber >>> gtype-desc.c -o gtype-desc.o >>> gtype-desc.c:5862: error: 'sjlj_fc_type_node' undeclared here (not >>> in a >>> function) >>> make[3]: *** [gtype-desc.o] Error 1 >>> make[3]: Leaving directory `/home/melis/c/llvm-gcc-svn-build/gcc' >>> ma...
2009 Aug 30
0
[LLVMdev] Build(s) broken? (was: Re: Buildbots: Apology and Explanation)
...verlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../llvm-gcc-svn/gcc -I../../llvm-gcc-svn/gcc/. -I../../llvm-gcc-svn/gcc/../include -I../../llvm-gcc-svn/gcc/../libcpp/include -I../../llvm-gcc-svn/gcc/../libdecnumber -I../libdecnumber gtype-desc.c -o gtype-desc.o gtype-desc.c:5862: error: 'sjlj_fc_type_node' undeclared here (not in a function) make[3]: *** [gtype-desc.o] Error 1 make[3]: Leaving directory `/home/melis/c/llvm-gcc-svn-build/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/melis/c/...
2009 Aug 31
0
[LLVMdev] Build(s) broken? (was: Re: Buildbots: Apology and Explanation)
...-DHAVE_CONFIG_H -I. -I. >>>> -I../../llvm-gcc-svn/gcc -I../../llvm-gcc-svn/gcc/. >>>> -I../../llvm-gcc-svn/gcc/../include >>>> -I../../llvm-gcc-svn/gcc/../libcpp/include >>>> -I../../llvm-gcc-svn/gcc/../libdecnumber -I../libdecnumber >>>> gtype-desc.c -o gtype-desc.o >>>> gtype-desc.c:5862: error: 'sjlj_fc_type_node' undeclared here (not >>>> in a >>>> function) >>>> make[3]: *** [gtype-desc.o] Error 1 >>>> make[3]: Leaving directory `/home/melis/c/llvm-gcc-svn-build/gcc&...
2010 Nov 15
6
Problem in installing and starting Rattle
...ength 7820679 bytes (7.5 Mb) opened URL downloaded 7.5 Mb Learn more about GTK+ at http://www.gtk.org If the package still does not load, please ensure that GTK+ is installed and that it is on your PATH environment variable IN ANY CASE, RESTART R BEFORE TRYING TO LOAD THE PACKAGE AGAIN Error in as.GType(type) : Cannot convert RGtkBuilder to GType > rattle() Error in as.GType(type) : Cannot convert RGtkBuilder to GType Why do I get this error message ? Please advice. -- View this message in context: http://r.789695.n4.nabble.com/Problem-in-installing-and-starting-Rattle-tp3042502p3042502.html...
2009 Aug 31
0
[LLVMdev] Build(s) broken? (was: Re: Buildbots: Apology and Explanation)
...-Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. >> -I../../llvm-gcc-svn/gcc -I../../llvm-gcc-svn/gcc/. >> -I../../llvm-gcc-svn/gcc/../include >> -I../../llvm-gcc-svn/gcc/../libcpp/include >> -I../../llvm-gcc-svn/gcc/../libdecnumber -I../libdecnumber >> gtype-desc.c -o gtype-desc.o >> gtype-desc.c:5862: error: 'sjlj_fc_type_node' undeclared here (not >> in a >> function) >> make[3]: *** [gtype-desc.o] Error 1 >> make[3]: Leaving directory `/home/melis/c/llvm-gcc-svn-build/gcc' >> make[2]: *** [all-stage1-g...
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
...-version.o: version.c version.h $(DATESTAMP) $(BASEVER) $(DEVPHASE) +.PHONY: version.o +version.o: $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \ + -DSVNVER=$(SVNVER_s) \ -DDEVPHASE=$(DEVPHASE_s) -c $(srcdir)/version.c $(OUTPUT_OPTION) gtype-desc.o: gtype-desc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $ (TM_H) \ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080709/d8787d5a/attachment.html>
2007 May 18
0
Branch 'as' - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
...ic void swfdec_as_function_init (SwfdecAsFunction *function) { - function->type = SWFDEC_TYPE_AS_OBJECT; - function->type_size = sizeof (SwfdecAsObject); } SwfdecAsFunction * -swfdec_as_function_do_create (SwfdecAsContext *context) +swfdec_as_function_create (SwfdecAsContext *context, GType type, guint size) { SwfdecAsValue val; SwfdecAsObject *fun; - if (!swfdec_as_context_use_mem (context, sizeof (SwfdecAsFunction))) + g_return_val_if_fail (SWFDEC_IS_AS_CONTEXT (context), NULL); + g_return_val_if_fail (g_type_is_a (type, SWFDEC_TYPE_AS_FUNCTION), NULL); + g_return_val_i...
2009 Aug 28
5
[LLVMdev] Buildbots: Apology and Explanation
I need to apologize to many of you, especially Gabor, for my vitriol over buildbot breakages. I get very enraged by breakages that occur over long periods of time. Here's an attempt to explain why I fly off the handle at these. Before we had buildbots, a random patch would break the system. It would sometimes take a whole day to determine which patch broke it. I came up with the
2012 Mar 12
1
Speeding up lots of calls to GLM
...242.18 Some code to reproduce a data frame in case you want to look at timings or the Rprof() results. Please don't run this unless your machine is super fast, or your prepared to wait for about 15-20 minutes. df = data.frame(paste("sid",1:2000,sep=""),rbinom(2000,1,.5)) gtypes = matrix(nrow=2000, ncol=3000) gtypes = apply(gtypes,2,function(x){x=sample(0:2, 2000, replace=T);x}) snps = paste("rs", 1000:3999,sep="") df = cbind(df,gtypes) names(df) = c("sid", "status", snps) times = c() for(i in seq(10,100, by=5)){ if(i==100){...
2011 Feb 14
1
problem in installing Rattle in R 2.12.1.0
Hi all, Please help, I am getting an error when I try installing rattle. Error in as.GType(type) : Cannot convert RGtkBuilder to GType I have already installed gtk-2.12.9-win32-2  and gtk2-runtime-2.22.0-2010-10-21-ash and restarted R as instructions require. Please assist me Taby [[alternative HTML version deleted]]
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
...ATESTAMP) $(BASEVER) $(DEVPHASE) > +.PHONY: version.o > +version.o: > $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ > -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \ > + -DSVNVER=$(SVNVER_s) \ > -DDEVPHASE=$(DEVPHASE_s) -c $(srcdir)/version.c $(OUTPUT_OPTION) > > gtype-desc.o: gtype-desc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ > > >
2009 Aug 31
2
[LLVMdev] Build(s) broken?
...-DHAVE_CONFIG_H -I. -I. >>>> -I../../llvm-gcc-svn/gcc -I../../llvm-gcc-svn/gcc/. >>>> -I../../llvm-gcc-svn/gcc/../include >>>> -I../../llvm-gcc-svn/gcc/../libcpp/include >>>> -I../../llvm-gcc-svn/gcc/../libdecnumber -I../libdecnumber >>>> gtype-desc.c -o gtype-desc.o >>>> gtype-desc.c:5862: error: 'sjlj_fc_type_node' undeclared here (not >>>> in a >>>> function) >>>> make[3]: *** [gtype-desc.o] Error 1 >>>> make[3]: Leaving directory `/home/melis/c/llvm-gcc-svn-build/gcc&...
2011 Jun 28
1
means and error bars on xyplot for binary data
...or a given genotype. I would also like to put error (i.e. standard error) bars around these estimates. I have tried using the points() function to put the mean at each of the genotype classes, but the point ends up off the figure. Any ideas how to get this going? here is some example code. > gtype<-c("AA","AB","BB") x<-sample(gtype,20,replace=TRUE) y<-sample(c(0,1),20,replace=TRUE) bin.data<-data.frame(x,y) xyplot(y~x, jitter.y=TRUE, jitter.x=TRUE,factor=.6, data=bin.data) Then If I wanted to add the means to the plot, I would do this, which will pr...
2012 Mar 28
1
[PATCH] Split gobject sources into 1 file per class
This patch replaces patches 14 and 15 from my previous series. The gtk-doc output is now reasonable, and we can rely on an automatically generated guestfs-sections.txt. Matt
2020 Jun 01
2
virt-v2v: error: redefinition of 'glib_autoptr_clear_OsinfoList'
....64.2, `./configure && make` fails on libosinfo-c.c with the following error message: -8<-------------------------------------------------------------------- In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/libosinfo-...