Re: disabling FORTIFY_SOURCE

2010-10-23 Thread Dmitry Timoshkov
Marcus Meissner wrote: > Actually I would like to know if its just more than the dlls/shell32/pidl.c > problem... It's the problem with any storage declared as something[1], there are plenty of them in win32, and that's perfectly valid code. > (And of course also the stupid warn_unused_results

Re: disabling FORTIFY_SOURCE

2010-10-23 Thread Marcus Meissner
On Sat, Oct 23, 2010 at 11:54:27PM +, Dan Kegel wrote: > Hi Kees, > sure, supporting Fortify in Wine would be great, but it's not > clear how long it will take to fix Wine so it works with Fortify. > > Which would you prefer: > 1) have Wine broken for an unknown and possibly long time > or > 2

Between IGF Demo is Unresponsive (Steam Client and Wine 1.3.2)

2010-10-23 Thread Singapore Citizen Mr. Teo En Ming (Zhang E nming) 张恩鸣
Dear All, When I click on the Play button for Between IGF Demo in Steam client, a window pops up and hangs there. Nothing is displayed in the popped up window. It just hangs there. Anybody know what happens? Please refer to screenshot. [1] http://imgur.com/3Mky4.png [2] http://i55.tinypic.c

Alien Swarm Does Not Launch (Steam Client and Wine 1.3.2)

2010-10-23 Thread Singapore Citizen Mr. Teo En Ming (Zhang E nming) 张恩鸣
Dear All, When I try to click the Play button for Alien Swarm in the Steam client, the game does not launch at all. Do you know what happens? Please assist in troubleshooting the problem. Thank you very much for your kind assistance. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zh

America's Army 3 (AA3Game.exe) Crashes with Steam Client and Wine 1.3.2

2010-10-23 Thread Singapore Citizen Mr. Teo En Ming (Zhang E nming) 张恩鸣
Dear All, Please refer to attached screenshot of America's Army 3 Program Error. [1] http://imgur.com/3Mky4.png [2] http://i55.tinypic.com/dxz6nq.png [3] http://img218.imageshack.us/img218/4595/aa3steamclientwine132.png [4] http://img2.uploadhouse.com/fileuploads/6751/67514722a40f9a6544b4508

re: disabling FORTIFY_SOURCE

2010-10-23 Thread Dan Kegel
Hi Kees, sure, supporting Fortify in Wine would be great, but it's not clear how long it will take to fix Wine so it works with Fortify. Which would you prefer: 1) have Wine broken for an unknown and possibly long time or 2) have Wine working, but without Fortify, until the bugs are fixed ?

disabling FORTIFY_SOURCE

2010-10-23 Thread Kees Cook
Hi, It seems to me that disabling FORTIFY_SOURCE is a mistake. It offers a great many protections, and virtually every distribution has very intentionally turned on this compiler flag by default. Given Wine's size[1], I would argue the benefits[2] outweigh the hassle of rearranging the structures

Re: new

2010-10-23 Thread Ricardo Filipe
2010/10/23 Michael Sgier > Hi > > I'm new to this but know that MS Flight Simulator would one need little > tweak to run flight school etc. (already worked once) > > So I've downloaded git and would be thankful for hints on how to proceed > and find those bugs in FS9. I also would prefer using Ec

Re: [PATCH 7/7] configure: disable fortify the right way

2010-10-23 Thread Marcus Meissner
On Sat, Oct 23, 2010 at 09:08:06AM -0600, Charles Davis wrote: > On 10/23/10 3:39 AM, Alexandre Julliard wrote: > > Marcus Meissner writes: > > > >> Hi, > >> > >> $EXTRACFLAGS is used before $CFLAGS, so the previous try would not work. > >> > >> Also just -U the define. > > > > Won't this break

Re: [PATCH 7/7] configure: disable fortify the right way

2010-10-23 Thread Charles Davis
On 10/23/10 3:39 AM, Alexandre Julliard wrote: > Marcus Meissner writes: > >> Hi, >> >> $EXTRACFLAGS is used before $CFLAGS, so the previous try would not work. >> >> Also just -U the define. > > Won't this break if the default is set through a header? Do all distros > do this only through CFLAG

Re: [PATCH 7/7] configure: disable fortify the right way

2010-10-23 Thread Marcus Meissner
On Sat, Oct 23, 2010 at 11:39:45AM +0200, Alexandre Julliard wrote: > Marcus Meissner writes: > > > Hi, > > > > $EXTRACFLAGS is used before $CFLAGS, so the previous try would not work. > > > > Also just -U the define. > > Won't this break if the default is set through a header? Do all distros >

Re: [PATCH 7/7] configure: disable fortify the right way

2010-10-23 Thread Alexandre Julliard
Marcus Meissner writes: > Hi, > > $EXTRACFLAGS is used before $CFLAGS, so the previous try would not work. > > Also just -U the define. Won't this break if the default is set through a header? Do all distros do this only through CFLAGS? -- Alexandre Julliard julli...@winehq.org

new

2010-10-23 Thread Michael Sgier
HiI'm new to this but know that MS Flight Simulator would one need little tweak to run flight school etc. (already worked once)So I've downloaded git and would be thankful for hints on how to proceed and find those bugs in FS9. I also would prefer using Eclipse/Linux, but anyway thanks for help.