search for: libxt

Displaying 20 results from an estimated 95 matches for "libxt".

Did you mean: librt
2008 Aug 22
2
Various OpenGL apps crashing in CentOS 5?
...glXDestroyContext () from /usr/lib/libGL.so.1 #6 0x00aaae3f in glXMakeCurrentReadSGI () from /usr/lib/libGL.so.1 #7 0x00aab0e3 in glXMakeCurrent () from /usr/lib/libGL.so.1 #8 0xb48cf778 in GlXCreateMDraw () from /opt/maya/lib/lib3dGraphics.so #9 0x07e7f4e1 in XtUnrealizeWidget () from /usr/lib/libXt.so.6 #10 0x07e7f663 in XtUnrealizeWidget () from /usr/lib/libXt.so.6 #11 0x07e7f663 in XtUnrealizeWidget () from /usr/lib/libXt.so.6 #12 0x07e7f663 in XtUnrealizeWidget () from /usr/lib/libXt.so.6 #13 0x07e7f663 in XtUnrealizeWidget () from /usr/lib/libXt.so.6 #14 0x07e7f663 in XtUnrealizeWidget ()...
2015 May 01
0
[ANNOUNCE] libXt 1.1.5
libXt is the X Toolkit Intrinsics library used to build older generation toolkits such as Motif & Xaw. Alan Coopersmith (8): Revert "Avoid shadowing variables." If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value makestrs: use strchr() instead of index()...
2006 Nov 08
0
[ANNOUNCE] libXt 1.0.4
This release is targeted for 7.2 RC2. Eric Anholt: Add more generated files to ignore. Fix .pc file with new autotools by using AC_DEFINE_DIR. git tag: libXt-1.0.4 http://xorg.freedesktop.org/archive/individual/lib/libXt-1.0.4.tar.bz2 MD5: 937735f342c046db239852fec0413f6c libXt-1.0.4.tar.bz2 SHA1: 3a7d7d390214876c925d5226ef3949b6c5bad6ce libXt-1.0.4.tar.bz2 http://xorg.freedesktop.org/archive/individual/lib/libXt-1.0.4.tar.bz2 MD5: 937735f342c046db2...
2019 Jun 21
0
[ANNOUNCE] libXt 1.2.0
...Update README for gitlab migration Update configure.ac bug URL for gitlab migration Benjamin Tissoires (3): Fix leaks detected by covscan dummy fix for covscan Fix covscan complain Emil Velikov (1): autogen.sh: use quoted string variables Fabrice Fontaine (1): libXt: util: don't link makestrs with target cflags Jeremy Huddleston Sequoia (1): darwin: Don't build libXt with -flat_namespace Jon Turney (2): Fix WHITEFILL after const fixes Provide suseconds_t typedef on Win32 Mihail Konev (1): autogen: add default patch prefix Pe...
2009 Oct 09
0
[ANNOUNCE] libXt 1.0.7
...E----- Hash: SHA1 Build fixes and other minor janitorial work. Alan Coopersmith (4): Use make rules instead of shell for loops to generate shadow man pages Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive libXt 1.0.7 Julien Cristau (1): Link against libICE Thomas Petazzoni (1): Fix compilation of host tools in cross-compilation case git tag: libXt-1.0.7 http://xorg.freedesktop.org/archive/individual/lib/libXt-1.0.7.tar.bz2 MD5: 96f3c93434a93186d178b60d4a262496 SHA1: 3c285b9c04a393dec1cc3d...
1997 May 29
1
Vulnerability of suid/sgid programs using libXt
-----BEGIN PGP SIGNED MESSAGE----- Buffer overflow in the resource handling code of the libXt (X11R6) Thu May 29, 1997 Distribution of this document is unlimited Copyright (C) Alexander O. Yuriev (alex@yuriev.com) Net Access Abstract A buffer overflow was found in the resource handling sec...
2006 Oct 24
15
How to emit associative array after ^C
Boy am I a dummy. I want to simply dump out unfreed allocations when I terminate the script. What''s the secret sauce? #!/usr/sbin/dtrace -s pid$1::MyAlloc:return { bufs[arg1] = walltimestamp; } pid$1::MyFree:entry /bufs[arg0]/ { bufs[arg0] = 0; } This message posted from opensolaris.org
2001 Oct 17
3
libraries Problem
...(/usr/lib/libGL.so.1.0.1541) libGLU.so.1 libICE.so.6 (/usr/X11R6/lib/libICE.so.6) libSM.so.6 (/usr/X11R6/lib/libSM.so.6) libX11.so.6 (/usr/X11R6/lib/libX11.so.6) libXext.so.6 (/usr/X11R6/lib/libXext.so.6) libXi.so.6 (/usr/X11R6/lib/libXi.so.6) libXpm.so.4 (/usr/X11R6/lib/libXpm.so.4) libXt.so.6 (/usr/X11R6/lib/libXt.so.6) libc.so.6 (/lib/libc.so.6) libdl.so.2 (/lib/libdl.so.2) libm.so.6 (/lib/libm.so.6) libncurses.so.5 (/usr/lib/libncurses.so.5) libutil.so.1 (/lib/libutil.so.1) libfreetype.so.6 (/usr/lib/libfreetype.so.6) libjpeg.so.62 (/usr/lib/libjpeg.so.62.0....
2007 Feb 05
1
rgl.snapshot "failed"
...8-1.2869.fc6 #1 SMP Wed Dec 20 14:51:19 EST 2006 i686 athlon i386 GNU/Linux Fedora Core 6 R version 2.4.0 Patched (2006-11-03 r39789) Package: rgl Version: 0.70 Date: 2007-01-06 What I had to do: Download the rgl package, install libX11, libX11-devel, libXt, libXt-devel, and then run: -------------------------- R CMD INSTALL --configure-args='--x-includes=/usr/include/X11 --x-libraries=/usr/lib' path_to_rgl_0.70.tar.gz -------------------------- The problem is that the ./configure script in the rgl_0.70 package does not seem to be able t...
2005 Aug 03
5
make error: X11/Intrinsic.h: No such,,,
Hi all, I'm trying to build R 2.1.1 on Ubuntu 5.04 i686-SMP. Configure goes well with: ./configure --with-BLAS --with-readline=no but once I run 'make', I get the following error: In file included from devX11.c:64: devX11.h:57:74: X11/Intrinsic.h: No such file or directory Any ideas? Thanks in advance, Jake
2010 Mar 17
1
Where to find Intrinsic.h and xlib.h
Hi When I install NCL on my system. There are many error about X11 appeared. Such like: xdevice.c(40): catastrophic error: could not open source file "X11/Xlib.h" rasdraw.c(30): catastrophic error: could not open source file "X11/Intrinsic.h" w_idt.c(26): catastrophic error: could not open source file "X11/Intrinsic.h" X11_class0.c(39): catastrophic error: could not
2006 Nov 08
0
[ANNOUNCE] Broken sums in previous announcements
...210c73d5524d275b7418b105612 libXfixes-4.0.3.tar.gz http://xorg.freedesktop.org/archive/individual/lib/libXi-1.0.2.tar.gz MD5: 949edd5be3849a7a12b6083ce7a09ad1 libXi-1.0.2.tar.gz SHA1: 77f31550feb559aef5175e45e5b01e5cec2223d2 libXi-1.0.2.tar.gz http://xorg.freedesktop.org/archive/individual/lib/libXt-1.0.4.tar.gz MD5: bd3c78a3fce8776f7b939b3f2be859cb libXt-1.0.4.tar.gz SHA1: 64f9508fcbc05dff84e1f7b495956ff18213b293 libXt-1.0.4.tar.gz http://xorg.freedesktop.org/archive/individual/util/util-macros-1.1.2.tar.gz MD5: cca363a494affdbe2bbdb0cba5b44589 util-macros-1.1.2.tar.gz SHA1: 48d15881278f1...
2008 Feb 29
1
error creating Centos 5.1 x32 dum_U instance on CentOS 5.1 x64
...le to probe No video hardware found, assuming headless Graphical installation not available... Starting text mode. Welcome to CentOS +------------------+ Package Installation +------------------+ | | | Name : libXt-1.0.2-3.1.fc6-i386 | | Size : 359k | | Summary: X.Org X11 libXt runtime library | | | |...
2009 Aug 03
12
Nothing loads in wine?
I thought that I would be able to use Wine to play TF2 in Fedora 11, so I used this guide to install steam: http://fedorasolved.org/gaming-solutions/installing-steam-using-wine Steam appeared to be working fine, so I downloaded some games (TF2 and CS:S), When they were done downloading, I tried to play one, and the "Preparing to launch TF2" box came up. So I waited for a few seconds and
2006 Nov 03
1
data.entry(), de() fail in FC6-x86_64
...00221000 16:42 844808 /usr/lib64/R/lib/libR.so 352b821000-352b835000 rw-p 00221000 16:42 844808 /usr/lib64/R/lib/libR.so 352b835000-352b8ce000 rw-p 352b835000 00:00 0 352d600000-352d65b000 r-xp 00000000 16:42 2331672 /usr/lib64/libXt.so.6.0.0 352d65b000-352d85a000 ---p 0005b000 16:42 2331672 /usr/lib64/libXt.so.6.0.0 352d85a000-352d860000 rw-p 0005a000 16:42 2331672 /usr/lib64/libXt.so.6.0.0 352d860000-352d861000 rw-p 352d860000 00:00 0 352fe00000-352fe1b000 r-xp 00000000 16:42 779...
2006 Oct 19
1
Segmentation fault/buffer overflow with fix() in Fedora Core 5 from Extras repository
...00017000 08:05 683622 /lib/libpcre.so.0.0.1 007bb000-007d4000 r-xp 00000000 08:05 1050764 /usr/lib/R/modules/R_X11.so 007d4000-007d5000 rwxp 00018000 08:05 1050764 /usr/lib/R/modules/R_X11.so 007d5000-007e1000 rwxp 007d5000 00:00 0 00896000-008eb000 r-xp 00000000 08:05 2876525 /usr/lib/libXt.so.6.0.0 008eb000-008ef000 rwxp 00054000 08:05 2876525 /usr/lib/libXt.so.6.0.0 00990000-009a7000 r-xp 00000000 08:05 683431 /lib/ld-2.4.90.so 009a7000-009a8000 r-xp 00017000 08:05 683431 /lib/ld-2.4.90.so 009a8000-009a9000 rwxp 00018000 08:05 683431 /lib/ld-2.4.90.so 009ab000-00acf00...
2018 Mar 05
0
[ANNOUNCE] editres 1.0.7
Editres is a tool that allows users and application developers to view the full widget hierarchy of any Xt Toolkit application that speaks the Editres protocol. This version raises the minimum version of libXt required to build & run editres to libXt 1.0.99.1. Alan Coopersmith (10): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Replace XtMalloc+sprintf pair with XtAsprintf call Replace remaining sprintf calls wit...
2007 Apr 28
0
Configuring R-2.5.0 for X11 on Red Hat WS 4 x86-64
I have been unable to configure R-2.5.0 for the X11 interface on Red Hat WS 4 x86-64 (AMD Opteron). The configure script looks for XtToolkitInitialize in libXt, and does not find it because it's not in libXt (which is present, however). I tried installing openmotif and openmotif-devel, and that is no help. How do I configure the X11 interface under this situations? Thanks, Bruce
1999 Dec 06
1
New x11-ssh-askpass release available
...jmknoble * Imakefile: Added patch from Markus Friedl to change use of awk (with GNU-specific extensions?) to sed, more likely to be available on various platforms. X11-ssh-askpass is drop-in passphrase dialog for OpenSSH, based solely on the regular X11 libraries (libX11, libXt), with a default look and feel similar to the passphrase dialog present in recent releases of the not-so-open SSH-1.2.x. -- jim knoble jmknoble at pobox.com
2001 Oct 18
0
libraries Problem under Red hat 7,1
...(/usr/lib/libGL.so.1.0.1541) libGLU.so.1 libICE.so.6 (/usr/X11R6/lib/libICE.so.6) libSM.so.6 (/usr/X11R6/lib/libSM.so.6) libX11.so.6 (/usr/X11R6/lib/libX11.so.6) libXext.so.6 (/usr/X11R6/lib/libXext.so.6) libXi.so.6 (/usr/X11R6/lib/libXi.so.6) libXpm.so.4 (/usr/X11R6/lib/libXpm.so.4) libXt.so.6 (/usr/X11R6/lib/libXt.so.6) libc.so.6 (/lib/libc.so.6) libdl.so.2 (/lib/libdl.so.2) libm.so.6 (/lib/libm.so.6) libncurses.so.5 (/usr/lib/libncurses.so.5) libutil.so.1 (/lib/libutil.so.1) libfreetype.so.6 (/usr/lib/libfreetype.so.6) libjpeg.so.62 (/usr/lib/libjpeg.so.62.0....