scheduler/pthread.c breakage (and fix)

2003-11-06 Thread Gerald Pfeifer
needs to be autoconfed). Currently I cannot prepare a patch; could one of you do that, please? Thanks, Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTED] http://www.pfeifer.com/gerald/

New compiler warnings

2003-10-28 Thread Gerald Pfeifer
a few months ago: directx.c:852: warning: implicit declaration of function `glXGetProcAddressARB' drawprim.c:829: warning: implicit declaration of function `glMultiTexCoord4fARB' Could you please have a look? Thanks! Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTED] http://www.pfeifer.com

dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Gerald Pfeifer
My nightly autobuilder failed to build today, after I've had no problems for several days. This seems to be due to yesterday's changes in dlls/kernel: process.o: In function `build_initial_environment': wine/dlls/kernel/process.c:341: undefined reference to `environ'

Wine autobuilder (was: Problem with today's dlls/oleaut32 changes)

2003-10-10 Thread Gerald Pfeifer
; consider using mkstemp() directx.c:852: warning: implicit declaration of function `glXGetProcAddressARB' drawprim.c:829: warning: implicit declaration of function `glMultiTexCoord4fARB' : I hope this is useful? Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTED] http://www.pfeifer.com

Re: dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Gerald Pfeifer
On Fri, 10 Oct 2003, Alexandre Julliard wrote: Declare environ at the top, not inside functions. I must be missing something here. Why does this make a difference? I don't remember chapter and verse of the standards, but this came up some time ago on the GCC mailing lists (though, in hindsight,

Re: dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Gerald Pfeifer
the third parameter of main, i.e., changing main to int main( int argc, char *argv[], char **environ ) Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTED] http://www.pfeifer.com/gerald/

Re: Problem with today's dlls/oleaut32 changes

2003-10-06 Thread Gerald Pfeifer
not. However, It will be gone shortly, all the conversion functions have been re-written (patches coming v. shortly). Cool; yeah, let's wait then. OTOH: Don't wait for the seas to part, or messiahs to come; Don't you sit around and waste this chance... - Live ;-) Gerald -- Gerald Pfeifer

Re: Problem with today's dlls/oleaut32 changes

2003-10-06 Thread Gerald Pfeifer
on: http://rtp.freebsd.org/~gerald/ Would you find it useful to have a summary of all warnings at the top of every log? Your wish is my (shell) command - next crop of oleaut32 patches are sent and will hopefully remove those warnings. Thanks! :-) Gerald -- Gerald Pfeifer (Jerry) [EMAIL

PATCH: tools/make_requests (was: PATCH: server/trace.c cleanup)

2003-09-30 Thread Gerald Pfeifer
On Tue, 30 Sep 2003, Alexandre Julliard wrote: That code is generated, there's no point in fixing it. You need to change tools/make_requests. Here we go. ;-) (I never had a look at this script before, and it's not documented too much, but it seems I found the right place to patch nevertheless,

Re: scheduler related complete breakage on FreeBSD

2003-09-14 Thread Gerald Pfeifer
On Fri, 12 Sep 2003, Gerald Pfeifer wrote: On FreeBSD 4.8 (using -lc_r instead of -lc to get pthreads) Wine crashes upon startup: I now could work around this (which probably was not scheduler related in the end), but upon startup Wine now goes into an infinite loop; the following

<    1   2   3