search for: gthread

Displaying 20 results from an estimated 34 matches for "gthread".

Did you mean: thread
2013 May 18
0
[Fwd: GThread-ERROR **: GThread system may only be initialized once.]
...med get 'confused' and hung. Since then I have been unable to get it to run as a non-privileged user. I have removed and reinstalled it. I have also rebooted the host. Nothing changes its current behaviour. -------------------------- Original Message -------------------------- Subject: GThread-ERROR **: GThread system may only be initialized once. From: "James B. Byrne" <byrnejb at harte-lyne.ca> Date: Thu, May 16, 2013 16:54 To: users at jitsi.org ---------------------------------------------------------------------- I installed jitsi-2.2 on a CentOS-6.4 x86_...
2017 Feb 07
1
Trick to compile older packages
...redSolutions/webkit-0.10/gst-rtsp-server-0.10.8.2/gst/rtsp-server' CC libgstrtspserver_0.10_la-rtsp-media.lo rtsp-media.c: In function 'gst_rtsp_media_class_init': rtsp-media.c:143:3: error: 'g_thread_create' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:104): Use 'g_thread_new' instead [-Werror=deprecated-declarations] klass->thread = g_thread_create ((GThreadFunc) do_loop, klass, TRUE, &error); ^ rtsp-media.c: In function 'gst_rtsp_media_init': rtsp-media.c:160:3: error: 'g_mutex_new' is deprecated (declared...
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
...libswfdec/swfdec_player.c | 3 +++ test/trace/Makefile.am | 4 ++-- 7 files changed, 16 insertions(+), 19 deletions(-) New commits: commit 770b5f58b4899c9992978d134e0c23e68e8ce3cd Author: Benjamin Otte <otte at gnome.org> Date: Mon Oct 29 00:03:58 2007 +0100 require GThread for Swfdec. This is necessary to not get weird bugs when the gthread library is initialized late by calling gst_init(). In particular, this can cause GTimer to do weird things and cause players to abort due to max-runtime being exceeded. diff --git a/configure.ac b/configure.ac in...
2012 May 06
1
wine not recognizing my graphics card
I have several games installed, but only one of them (diablo 2) is working. All of the others give me some error about not being able to find a graphics card that works. All of the games have worked before, under a previous kubuntu release (am currently using 12.04). One of the game tips from winehq (i believe for nwn2) was to go into regedit and change the entries in
2009 Jun 08
2
[PATCH] few minor bugfixes
...en, ovirt_server_len; @@ -145,6 +145,9 @@ tunnel_thread (gpointer _data) struct sockaddr_in ovirt_server_address; struct sockaddr_in client_address; + struct sockaddr_in local_server_address_lookup; + unsigned int local_server_address_lookup_len = sizeof(local_server_address_lookup); + GThread *client_server_gthread = NULL; GThread *server_client_gthread = NULL; @@ -154,8 +157,13 @@ tunnel_thread (gpointer _data) DEBUG ("tunnel thread starting up"); // ovirt server address + dns_serv = gethostbyname(hostname); + if(dns_serv == NULL){ + DEBUG("ovirt serv...
2016 Feb 16
2
Re: glib2 head file error when build libvirt with wireshark support
...then it's your wireshark > broken. I see they have it fixed upstream (thanks to Michal, BTW), so > the next release should be fine. In the meantime, you can just edit > your /usr/lib/pkgconfig/wireshark.pc to have the following line in it: > > Requires: glib-2.0, gmodule-2.0, gthread-2.0 Where do you see it fixed upstream ? The pkg-config file is patched in locally by Fedora RPM spec file and it was the Fedora wireshark maintainer who broke it AFAICT https://bugzilla.redhat.com/show_bug.cgi?id=1300002 Regards, Daniel -- |: http://berrange.com -o- http://www.flickr...
2003 Oct 22
2
Slackware 9.1 Install Help
...1.2/gtk/gtkitemfactory.h:48: warning: function declaration isn' t a prototype pbx_gtkconsole.c: In function `__verboser': pbx_gtkconsole.c:101: warning: assignment discards qualifiers from pointer targe t type gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-l inux/bin /ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/pbx' make: *** [subdirs] Error 1 root@voipsrv1:/usr/src/asterisk#...
2016 Jan 07
1
Question about compiling older package
I have a gst-rtsp-server 0.10.8.2 that I am trying to compile on CentOS 7.2 I get this error: rtsp-media.c error 'g_cond_free' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:283) [-Werror=deprecated-declarations] What can I do about that to compile this package (I'm compiing from source) ? Thanks Jerry
2003 Dec 22
2
Compile Problem
I am trying to compile the asterisk and if fails at the end on: make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx' gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk-0.5.0/pbx' make: *** [subdirs] Error 1 Anyone know what is wrong?...
2004 Jan 09
1
Help with compiling
I have some problems when trying to install Asterisk on Mandrake. gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/pbx' make: *** [subdirs] Error 1 What is this? :/ /Robin ---...
2005 Jul 15
1
make problem.
...#39;t a prototype In file included from /usr/include/gtk-1.2/gtk/gtk.h:80, from pbx_gtkconsole.c:39: /usr/include/gtk-1.2/gtk/gtkitemfactory.h:48: warning: function declaration isn't a prototype gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk-1.0.9/pbx' make: *** [subdirs] Error 1 cat /etc/slackware-version...
2007 Dec 05
1
problems to compile
Hello, when I try to compile the SwfDec, the configure report a error: checking for GLIB... Requested 'glib-2.0 >= 2.10' but version of GLib is 2.4.7 no configure: error: glib-2.0, gobject-2.0 and gthread-2.0 >= 2.10 are required to build swfdec Can't I compile the SwfDec with a newer version of the Glib (GLib is 2.4.7) ??? What I need to do to fix this problem? thanks, Schramm
2008 Sep 19
0
The Cautionary Tale of Multi-Arch glib
...s going to distribute the source & binaries for the first sneaky- peek at Swfdec for Mac OS X today. But yesterday, when I tried running my player application within Mac OS X's PowerPC emulator (Rosetta), I noticed it was crashing in some animations with the following stderr output: GThread-ERROR **: file gthread-posix.c: line 197 (g_mutex_trylock_posix_impl): error 'Invalid argument' during 'pthread_mutex_trylock' Of course, this wasn't happening in the Intel build, only PPC. And I can't ship a binary that's going to be unstable on many users'...
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...en, ovirt_server_len; @@ -145,6 +145,9 @@ tunnel_thread (gpointer _data) struct sockaddr_in ovirt_server_address; struct sockaddr_in client_address; + struct sockaddr_in local_server_address_lookup; + unsigned int local_server_address_lookup_len = sizeof(local_server_address_lookup); + GThread *client_server_gthread = NULL; GThread *server_client_gthread = NULL; @@ -154,8 +157,13 @@ tunnel_thread (gpointer _data) DEBUG ("tunnel thread starting up"); // ovirt server address + dns_serv = gethostbyname(hostname); + if(dns_serv == NULL){ + DEBUG("ovirt serv...
2016 Feb 15
3
glib2 head file error when build libvirt with wireshark support
I compile the latest libvirt from fedora rawhide, but failed. The version of my software: wireshark-devel-2.0.1-2.fc24.x86_64 glib2-2.47.5-2.fc24.x86_64 gcc-5.1.1-4.fc23.x86_64 binutils-2.26-10.fc24.x86_64 The error as following: # ./autogen.sh --prefix=/usr && make ..... wireshark/src/plugin.c:5:21: fatal error: gmodule.h: No such file or directory compilation terminated. Makefile:2442:
2010 Dec 29
2
RGtk2 compilation problem
...--------------------------------------------------------------------------------------- * installing *source* package ?RGtk2? ... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for INTROSPECTION... no checking for GTK... yes checking for GTHREAD... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C...
2010 Dec 29
2
RGtk2 compilation problem
...--------------------------------------------------------------------------------------- * installing *source* package ?RGtk2? ... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for INTROSPECTION... no checking for GTK... yes checking for GTHREAD... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C...
2006 Jun 12
1
Ruuid had non-zero exit status (PR#8965)
...e/glib-2.0/glib/garray.h:32: error: parse error before "G_BEGIN_DECLS" /usr/local/include/glib-2.0/glib/garray.h:34: error: syntax error before "typedef" In file included from /usr/local/include/glib-2.0/glib/gerror.h:24, from /usr/local/include/glib-2.0/glib/gthread.h:30, from /usr/local/include/glib-2.0/glib/gasyncqueue.h:30, from /usr/local/include/glib-2.0/glib.h:32, from uuidP.h:33, from Ruuid.h:5, from Rinit.c:1: /usr/local/include/glib-2.0/glib/gquark.h:32: error: p...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
run on startup by default like the other ovirt services --- conf/ovirt-vnc-proxy | 49 ++++++++ installer/modules/ovirt/manifests/ovirt.pp | 1 + ovirt-server.spec.in | 5 + src/vnc-proxy/vnc-proxy.rb | 167 ++++++++++++++++++++++++++++ 4 files changed, 222 insertions(+), 0 deletions(-) create mode 100755 conf/ovirt-vnc-proxy
2014 Jun 20
4
[LLVMdev] [PATCH] Replace the Execution Engine's mutex with std::recursive_mutex
...LVM_ENABLE_THREADS would become unsupported. Do people have objections to 2? I don't really like it either. On Fri, Jun 20, 2014 at 10:33 AM, Yaron Keren <yaron.keren at gmail.com> wrote: > The whole "mutex" and "shared_mutex" files are #ifdef > _GLIBCXX_HAS_GTHREADS so if no _GLIBCXX_HAS_GTHREADS there are no mutexes > and no call_once. thread lives in "thread" which is also #ifdef > _GLIBCXX_HAS_GTHREADS. > "condition_variable" and "future" are the same. > > I have tested gcc 4.8.2 predefines and _GLIBCXX_HAS_GTHR...