Re: Did anyone have any trouble compiling wine today? Or was it just me ....

2008-11-29 Thread Austin English
On Sat, Nov 29, 2008 at 6:50 PM, Susan Cragin <[EMAIL PROTECTED]> wrote: > and my jaunty jackalope with 2.6.27-7 generic kernel > > MAKE > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ > -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing > -Wdeclaration-after-stateme

Did anyone have any trouble compiling wine today? Or was it just me ....

2008-11-29 Thread Susan Cragin
and my jaunty jackalope with 2.6.27-7 generic kernel MAKE gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o serial.o serial.c In f

Fw: selinux in fedora 10 regarding text relocation in wine and mono.

2008-11-29 Thread Hin-Tak Leung
I sent this a few days ago from my "other" e-mail alias and it hasn't come back, so it probably got lost in the spam-filtering - anybody has similiar issue? > So I have upgraded to fedora 10... now when I run wine with > mono for some .Net application I get selinux blocking it, > saying: > >

Re: Hmm, guess we have to update our web site a bit

2008-11-29 Thread Scott Ritchie
Dan Kegel wrote: > Somebody's walkthrough of installing crossover got lots of diggs: > http://digg.com/linux_unix/Running_Windows_Programs_On_Ubuntu_8_10_With_CrossOver_Linux > The comments point out that > http://www.winehq.org/site/myths > could use a little updating... > > That's been on my to

Re: wineconsole: Wait on events in curses backend using select instead of poll

2008-11-29 Thread Martin Storsjö
On Sun, 30 Nov 2008, Kirill K. Smirnov wrote: >> Should I add a >> check for sys/select.h in the configure script and conditionally included >> it, surrounded by HAVE_SYS_SELECT_H? Or would sys/time.h, sys/types.h and >> unistd.h be enough to consider it reasonably compatible? > Ideally - should.

Re: wined3d: Sign-compare warnings fix

2008-11-29 Thread Austin English
On Sat, Nov 29, 2008 at 11:42 AM, Andrew Talbot <[EMAIL PROTECTED]> wrote: > Changelog: >wined3d: Sign-compare warnings fix. > > @@ -504,7 +504,7 @@ static void > shader_generate_glsl_declarations(IWineD3DBaseShader *iface, const s > IWineD3DBaseShaderImpl* This = (IWineD3DBaseShaderImpl*)

Re: winedos: Fixed a problem with timer values that are below 50ms.

2008-11-29 Thread Peter Dons Tychsen
Hi Michael. Yes, normally i let the tools do the job as described. However, in this case i just blamed it on the elves, as i was tired and forgot to do it :-) Lets hope patchmaker can stop me from forgetting this ever again. but there is no excuse for my sloppiness. This is probably a good t

wineconsole: Wait on events in curses backend using select instead of poll

2008-11-29 Thread Kirill K. Smirnov
>Should I add a >check for sys/select.h in the configure script and conditionally included >it, surrounded by HAVE_SYS_SELECT_H? Or would sys/time.h, sys/types.h and >unistd.h be enough to consider it reasonably compatible? Ideally - should. But... 1) There isn't any 'select.h' substring in whol

Re: wineconsole: Wait on events in curses backend using select instead of poll

2008-11-29 Thread Martin Storsjö
Hi Kirill, On Sat, 29 Nov 2008, Kirill K. Smirnov wrote: >> +ret = select(pipefd + 1, &readfds, &writefds, &errorfds, NULL); > Passing NULL instead of &writefds in this case is better, IMO. It is not used > anyway. Ok > I strongly believe that errorfds parameter os select() is useful fo

Re: Implementing wtmpnam in msvcrt

2008-11-29 Thread Juan Lang
Hi Tim, > So wtmpnam seems to work. Sadly, another line in the output indicates there's > another error: > err:listview:LISTVIEW_WindowProc unknown msg 3e9d wp=0032ef78 > lp= > and that prevents the program from executing. Any ideas? Sorry, don't know about this one. What program is this

Re: Implementing wtmpnam in msvcrt

2008-11-29 Thread Tim Holy
Hi Juan, Thanks again---that did the trick (it wasn't so much a typo as I didn't know what I was doing...) So wtmpnam seems to work. Sadly, another line in the output indicates there's another error: err:listview:LISTVIEW_WindowProc unknown msg 3e9d wp=0032ef78 lp= and that prevents th

Re: Implementing wtmpnam in msvcrt

2008-11-29 Thread Michael Karcher
Am Samstag, den 29.11.2008, 10:27 -0600 schrieb Tim Holy: > Hi Juan, > > Many thanks for your help. This compiles now. I think I must not have > something else defined, though, because when I run the program I still get a > message saying wtmpnam is not implemented. No. But Juan Lang misundersto

Re: Implementing wtmpnam in msvcrt

2008-11-29 Thread Juan Lang
Hi Tim, > Many thanks for your help. This compiles now. I think I must not have > something else defined, though, because when I run the program I still get a > message saying wtmpnam is not implemented. Do I have to do something > else to "register" the function? No, you've just got a typo: > -@

Re: Implementing wtmpnam in msvcrt

2008-11-29 Thread Tim Holy
Hi Juan, Many thanks for your help. This compiles now. I think I must not have something else defined, though, because when I run the program I still get a message saying wtmpnam is not implemented. Do I have to do something else to "register" the function? Here's the output: [EMAIL PROTECTED

Hmm, guess we have to update our web site a bit

2008-11-29 Thread Dan Kegel
Somebody's walkthrough of installing crossover got lots of diggs: http://digg.com/linux_unix/Running_Windows_Programs_On_Ubuntu_8_10_With_CrossOver_Linux The comments point out that http://www.winehq.org/site/myths could use a little updating...

new winetricks-20081129: new verbs mshflxgd, controlpad/fm20, native_oleaut32

2008-11-29 Thread Dan Kegel
Also clean up temp directory between verbs, as some verbs were writing readonly files with unique names like 'setup.exe' and stumbling over each other. As always, online at http://kegel.com/wine/winetricks Please submit bug reports to http://code.google.com/p/winezeug/issues/list

Re: Implementing wtmpnam in msvcrt

2008-11-29 Thread Juan Lang
Hi Tim, > + p = s + MSVCRT_swprintf(s, "\\s%s.", tmpstr); // "implicit declaration" > error, function is defined in wcs (but no wcs.h); but how to convert format > string to MSVCRT_wchar_t? Declare the format string as a const buffer, e.g.: static const MSVCRT_wchar_t tmpFmt[] = { '\\','s','%',

Implementing wtmpnam in msvcrt

2008-11-29 Thread Tim Holy
Hello, I'm trying to implement the "stub" function wtmpnam in msvcrt. Below is a patch at an attempt; there are a number of questions I have about the right way to implement it, and since I don't know the Wine codebase I thought perhaps readers of this list might (with minimal effort) be able t

winetest.exe now available on test.winehq.org

2008-11-29 Thread Paul Vriens
Hi, Test.winehq.org is the new home of the cross compiled winetest.exe. Alexandre put in some magic to create the new winetest.exe on winehq. The new link: http://test.winehq.org/builds/winetest-latest.exe The link can also be found at the bottom of the test.winehq.org index page. I already ch

wineconsole: Wait on events in curses backend using select instead of poll

2008-11-29 Thread Kirill K. Smirnov
Hi, Martin, >+ret = select(pipefd + 1, &readfds, &writefds, &errorfds, NULL); Passing NULL instead of &writefds in this case is better, IMO. It is not used anyway. ...and... I strongly believe that errorfds parameter os select() is useful for sockets only, not for stdio (I am not sure