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
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
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:
>
>
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
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.
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*)
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
>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
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
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
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
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
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:
> -@
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
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...
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
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','%',
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
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
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
20 matches
Mail list logo