A couple of years back we had a discussion about this. Does anyone
still use Wineinstall? What advantage does it have over ./configure &&
make && make install ?
I'm asking because today I found a user who managed to somehow
accidentally compile Wine from source:
http://ubuntuforums.org/showthrea
>You might want to try the following: Select the patch from
>http://thread.gmane.org/gmane.comp.emulators.wine.patches/ ,
>select the link after "Direct link" on the bottom, append "/raw"
>without quotation marks after the URL. Now you can save the file
>at that URL as is and use it with patch, it
>> Does wine support this? I initially did it this way copying from
>> programs/msiexec
>Have a look at programs/uninstaller/main.c. Most likely you need to
>add -municode to APPMODE switches in Makefile.in.
Thanks Dmitry - 100% accurate, ie it was the -municode option. I'll submit
it as a patch
On Sat, May 26, 2007 at 10:58:51PM +0400, Kirill K. Smirnov wrote:
> I do not receive mail from wine-patches mail list. Thus, to get the patch
> sent with MIME text/plain I use select/copy/paste/save technique. If patch is
> not text/plain, I just use "save link target" option in browser.
You
>> With git commit, you can use the --author switch
>> for example:
>> $ git commit -a --author "Jesse Allen <[EMAIL PROTECTED]>"
>Set "user.email" and "user.name" once with:
>git repo-config
Thanks! I found I'd already done it when installing git (must have made a
mistake and actually read the
>> Apologies for the size of this patch - I tried 3 or 4 ways of converting
>> chunks to unicode and always ended up duplicating huge bits of code and
>> having problems keeping track of duplicated variables that in the end I
>> did the lot in one go.
>You need TCHAR and friends to reduce the Patc
On Sa, 2007-05-26 at 23:37 +1000, Jeff L wrote:
> When adding a directory into the local repository I have found need to
> add the Makefiles and configure, etc, in addition the the configure.ac
1) git must know the new dll:
git update-index --add dlls//Makefile.in
2) run tools/make_makefiles
Lørdag 26 mai 2007 19:02, skrev Chris Morgan:
> On 5/26/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote:
> > Lørdag 26 mai 2007 18:53, skrev Chris Morgan:
> > > We should move that page to a class and integrate it in with the
> > > objectManager stuff. Its a pretty simple page.
> > >
> >
On Fr, 2007-05-25 at 12:35 -0700, Jesse Allen wrote:
> With git commit, you can use the --author switch
> for example:
> $ git commit -a --author "Jesse Allen <[EMAIL PROTECTED]>"
Set "user.email" and "user.name" once with:
git repo-config
--
By by ... Detlef
В сообщении от 26 мая 2007 21:24 вы написали:
> I'll double check later, but are you sure?
>
> When I said I hadn't changed the patches, I meant the contents, but I had
> done a git fetch, git rebase origin on the branch (and resolved the german
> resource conflict) before resubmitting
I got the f
Clinton Stimpson wrote:
>
>>> The confusing thing to me is that I *do* have the libxml2-dev package
>>> installed, and see no errors about a missing header...
>>>
>>> If it didn't recognize the xmlNodePtr type, shouldn't it have choked on
>>> line 52 first?
>>>
>>> -J
>>>
>>>
>>> Bryan DeGrendel wr
The confusing thing to me is that I *do* have the libxml2-dev package
installed, and see no errors about a missing header...
If it didn't recognize the xmlNodePtr type, shouldn't it have choked on
line 52 first?
-J
Bryan DeGrendel wrote:
A couple of libxml2 externs were recently added
On Di, 2007-05-08 at 00:11 +0100, Jason Edmeades wrote:
> Apologies for the size of this patch - I tried 3 or 4 ways of converting
> chunks to unicode and always ended up duplicating huge bits of code and
> having problems keeping track of duplicated variables that in the end I
> did the lot in one
I'll double check later, but are you sure?
When I said I hadn't changed the patches, I meant the contents, but I had
done a git fetch, git rebase origin on the branch (and resolved the german
resource conflict) before resubmitting
Jason
On 5/26/07, Evil Jay <[EMAIL PROTECTED]> wrote:
The confusing thing to me is that I *do* have the libxml2-dev package
installed, and see no errors about a missing header...
If it didn't recognize the xmlNodePtr type, shouldn't it have choked on
line 52 first?
-J
Bryan DeGrendel wrote:
> A co
On Sa, 2007-05-26 at 19:37 +1000, Jeff Latimer wrote:
> ---
> dlls/hnetcfg/hnetcfg.spec | 44
>
I suggest, that you read and follow this Hints:
http://wiki.winehq.org/Developers-Hints#head-30a7f7f51ce0e42b4141749c9832bae9f7957260
Thanks
--
Hi,
If you have a Coverity Wine account... This is for our information.
Ciao, Marcus
- Forwarded message from David Maxwell <[EMAIL PROTECTED]> -
Date: Sat, 26 May 2007 08:31:13 -0400
From: David Maxwell <[EMAIL PROTECTED]>
To: Marcus Meissner <[EMAIL PROTECTED]>
Subject: Re: database fu
The confusing thing to me is that I *do* have the libxml2-dev package
installed, and see no errors about a missing header...
If it didn't recognize the xmlNodePtr type, shouldn't it have choked on
line 52 first?
-J
Bryan DeGrendel wrote:
> A couple of libxml2 externs were recently added to
> dl
James Hawkins wrote:
On 5/25/07, Andrey Turkin <[EMAIL PROTECTED]> wrote:
James Hawkins wrote:
> On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote:
>> Hi,
>> You also have to modify other files in order to integrate your stub
>> implementation to the wine build chain: Makefile.in, configure a
Hi Jason,
Since German and Korean resource have been updated, this patch is a little
outdated and cannot be applied. Please, rediff.
Other patches may be outdated too.
--
Kirill
"Evan Stade" <[EMAIL PROTECTED]> writes:
> I want to write conformance tests for gdiplus and that requires the use of
> c++. Even if I were to focus on the gdi+ flat api, the windows SDK headers
> for that have c++ code in them, also eventually when the gdi+ c++ wrappers
> are written on top of t
21 matches
Mail list logo