Re: Have there been any problems with Wine on GCC 4.7?

2012-08-23 Thread Austin English
On Thu, Aug 23, 2012 at 12:56 PM, Eric Pouech wrote: > >> -g was already the default. Most packagers (to my knowledge) provide a >> separate debug package, which isn't installed by default. >> > i'm not especially speaking of packagers, but folks who compile wine > themselves with something like:

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-23 Thread Eric Pouech
-g was already the default. Most packagers (to my knowledge) provide a separate debug package, which isn't installed by default. i'm not especially speaking of packagers, but folks who compile wine themselves with something like: ./configure CFLAGS=-O2 and your patch forces -gdwarf2 (whatever

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-22 Thread Scott Ritchie
On 8/21/12 12:17 PM, Austin English wrote: On Mon, Aug 20, 2012 at 11:55 PM, Eric Pouech wrote: http://source.winehq.org/git/wine.git/commitdiff/3f1dbaf3df0ae8ec2f0e86191eae3879fc422e2d -- -Austin the trouble with this patch is that it enables debug info whatever the default configurati

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-21 Thread Austin English
On Mon, Aug 20, 2012 at 11:55 PM, Eric Pouech wrote: > >> >> >> http://source.winehq.org/git/wine.git/commitdiff/3f1dbaf3df0ae8ec2f0e86191eae3879fc422e2d >> >> -- >> -Austin > > > the trouble with this patch is that it enables debug info whatever the > default configuration is... > A+ > > -- > Eri

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-20 Thread Eric Pouech
> > > http://source.winehq.org/git/wine.git/commitdiff/3f1dbaf3df0ae8ec2f0e86191eae3879fc422e2d > > -- > -Austin > the trouble with this patch is that it enables debug info whatever the default configuration is... A+ -- Eric Pouech

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-20 Thread Austin English
On Mon, Aug 13, 2012 at 4:46 PM, Scott Ritchie wrote: > On 8/13/12 12:55 PM, Eric Pouech wrote: >> >> >>> diff --git a/configure.ac b/configure.ac >>> index 4bd43d1..c80fd8a 100644 >>> --- a/configure.ac >>> +++ b/configure.ac >>> @@ -1746,6 +1746,8 @@ then >>> WINE_TRY_CFLAGS([-Wtype-limits]) >>>

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-13 Thread Scott Ritchie
On 8/13/12 12:55 PM, Eric Pouech wrote: diff --git a/configure.ac b/configure.ac index 4bd43d1..c80fd8a 100644 --- a/configure.ac +++ b/configure.ac @@ -1746,6 +1746,8 @@ then WINE_TRY_CFLAGS([-Wtype-limits]) WINE_TRY_CFLAGS([-Wunused-but-set-parameter]) WINE_TRY_CFLAGS([-Wwrite-strings]) + WIN

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-13 Thread Eric Pouech
diff --git a/configure.ac b/configure.ac index 4bd43d1..c80fd8a 100644 --- a/configure.ac +++ b/configure.ac @@ -1746,6 +1746,8 @@ then WINE_TRY_CFLAGS([-Wtype-limits]) WINE_TRY_CFLAGS([-Wunused-but-set-parameter]) WINE_TRY_CFLAGS([-Wwrite-strings]) + WINE_TRY_CFLAGS([-gdwarf-2]) +

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-13 Thread Austin English
On Mon, Aug 13, 2012 at 2:29 PM, Eric Pouech wrote: > In the meantime, I suppose I could enable the -gdwarf-2 compiler option. > > > yes (but it's a bit more tricky than it sounds) > something like this will do > > A+ > > diff --git a/configure.ac b/configure.ac > index 4bd43d1..2624dc1 100644 > -

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-13 Thread Eric Pouech
In the meantime, I suppose I could enable the -gdwarf-2 compiler option. yes (but it's a bit more tricky than it sounds) something like this will do A+ diff --git a/configure.ac b/configure.ac index 4bd43d1..2624dc1 100644 --- a/configure.ac +++ b/configure.ac @@ -236,6 +236,12 @@ then AC

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-12 Thread Scott Ritchie
On 08/12/2012 01:08 AM, Eric Pouech wrote: > Le 24/07/2012 04:06, Scott Ritchie a écrit : >> Wine is the last remaining package still depending on GCC 4.5 in the >> current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port >> Wine, however 4.6 is known to not work too well. >> >> But

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-12 Thread Eric Pouech
Le 24/07/2012 04:06, Scott Ritchie a écrit : Wine is the last remaining package still depending on GCC 4.5 in the current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port Wine, however 4.6 is known to not work too well. But now we have 4.7 -- have there been any bugs attributed to

Re: Have there been any problems with Wine on GCC 4.7?

2012-07-23 Thread Marcus Meissner
On Mon, Jul 23, 2012 at 07:06:21PM -0700, Scott Ritchie wrote: > Wine is the last remaining package still depending on GCC 4.5 in the > current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port > Wine, however 4.6 is known to not work too well. > > But now we have 4.7 -- have there b

re: Have there been any problems with Wine on GCC 4.7?

2012-07-23 Thread Dan Kegel
Groveling around, I found a few possibilities: backtraces broken on gcc 4.7 http://bugs.winehq.org/show_bug.cgi?id=26791 ICE when compiling: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641056 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640864 https://bugs.launchpad.net/ubuntu/+source/gc

Re: Have there been any problems with Wine on GCC 4.7?

2012-07-23 Thread Scott Ritchie
On 07/23/2012 07:44 PM, Austin English wrote: > On Mon, Jul 23, 2012 at 7:06 PM, Scott Ritchie wrote: >> Wine is the last remaining package still depending on GCC 4.5 in the >> current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port >> Wine, however 4.6 is known to not work too wel

Re: Have there been any problems with Wine on GCC 4.7?

2012-07-23 Thread Austin English
On Mon, Jul 23, 2012 at 7:06 PM, Scott Ritchie wrote: > Wine is the last remaining package still depending on GCC 4.5 in the > current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port > Wine, however 4.6 is known to not work too well. > > But now we have 4.7 -- have there been any b

Have there been any problems with Wine on GCC 4.7?

2012-07-23 Thread Scott Ritchie
Wine is the last remaining package still depending on GCC 4.5 in the current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port Wine, however 4.6 is known to not work too well. But now we have 4.7 -- have there been any bugs attributed to its usage? Thanks, Scott Ritchie