Re: wine/. configure.ac configure

2003-07-24 Thread Alexandre Julliard
Marcus Meissner [EMAIL PROTECTED] writes:

 Which file/functions gets broken by strict aliasing?

Well, everywhere we get an aliasing warning, there is potential for it
to be miscompiled. And the Windows API is so bad at using correct
types that I'm not sure we can really hope to ever have strict
aliasing do the right thing.

-- 
Alexandre Julliard
[EMAIL PROTECTED]



Re: wine/. configure.ac configure

2003-07-23 Thread Marcus Meissner
On Wed, Jul 23, 2003 at 07:09:52PM -0500, Alexandre Julliard wrote:
 ChangeSet ID: 8863
 CVSROOT:  /home/winehq/opt/cvs-commit
 Module name:  wine
 Changes by:   [EMAIL PROTECTED]   2003/07/23 19:09:52
 
 Modified files:
   .  : configure.ac configure 
 
 Log message:
   Disable gcc strict aliasing optimization for now.
 
 Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commitid=8863
 
 Old revision  New revision  Changes Path
  1.167 1.168 +9 -0   wine/configure.ac
  1.442 1.443 +52 -0  wine/configure


Which file/functions gets broken by strict aliasing?

Ciao, Marcus



Re: wine/. configure.ac configure

2002-12-23 Thread Michael Stefaniuc
Hello,

i don't think this patch is  too correct. I get in the Makefiles
following:
INSTALL = $(TOPSRCDIR)//usr/bin/install -c $(INSTALL_FLAGS)
and that obviously dosn't exist thus make install is failing.

bye 
michael

On Mon, Dec 23, 2002 at 06:35:19PM -0600, Alexandre Julliard wrote:
 ChangeSet ID: 6794
 CVSROOT:  /opt/cvs-commit
 Module name:  wine
 Changes by:   [EMAIL PROTECTED]   2002/12/23 18:35:19
 
 Modified files:
   .  : configure.ac configure 
 
 Log message:
   Make sure INSTALL path is relative to the top dir when using the
   script in tools/.
 
 Patch: http://cvs.winehq.com/patch.py?id=6794
 
 Old revision  New revision  Changes Path
  1.112 1.113 +6 -1   wine/configure.ac
  1.380 1.381 +1993 -652  wine/configure

-- 
Michael Stefaniuc   Tel.: +49-711-96437-199
System Administration   Fax.: +49-711-96437-111
Red Hat GmbHEmail: [EMAIL PROTECTED]
Hauptstaetterstr. 58http://www.redhat.de/
D-70178 Stuttgart



msg15710/pgp0.pgp
Description: PGP signature


Re: wine/. configure.ac configure

2002-12-23 Thread Alexandre Julliard
Michael Stefaniuc [EMAIL PROTECTED] writes:

 i don't think this patch is  too correct. I get in the Makefiles
 following:
 INSTALL = $(TOPSRCDIR)//usr/bin/install -c $(INSTALL_FLAGS)
 and that obviously dosn't exist thus make install is failing.

That was a quoting problem, should be fixed now. Thanks for the note.

-- 
Alexandre Julliard
[EMAIL PROTECTED]