Re: winebuild ppc

2001-02-12 Thread Josh DuBois
alignment of the CRITICAL_SECTION structs. You're absolutely right about the gcc'ism, though. At the very least, it needs to be #ifdef'd. Josh. Ulrich Weigand wrote: Josh DuBois wrote: @@ -3396,7 +3428,7 @@ HANDLE OwningThread; HANDLE LockSemaphore

wine and ELF format?

2001-01-24 Thread Josh DuBois
. A dlopen() "equivelent" for Mach-O exists, but I've never called dlopen() in my life, so I'm not sure on what criterion to compare them. Does anyone know, broadly, what the hot spots will by trying to make wine use a different shared object format? Thanks! Josh.

Re: unsigned chars

2001-01-20 Thread Josh DuBois
making chars signed by default, so there could be some issue with that which I don't see. And I _have_ tried just doing all the typecasting necessary to live with #2 above, and it's not all that bad is pretty well done. /long rant -- Alexandre Julliard [EMAIL PROTECTED] -- Josh DuBois 654 SW

Re: unsigned chars

2001-01-19 Thread Josh DuBois
are unsigned chars by default on the ppc, so I specified signed chars there. --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle -- Josh DuBois 654 SW Grant #103, Portland, OR 97201 503-827-4818 [EMAIL PROTECTED]

Re: unsigned chars

2001-01-19 Thread Josh DuBois
But what about winelib apps? Isn't it likely that there'll be a few assumptions about signed chars made in those, and shouldn't we generate makefiles for them that just make all chars signed, to ease porting? And if we do that, why not do it inside wine, too? Josh. Alexandre Julliard wrote:

X11DRV_Init discards return values

2001-01-15 Thread Josh DuBois
. I'll start work on a patch, but is there any reason that this isn't a good idea? Josh. -- Josh DuBois 654 SW Grant #103, Portland, OR 97201 503-827-4818 [EMAIL PROTECTED]

question: breaking in shared lib. code with gdb?

2001-01-12 Thread Josh DuBois
- Josh. -- Josh DuBois 654 SW Grant #103, Portland, OR 97201 503-827-4818 [EMAIL PROTECTED]

building on the PPC ( other non-intel)

2000-12-18 Thread Josh DuBois
to know more. cheers - Josh. -- Josh DuBois 654 SW Grant #103, Portland, OR 97201 503-827-4818 [EMAIL PROTECTED]

wrc and byteorder?

2000-12-18 Thread Josh DuBois
. Is there any reason not to use little-endian resources everywhere? Thanks - Josh. -- Josh DuBois 654 SW Grant #103, Portland, OR 97201 503-827-4818 [EMAIL PROTECTED]

Re: winebuild on arch != i386

2000-12-15 Thread Josh DuBois
o clean up the patches already in my tree, so that it'll at least be possible to compile Winelib ... Bye, Ulrich -- Dr. Ulrich Weigand [EMAIL PROTECTED] -- Josh DuBois 654 SW Grant #103, Portland, OR 97201 503-827-4818 [EMAIL PROTECTED]

Re: Where to put TEB's on PPC?[was:Re: is WINE portable?]

2000-12-07 Thread Josh DuBois
Gavriel State wrote: Josh DuBois wrote: Is there really any reason not to just use pthread directly? We're not constrained by binary compatability issues on LinuxPPC (or MacOS X), so there's no need to preserve any special registers. newbie Well, really I don't know