Re: porting xfree86 to new processor platform

2004-01-12 Thread Warren Turkal
will be happy to port that because, I read Xfree86 cross-compile system has been changed after the release of 4.2.0. I would try it if I were you. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED

Re: porting xfree86 to new processor platform

2004-01-11 Thread Warren Turkal
Suresh Chandra Mannava wrote: *snip* here are my queries on porting xfree86 to this platform. We are going to cross-compile xfree86-4.2.0. Why not 4.3 or the release candidate? *snip* wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: Docs on writing an extension

2004-01-10 Thread Warren Turkal
Suzy Deffeyes wrote: Is appendix C of xlib.ps a good source? http://cvsweb.xfree86.org/cvsweb/xc/doc/hardcopy/X11/xlib.PS.gz IMO, this reference is not very detailed and needs significant expansion to be a useful resource. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: C++ code in Xfree86?

2004-01-10 Thread Warren Turkal
Suresh Chandra Mannava wrote: Is there any C++ code in Xfree86-4.2.0 source? I believe that GLU or something else GL related may have c++ code. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED

Re: building X11 in separate pieces

2004-01-10 Thread Warren Turkal
://freedesktop.org/cgi-bin/viewcvs.cgi/?cvsroot=xlibs. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: building X11 in separate pieces

2004-01-10 Thread Warren Turkal
Mario Klebsch wrote: Am Samstag, 10.01.04 um 13:40 Uhr schrieb Warren Turkal: I never understood why so many people consider these autotools easier to use than the imake system. Imake (or to be precise, the config files included with X11) knows everything about the local X11 installation

Re: building X11 in separate pieces

2004-01-10 Thread Warren Turkal
these people a long time to make it work properly other than for the trivial case of different Linux configurations, e.g., where the difficult autoconf checks are glossed over by hardcoding things. I believe that we have it working in all gcc based build environments that it can. wt -- Warren

Re: building X11 in separate pieces

2004-01-08 Thread Warren Turkal
. Is it able to say build the whole tree with an externally built libX11? Is so, how would I tell it to do that? wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo

Re: building X11 in separate pieces

2004-01-08 Thread Warren Turkal
Mario Klebsch wrote: You cannot get anything worse than a compiler error. :-) BTW, what is your intention? I wanna use the freedesktop.org xlib with the XFree86 source tree. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

small build fix for Arm arch

2003-12-23 Thread Warren Turkal
The patch here makes the build system not assume that all arm systems are using netbsd. This was pulled from the Debian patch set. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org$Id: 301_not_all_arm_boxes_run_netbsd.diff 834 2003-12-10 07:13:21Z wt $ This patch by Michel

Re: [PATCH] documentation fix addition for config/cf/README

2003-12-20 Thread Warren Turkal
David Dawes wrote: It still fails in the same way. Tabs have been converted to spaces, either by your mailer or because you cut'n'pasted it. Try sending it as an attachment. done wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org--- ../../../xc-old/config/cf/README 2003-04-25

Re: [PATCH] documentation fix addition for config/cf/README

2003-12-19 Thread Warren Turkal
David Dawes wrote: On Wed, Dec 10, 2003 at 10:51:40PM -0600, Warren Turkal wrote: Can you re-send without the white space mangling? David I don't know what I did. Here it is again. It applies to 4.3.901. I am hoping it applies to HEAD also. wt --- ../../../xc-old/config/cf/README2003

support for riscpc keycodes

2003-12-19 Thread Warren Turkal
@@ -7,7 +7,7 @@ #define IHaveSubdirs -DATAFILES = README amiga ataritt fujitsu hp ibm macintosh sony sun \ +DATAFILES = README amiga ataritt fujitsu hp ibm macintosh riscpc sony sun \ xfree86 xfree98 powerpcps2 aliases SUBDIRS = digital sgi -- Warren Turkal

Re: support for riscpc keycodes

2003-12-19 Thread Warren Turkal
David Dawes wrote: Our preferred method is to remap them internally. What do you mean by internally? Where can I find information that would help me do this in a way that would be optimal for you? wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: [Patch] Debian manpage locations

2003-12-18 Thread Warren Turkal
David Dawes wrote: On Fri, Dec 12, 2003 at 09:57:39AM -0600, Warren Turkal wrote: This changes the configuration, only for Debian, such that the manpages end up in the right places with the right names. I would be wonderful if this could be committed so this happens automatically for people

Debian patches

2003-12-14 Thread Warren Turkal
with this problem even when I searched closed bugs. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

[Patch] Debian manpage locations

2003-12-12 Thread Warren Turkal
FSUseSyslog YES +# define DriverManSuffix 4x +# define DriverManDir $(MANSOURCEPATH)4 + +# define MiscManSuffix 7x +# define MiscManDir$(MANSOURCEPATH)7 + /* * * -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Debian patches

2003-12-12 Thread Warren Turkal
with this problem even when I searched closed bugs. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

of manpages and names

2003-12-10 Thread Warren Turkal
file to be xterm.1x instead. How would one accomplish this? Is there some Imake #define that can be set? Thanks a lot, wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman

Re: of manpages and names

2003-12-10 Thread Warren Turkal
Thomas Dickey wrote: That's ManSuffix, which is set in several files under config/cf Thanks very much. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

[PATCH] documentation fix addition for config/cf/README

2003-12-10 Thread Warren Turkal
for universal extensions ExtensionOSDefines -D's for additional extensions FontCompilerFlags flags for bdftosnf -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [PATCH] documentation fix addition for config/cf/README

2003-12-10 Thread Warren Turkal
Warren Turkal wrote: I moved the GzipCmd to get it in alphabetical order. I also added documentation for DriverManSuffix. This is an update of the previous. In addition to what is done in the last patch (this patch includes it), I also documented DriverManDir and MiscManDir. wt

simple patch for certain configs

2003-09-25 Thread Warren Turkal
is NO, and BuildGLXLibrary is NO. --- xc/lib/X11/Imakefile.orig 2003-02-20 11:41:45.0 -0500 +++ xc/lib/X11/Imakefile2003-02-20 11:41:48.0 -0500 @@ -1087,5 +1087,7 @@ #else all:: +depend:: + BuildIncludes($(HEADERS),IncSubdir,..) #endif -- Warren Turkal President

using externally built libs (Xcursor, Xrender, Xft)

2003-09-25 Thread Warren Turkal
Here is another patch from the Debian project. It comes in 3 parts. I basically allows XFree86 to build using an externally built libs. http://bugs.xfree86.org/show_bug.cgi?id=741 It wouldn't let me classify into multiple libraries...so I just associated it with other. wt -- Warren Turkal

Re: simple patch for certain configs

2003-09-25 Thread Warren Turkal
David Dawes wrote: That just fixes one of the symptoms of IHaveSubdirs being defined in this case when it shouldn't be. The others remain. I'll commit a patch that fixes it properly. Thanks, David :-D -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: pkg-config support for libs

2003-09-23 Thread Warren Turkal
. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: pkg-config support for libs

2003-09-22 Thread Warren Turkal
was following what is already in your cvs in xc/lib/Xft/). The point was to get pkg-config support. I will not deny that there was probably a better way to extract the info from imake. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: pkg-config support for libs

2003-09-20 Thread Warren Turkal
David Dawes wrote: I can only recall one case in my own experience where an autotooled program had a problem concerning X-related libs. Ironically those were exactly the libs that had pkgconfig support. The autotool and pkgconfig combination didn't know where to look for the needed .pc

new patch for pkg-config in libX11 - much shorter

2003-09-19 Thread Warren Turkal
I found that I don't need some of the stuff I had in the patch. Here is a new patch representing that knowledge. diff -r -u3 -N xc/lib/X11/Imakefile 017_x11-pkg-config-enable.diff/xc/lib X11/Imakefile --- xc/lib/X11/Imakefile2002-11-25 20:31:23.0 -0600 +++ xc/lib/X11/Imakefile

pkg-config support for libs

2003-09-17 Thread Warren Turkal
I see that there are some libs in the cvs with pkg-config support. Will patches be accepted that add this support for other libs as well? Warren -- President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED]

synaptics relicensing

2003-09-14 Thread Warren Turkal
I opened my email today and got another response, and I got in touch with the developer whose email bounced. The totals for now are. no reply: S. Lehner [EMAIL PROTECTED] contacted: Henry Davies reviewing license approved: Stefan Gmeiner tentative Bruce Kall C. Scott Ananian Helwig Felger

Re: Audio in X11

2003-09-10 Thread Warren Turkal
Fred Heitkamp wrote: I was wondering. Was there ever an effort to make a network independent audio extension for X11? (forgive my terminology if it's wrong.) For example, if I am logged on from a remote terminal and want to play an MP3 from the distant machine on the remote terminal, is

RE: ansifying xwininfo.c

2003-09-10 Thread Warren Turkal
Alexander Stohr wrote: i have no reason to object to such patches. it was done in 100 kB sized tarballs for the XFree86 tree in the past and worked well that way. So who applies these patches then? I don't have CVS write, nor do I want it at this point. Warren Turkal -- President, GOLUM

More sdk stuff

2003-09-09 Thread Warren Turkal
Is there any documentation other than reading Imake to figure out what gets included in the sdk...I am working on autotooling some of X, and maybe I would like to know how this sdk is currently constructed. Warren Turkal -- President, GOLUM, Inc. http://www.golum.org

Re: ansifying xwininfo.c

2003-09-09 Thread Warren Turkal
Warren Turkal wrote: Here is a patch ansifying xwininfo.c. I diffed the executable after the changes to the executable from before the changes, and they were the same. I have opened a bug report at http://bugzilla.xfree86.org/show_bug.cgi?id=677 Warren Turkal -- President, GOLUM, Inc. http

Re: ansifying xwininfo.c

2003-09-09 Thread Warren Turkal
. It will make some other projects I am working on go smoother. Thanks, Warren Turkal -- President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

synaptics lockups (was Re: radeon lockups ...)

2003-09-02 Thread Warren Turkal
Warren Turkal wrote: Michel Dänzer wrote: In that case it can hardly be an X problem. Sounds rather like the kernel (anything interesting in its output? Does the same thing happen with 2.4 kernels?) or hardware. I am testing 4.2.1 at this point to see if I come up with the same issues

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-30 Thread Warren Turkal
Bryan W. Headley wrote: No but you don't want to be a jerk and compete with somebody else. As if there were enough developers to go around that we'd steal each other's projects :-) Sometimes a little competition can improve the final product. Think lvm2 v. evms in the early 2.5 kernels.

Re: patch for ia64 page size

2003-08-25 Thread Warren Turkal
Mike A. Harris wrote: On Sun, 10 Aug 2003, Warren Turkal wrote: Date: Sun, 10 Aug 2003 19:06:58 -0500 From: Warren Turkal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Subject: patch for ia64 page size Here is a patch for page

patch to disable vt switching on hurd

2003-08-14 Thread Warren Turkal
I cannot find any info about [EMAIL PROTECTED] on the xfree86.org website. Therefore, I will post this here. This patch is to disable vt switching on hurd as hurd does not support the VT_ACTIVATE ioctl. Once again, this patch comes from the debian patch set, and I simply ported it to the current

patch for sun type6 keyboard support from debian patches

2003-08-14 Thread Warren Turkal
This is a patch to add sun type6 keyboard support. It comed from the patches debian puts on the 4.3.0 source before building the packages. I think this type of info should be passed to the XFree86 core so that everyone who uses XFree86 can take advantage of this. Warren Turkal --- xc/programs

autotooling xrandr

2003-08-14 Thread Warren Turkal
to autotool X as a whole? If so, who do I contact? If not, I would like to start an effort if there is any interest upstream acceptance. It would definitely allow for an easier way to modularize the X source. Warren Turkal -- Treasurer, GOLUM, Inc. http://www.golum.org

NeedFunctionPrototypes and ANSI C

2003-08-14 Thread Warren Turkal
Is there an effort to get rid of NeedFunctionPrototypes and to convert function prototypes to ANSI style? If so, I would like to work on doing this for the xwininfo binary. My research indicates that X11R6.3+ require an ANSI compiler and that this type of conversion is desirable. Warren Turkal

patch for ia64 page size

2003-08-14 Thread Warren Turkal
Here is a patch for page size problems on ia64 and radeon. Patch by Chris Ahna: Fixes critical page size problems on ia64 architecture. See following URL for details: https://external-lists.valinux.com/archives/linux-ia64/2001-August/002037.html Comment by [EMAIL PROTECTED]: This probably

Re: autotooling xrandr

2003-08-14 Thread Warren Turkal
are probably going to assume that you will give up as others before you have. Harold Is there any chance of upstream acceptance of this type of work? A lot of the utility binaries should be pretty easy to break out the xc hierarchy. Warren Turkal -- Treasurer, GOLUM, Inc. http://www.golum.org

patch for ia64 page size

2003-08-14 Thread Warren Turkal
Here is a patch for page size problems on ia64 and radeon. Patch by Chris Ahna: Fixes critical page size problems on ia64 architecture. See following URL for details: https://external-lists.valinux.com/archives/linux-ia64/2001-August/002037.html Comment by [EMAIL PROTECTED]: This probably

Re: sparc pci patch

2003-08-14 Thread Warren Turkal
Egbert Eich wrote: Please put your patches into the bugzilla: http://bugs.xfree86.org Here they are likely to get lost. Egbert. Thanks, I hope the developers pay attention to the bugzilla. Warren Turkal -- Treasurer, GOLUM, Inc. http://www.golum.org

Re: patch for ia64 page size

2003-08-14 Thread Warren Turkal
Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. Jakub I didn't write this patch. Are you

sparc pci patch

2003-08-11 Thread Warren Turkal
Here is a patch for sparc and PCI. --- xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile~2002-10-30 10:03:18.0 +0900 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile 2002-11-18 09:49:56.0 +0900 @@ -18,8 +18,8 @@ XCOMM Sparc SBUS driver and generic Linux

patch for ia64

2003-08-11 Thread Warren Turkal
This patch makes the radeon driver treat ia64 as a non-legacy architecture. This patch by Alex Williamson. xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile assumes ia64 should behave the same as i386 and allows random probing or I/O port space. In moving away from the legacy model, I

patch for ia64

2003-08-10 Thread Warren Turkal
This patch makes the radeon driver treat ia64 as a non-legacy architecture. This patch by Alex Williamson. xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile assumes ia64 should behave the same as i386 and allows random probing or I/O port space. In moving away from the legacy model, I

[XFree86] account on svn repo

2003-07-29 Thread Warren Turkal
How do I get an account on the svn repo? I would like to see if I can do a decent job of updating some of the README stuff for the new dbs system. I would also like to see if there are any more changes that can be made to make the new dbs system behave more like the dbs examples. Warren Turkal

[XFree86] 4.2.99.4 problem with mouse cursor

2003-01-25 Thread Warren Turkal
In kde and twm, there is a huge delay when changing the mouse cursor to something other than the white glass cursors. For instance, in kde mouse over the edge of a windows to resize them and there is a delay. There is also a delay when reloading the white glass cursors after I mouse off the

[Xpert]policy

2002-12-15 Thread Warren Turkal
Who makes the decisions for things like XFree86 freeze dates and releases and what not? Or is there some mailing list somewhere? Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED]

Re: [Xpert]exact integral types

2002-12-11 Thread Warren Turkal
On Tuesday 10 December 2002 08:36 pm, Marc Aurele La France wrote: I attach the little bit I have on this matter (which includes your patch). Thanks, Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED]

Re: [Xpert]exact integral types

2002-12-10 Thread Warren Turkal
On Tuesday 10 December 2002 03:24 pm, Marc Aurele La France wrote: After going through that exercise, perhaps, you will have gained a greater appreciation for what portability really means. Thank you for the explanation. In these places that warnings are produced, should the code call for a

Re: [Xpert]exact integral types

2002-12-09 Thread Warren Turkal
On Monday 09 December 2002 09:55 am, Marc Aurele La France wrote: A larger issue is that, on some 32-bit systems, this ends up typedef'ing CARD32 as 'unsigned int', and on others, as 'unsigned long'. For reasons I won't get into here, the X sources currently need CARD32 to be typedef'ed as

Re: [Xpert]Mouse with many buttons (e.g. 7)

2002-12-05 Thread Warren Turkal
It requires xmodmap magic to get this to work right on a MS Intellimouse Explorer. I have done it before. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]LCD panel white screens

2002-11-28 Thread Warren Turkal
On Thursday 28 November 2002 01:30 am, Case Jones wrote: XFree86-cvs produces all of the resolutions I could want, and also seems pretty stable (based on 2 days testing) on suspend and resume. However, white screens (where the LCD panel floods with white, forcing me to turn the machine off

Re: [Xpert]LCD panel white screens

2002-11-28 Thread Warren Turkal
On Thursday 28 November 2002 11:34 am, Case Jones wrote: On Thursday 28 November 2002 3:48 am, Warren Turkal wrote: Thanks! .. framebuffer support is completely disabled in my kernel, but are the vga text console or Video mode selection support options related? Just disable kernel framebuffer

Re: [Xpert]LCD panel white screens

2002-11-28 Thread Warren Turkal
On Thursday 28 November 2002 08:34 pm, Case Jones wrote: oops, I meant that kernel framebuffer support was _already_ disabled in my kernel... so I guess it's something else? I am out of suggestions, then. I am sorry. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org

Re: [Xpert] : Kdrive web browser

2002-11-27 Thread Warren Turkal
How big is Konq/E? Warren On Tuesday 26 November 2002 10:57 pm, P.R. Patil wrote: Hi, Can anybody suggest me a small (less than 5MByte) free web browser that works on Kdrive and with Java Script support? -- Treasurer, GOLUM, Inc. http://www.golum.org

[Xpert]Radeon XVideo

2002-11-15 Thread Warren Turkal
I am wondering why an XVideo display cannot be covered. I have the radeon driver and a Radeon Mobility 7500. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Radeon XVideo

2002-11-15 Thread Warren Turkal
4.2.1 If it is already fixed, I am sorry. Thanks Keith for fixing if that's it. Warren On Friday 15 November 2002 09:54 pm, Dr Andrew C Aitchison wrote: On Fri, 15 Nov 2002, Warren Turkal wrote: I am wondering why an XVideo display cannot be covered. I have the radeon driver and a Radeon

[Xpert]Xinput question

2002-11-15 Thread Warren Turkal
Does the Xinput extension allow for dynamically changing the list of input devices? Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]change input device on the fly?

2002-11-11 Thread Warren Turkal
How do you make it make the X wacom driver pick up the different event file for the wacom when it can be named different each time? Warren On Sunday 10 November 2002 03:24 pm, you wrote: I actually have an answer to this, which basically provides a kernel config option to disable the mousedev

Re: [Xpert]change input device on the fly?

2002-11-08 Thread Warren Turkal
On Thursday 07 November 2002 07:18 pm, Alexander Stohr wrote: some experimental thoughts... Hmm, the mouse manager of the shell 'gpm' can handle multiple mice simultanousely. I wonder if there is a way to trick X11 so that it does use the gpm provided API and therefore allowing multiple

Re: [Xpert]change input device on the fly?

2002-11-07 Thread Warren Turkal
Now try to use a wacom tablet with that. Warren On Thursday 07 November 2002 10:56 am, Michel Dänzer wrote: On Don, 2002-11-07 at 17:47, Adam Luter wrote: Not an expert, but have you tried to specify both devices at the same time? You may still have to restart X, Not if you use

Re: [Xpert]X starting with GNOME Desktop Error

2002-10-24 Thread Warren Turkal
On Wednesday 23 October 2002 08:33 pm, Jacky, Lau wrote: Should you add xhosts + in some where like xinitrc, etc/? This seems like a really bad idea to me with respect to security. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert

Re: [Xpert]exact integral types

2002-10-19 Thread Warren Turkal
, Warren Turkal wrote: Why does X not use the exact integral types in its typedefs? For instance, typedef uint32_t CARD32; instead of all the magic in Xmd.h? These are the ISO C 9X integer types aren't they ? I don't think we have got as far as completely ansi'fing the code yet, never mind

Re: [Xpert]exact integral types

2002-10-17 Thread Warren Turkal
Oct 2002, Warren Turkal wrote: Why does X not use the exact integral types in its typedefs? For instance, typedef uint32_t CARD32; instead of all the magic in Xmd.h? These are the ISO C 9X integer types aren't they ? I don't think we have got as far as completely

[Xpert]bdf docs in docbook

2002-10-17 Thread Warren Turkal
I have the bdf docs in docbook if anyone is interested. I am thinking about converting some other docs, like the xlibs. Is there any point in doing this. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED]

[Xpert]exact integral types

2002-10-16 Thread Warren Turkal
Why does X not use the exact integral types in its typedefs? For instance, typedef uint32_t CARD32; instead of all the magic in Xmd.h? Thanks, Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED]

Re: [Xpert]exact integral types

2002-10-16 Thread Warren Turkal
In the Xmd.h file, would it be okay to change the preprocessor directives to #if define(symbol) and such? Warren On Wednesday 16 October 2002 03:37 am, Dr Andrew C Aitchison wrote: On Wed, 16 Oct 2002, Warren Turkal wrote: Why does X not use the exact integral types in its typedefs