Wine for SolX86

2003-07-06 Thread Sundaranathan S
Hi All,     I am porting wine to solaris x86 platform. First wine didnot launch i had a problem with heap pointer then i applied a patch after applying this patch i was able to launch wine. Now i am validating wine with your GOLD and SILVER list mentioned in the site. I was able to run only w

Re: Word in Hebrew and Wine

2003-07-06 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > I get "unknown key". I'll try to recompile with it and let you know. If you have seen that message before, that's normal that it hasn't disappeared. The patch is not supposed to fix that kind of messages, it just should use code page associated with

MAX_PALETTES

2003-07-06 Thread Dustin Navea
I was looking thru the website for something easy that is listed as a todo and saw the item for correcting arrays that are done like [256] instead of [MAX_PATH], etc.. Looking thru the sources, in d3d8_private.h MAX_PALETTES is defined as 256 and then used later in the file and I believe in other

ShellExecute, bug 22, and MDSN

2003-07-06 Thread Dustin Navea
There was a mistake on my part.. I inadvertently downloaded the 20020710 binaries and reported a bug that has since been halfway fixed.. I will close the bug I opened and give an updated report when I have investigated bug 22 again with the new sources.. = -- Dustin Navea Minor Contributor,

Re: Shellexecute, bug 22, and MSDN

2003-07-06 Thread Shachar Shemesh
Dustin Navea wrote: So should this be filed as a bug or would it be too difficult to implement a check for the proper verb? Just copy this email into Bugzilla. Excellent bug report. Shachar -- Shachar Shemesh Open Source integration consultant Home page & resume - http://www.shem

Shellexecute, bug 22, and MSDN

2003-07-06 Thread Dustin Navea
Looking at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp and then looking at our shlexec.c, I noticed one small difference between the 2 and was wonder if a bug should be filed on it.. In the MSDN docs, it says that i

Re: Word in Hebrew and Wine

2003-07-06 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: I tried it and it does NOT work. I still get "unrecognized keyboard event". I'd prefer to see at least a +key,+keyboard,+x11drv,+event log (compressed) with good description: what exactly doesn't work. I get "unknown k

Re: Word in Hebrew and Wine

2003-07-06 Thread Ferenc Wagner
Shachar Shemesh <[EMAIL PROTECTED]> writes: > I think I found what is needed in order to implement my suggested > keyboard support. The only drawback is that it requires the use of > XKB, which is not a given in all Xservers. Personally, I find it hard > to believe that there are many X servers th

Re: Word in Hebrew and Wine

2003-07-06 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > >Actually Alexandre didn't like that patch, and I reworked it and sent to > >wine-patches as "Add support for CP_UNIXCP". If you could try it and > >report whether it allows you to type with UTF-8 locale, it would be nice. > > > > > Compiling it as

Wine build under Solaris x86

2003-07-06 Thread Alan Hargreaves
Before I get too heavily into looking at the issues with ptrace in the server code with Solaris, I should probably check... Is there anyone else out there at all working to try to get this beast built (let alone working) under Solaris x86? alan. -- Alan Hargreaves Senior Techni

Re: "make uninstall" fails at /usr/local/share/aclocal

2003-07-06 Thread BiGgUn
Hi If you 're annoyed with this error try: make -k uninstall. make will continue as much as possible after an error. HTH, Stephan