On Sat, Jan 3, 2009 at 9:05 PM, Vitaliy Margolen
wrote:
> Moving this conversation to wine-devel.
>>What|Removed |Added
>>
>>Keywords|patch |
>>
>> --
Moving this conversation to wine-devel.
>What|Removed |Added
>
>Keywords|patch |
>
> --- Comment #7 From Vitaliy Margolen 2009-01-03 19:47:16 [
James Hawkins wrote:
> On Sat, Jan 3, 2009 at 4:49 PM, Michael Stefaniuc wrote:
>> Also fix the compiler warnings introduced by this change.
>>
>> diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c
>> index 5d0b15e..8ef0a5f 100644
>> --- a/dlls/advapi32/crypt.c
>> +++ b/dlls/advapi32/crypt
On Sat, Jan 3, 2009 at 4:49 PM, Michael Stefaniuc wrote:
> Also fix the compiler warnings introduced by this change.
>
> diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c
> index 5d0b15e..8ef0a5f 100644
> --- a/dlls/advapi32/crypt.c
> +++ b/dlls/advapi32/crypt.c
> @@ -305,7 +305,7 @@ stat
Am Sonntag, den 04.01.2009, 00:30 + schrieb Rob Shearman:
> 2009/1/3 Michael Karcher :
> > @@ -548,8 +548,9 @@ static int write_proxy_methods(type_t *iface, int skip)
> >if (iface->funcs) LIST_FOR_EACH_ENTRY( cur, iface->funcs, const func_t,
> > entry ) {
> > var_t *def = cur->def;
>
> > Why not use icons from the tango project?
>
> There's also the nuvola icon theme, which, conveniently, is already LGPL:
> http://www.icon-king.com/projects/nuvola/
> --Juan
I believe windows contains some generic icons build into shell32 and some other
dlls but theme files can override them.
> On Sat, Jan 3, 2009 at 5:19 PM, Andrey Turkin
> wrote:
> > James Hawkins wrote:
> >
> > On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin
> > wrote:
> >
> >
> > I _love_ this idea, and icons look very nice, but here can be some legal
> > troubles. The icons are under Creative Commons - Share Alike
2009/1/3 Michael Karcher :
> @@ -548,8 +548,9 @@ static int write_proxy_methods(type_t *iface, int skip)
>if (iface->funcs) LIST_FOR_EACH_ENTRY( cur, iface->funcs, const func_t,
> entry ) {
> var_t *def = cur->def;
> if (!is_callas(def->attrs)) {
> + if (i != cur->idx ) error("w
Sorry, here is a new version which doesn't totally ignore the lvalue
(gives fixme).
2009/1/2 Arren Lex :
> Hello, all;
>
> Attached is a patch that implements the EM_PASTESPECIAL riched20
> message, which pastes with a specified clipboard format --
> http://msdn.microsoft.com/en-us/library/bb77421
On Fri, Jan 2, 2009 at 9:34 AM, Luke Kenneth Casson Leighton
wrote:
> aww folks - bless you :) if all of these worked, then it means that
> mshtml is coming along _really_ well! i went through the kitchen sink
> example, and it passed - everything - with flying colours. the
> library unit test
> Why not use icons from the tango project?
There's also the nuvola icon theme, which, conveniently, is already LGPL:
http://www.icon-king.com/projects/nuvola/
--Juan
> On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote:
>> Hi,
>> to build wine using gcc 4.3 with enabled ssp (stack-smashing-protector)
the following patch must be applied to loader/preloader.c
>>
>> see gcc source ./gcc/config/i386/i386.c around line 24391
>>
>> /* For 32-bit code we ca
> On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote:
>> Hi,
>> to build wine using gcc 4.3 with enabled ssp (stack-smashing-protector)
>> the following patch must be applied to loader/preloader.c
>>
>> see gcc source ./gcc/config/i386/i386.c around line 24391
>>
>> /* For 32-bit code we
frick.
with -lwine -m32 at link time:
... sre.o Modules/_codecsmodule.o Modules/zipimport.o
Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil
-lwine -m32 -lm; \
fi
collect2: ld terminated with signal 11 [Segmentation fault]
/usr/bin/ld: i386:x86-64 architecture of
http://www.winehq.org/pipermail/wine-devel/2007-January/053744.html
hold that thought :)
On Sat, Jan 3, 2009 at 12:38 PM, Luke Kenneth Casson Leighton
wrote:
> rob, anyone - any ideas?
>
>gcc -pthread -shared -o libpython2.5.so
> Modules/_typesmodule.o Modules/getbuildinfo.o
rob, anyone - any ideas?
gcc -pthread -shared -o libpython2.5.so
Modules/_typesmodule.o Modules/getbuildinfo.o Parser/acceler.o
Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o
Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o
Parser/firstsets.o Parser/grammar
On Fri, 2 Jan 2009 16:23:52 -0800
"Dan Kegel" wrote:
> ./configure --target=i686-unknown-gnu-linux
What does that do? It's not listed in "./configure --help".
For building 64bit wine I have to pass "--enable-win64".
32bit wine builds with just "make".
I am running Ubuntu 8.04 with an AMD64 proc
Hello, all;
Attached is a patch that implements the EM_PASTESPECIAL riched20
message, which pastes with a specified clipboard format --
http://msdn.microsoft.com/en-us/library/bb774214(VS.85).aspx
Because there is (apparently) no ANSI clipboard implemented, the
CF_TEXT clipboard format pastes gar
> On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote:
>> Hi,
>> to build wine using gcc 4.3 with enabled ssp (stack-smashing-protector)
>> the following patch must be applied to loader/preloader.c
>>
>> see gcc source ./gcc/config/i386/i386.c around line 24391
>>
>> /* For 32-bit code we
On Sat, Jan 3, 2009 at 5:19 PM, Andrey Turkin wrote:
> James Hawkins wrote:
>
> On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin
> wrote:
>
>
> I _love_ this idea, and icons look very nice, but here can be some legal
> troubles. The icons are under Creative Commons - Share Alike 2.5 license.
> I'm n
James Hawkins wrote:
> On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin wrote:
>
>> I _love_ this idea, and icons look very nice, but here can be some legal
>> troubles. The icons are under Creative Commons - Share Alike 2.5 license.
>> I'm not a lawyer and not sure if using (probably modified) ic
On Sat, Jan 3, 2009 at 5:07 PM, Andrey Turkin wrote:
> Roderick Colenbrander wrote:
>
> Juan Lang wrote:
>
>
> so I just cutted icons from other toolbars' bitmaps;
>
>
>
> Which other toolbars, specifically? You can't grab copyrighted work,
>
>
> you know.
>
>
> --Juan
>
>
>
>
> Yeah, I know. All
On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin wrote:
>
> I _love_ this idea, and icons look very nice, but here can be some legal
> troubles. The icons are under Creative Commons - Share Alike 2.5 license.
> I'm not a lawyer and not sure if using (probably modified) icons would be
> considered as
Roderick Colenbrander wrote:
>> Juan Lang wrote:
>>
so I just cutted icons from other toolbars' bitmaps;
>>> Which other toolbars, specifically? You can't grab copyrighted work,
>>>
>> you know.
>>
>>> --Juan
>>>
>>>
>>>
>> Yeah, I know. All
> Juan Lang wrote:
> >> so I just cutted icons from other toolbars' bitmaps;
> >>
> >
> > Which other toolbars, specifically? You can't grab copyrighted work,
> you know.
> > --Juan
> >
> >
> Yeah, I know. All bitmaps were from Wine itself (comctl32 etc).
Why not use icons from the tango
> There are a number of parts to your question:
> 1. Is it OK for the application to be a winelib one (i.e. invoked via
> or linked to wine, rather than being "native")?
i'm on the first step - getting python compiled. so i'm in the middle
of an experiment to compile python with wine, and it looks
> On Sat, Jan 03, 2009 at 08:36:07PM +0100, Pavel Troller wrote:
> > Hi!
> > Due to changes in Linux kernel include file structure, the following patch
> > is necessary to compile wine with the 2.6.28 kernel:
> >
> > --- wine/dlls/ntdll/serial.c.old2009-01-03 19:31:17.0 +0100
> > +++
On Sat, Jan 03, 2009 at 08:36:07PM +0100, Pavel Troller wrote:
> Hi!
> Due to changes in Linux kernel include file structure, the following patch
> is necessary to compile wine with the 2.6.28 kernel:
>
> --- wine/dlls/ntdll/serial.c.old 2009-01-03 19:31:17.0 +0100
> +++ wine/dlls/n
On Sat, Jan 3, 2009 at 1:36 PM, Pavel Troller wrote:
> Hi!
> Due to changes in Linux kernel include file structure, the following patch
> is necessary to compile wine with the 2.6.28 kernel:
>
> --- wine/dlls/ntdll/serial.c.old2009-01-03 19:31:17.0 +0100
> +++ wine/dlls/ntdll/seri
Hi!
Due to changes in Linux kernel include file structure, the following patch
is necessary to compile wine with the 2.6.28 kernel:
--- wine/dlls/ntdll/serial.c.old2009-01-03 19:31:17.0 +0100
+++ wine/dlls/ntdll/serial.c2009-01-03 20:31:11.0 +0100
@@ -74,6 +74,10 @@
On Sat, Jan 03, 2009 at 07:52:10PM +0100, Stefan Reimer wrote:
> > On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote:
> I am using gentoo hardened:
>
> gcc (Gentoo Hardened 4.3.2-r7 p1.5, ssp, fortify, pie-10.2.0) 4.3.2 glibc 2.8
>
> Using gcc -v gives:
>
> /usr/libexec/gcc/x86_64-p
On Sat, Jan 03, 2009 at 10:11:23AM -0800, Dan Kegel wrote:
> wine-1.1.12 has a couple regressions in it:
> http://bugs.winehq.org/show_bug.cgi?id=16754
> http://bugs.winehq.org/show_bug.cgi?id=16732
> http://bugs.winehq.org/show_bug.cgi?id=16708
>
> Please consider either cherrypicking the fixes,
wine-1.1.12 has a couple regressions in it:
http://bugs.winehq.org/show_bug.cgi?id=16754
http://bugs.winehq.org/show_bug.cgi?id=16732
http://bugs.winehq.org/show_bug.cgi?id=16708
Please consider either cherrypicking the fixes,
or skipping wine-1.1.12.
On Sat, Jan 3, 2009 at 5:43 AM, Rob Shearman wrote:
> 2009/1/3 Austin English :
>> diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c
>> index 63ca277..10a8e87 100644
>> --- a/dlls/kernel32/cpu.c
>> +++ b/dlls/kernel32/cpu.c
>> @@ -544,7 +544,7 @@ VOID WINAPI GetSystemInfo(
>> }
>>
On Sat, 3 Jan 2009, Keith Muir wrote:
> Recently read the thread on the poor quality of the ratings but changing
> the wording isn't going to have much of an effect. A properly structured
> questionnaire that then suggests a rating will.
Something like a simple rule-based system (platinum =
no_s
> Yeah, I know. All bitmaps were from Wine itself (comctl32 etc).
Thanks :)
--Juan
Juan Lang wrote:
>> so I just cutted icons from other toolbars' bitmaps;
>>
>
> Which other toolbars, specifically? You can't grab copyrighted work, you
> know.
> --Juan
>
>
Yeah, I know. All bitmaps were from Wine itself (comctl32 etc).
For those of you that don't read wine-users:
-- Forwarded message --
From: BaseHead
Date: Sat, Jan 3, 2009 at 4:18 AM
Subject: [Wine] Look for a Wine Expert to Possibly hire
To: wine-us...@winehq.org
Hey all!
We make a Sound FX Database Program called BaseHead for windows
> so I just cutted icons from other toolbars' bitmaps;
Which other toolbars, specifically? You can't grab copyrighted work, you know.
--Juan
Recently read the thread on the poor quality of the ratings but changing
the wording isn't going to have much of an effect. A properly structured
questionnaire that then suggests a rating will. The problem with this is
the amount of work required to overhaul the database in order to do it.
Tha
"James Hawkins" writes:
> Now handling different ordering of directory listings.
It doesn't work here:
../../../tools/runtest -q -P wine -M fusion.dll -T ../../.. -p
fusion_test.exe.so asmenum.c && touch asmenum.ok
asmenum.c:445: Test failed: Expected "wine, Version=1.0.1.2, Culture=neutral,
Is there something wrong with this patch?
2009/1/3 Austin English :
> diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c
> index 63ca277..10a8e87 100644
> --- a/dlls/kernel32/cpu.c
> +++ b/dlls/kernel32/cpu.c
> @@ -544,7 +544,7 @@ VOID WINAPI GetSystemInfo(
> }
> fclose (f);
> }
> -#elif defined (__NetBSD__)
> +#elif
quick question: is there any progress on implementing COM, in wine,
or is it necessary to grab dcom98.exe and to find the headers and the
.libs from visual studio? and have you seen these - IDL files defined
by wez, for DCOM?
http://freedce.cvs.sourceforge.net/viewvc/freedce/freedce/dcom/
l.
p
On Fri, Jan 2, 2009 at 9:17 PM, Rob Shearman wrote:
> 2009/1/1 Luke Kenneth Casson Leighton :
>> folks, hi,
>> i have a rather intriguing issue i'd like to look at, which takes
>> quite a bit of explaining as to why i'd like to go about it - if
>> people are interested i can answer that, but for n
45 matches
Mail list logo