Re: Raise the minimum version of FreeBSD to 8.0.

2013-03-03 Thread Frédéric Delanoy
On Sun, Mar 3, 2013 at 12:22 AM, Gerald Pfeifer wrote: > We've had this as a requirement in the FreeBSD ports for quite a > while (and the Wiki describes some background). > > Gerald > --- > - FreeBSD 7.0 or later > + FreeBSD 8.0 or later > ... > FreeBSD info: > - Wine will generally not work

IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) test failure [text only]

2013-03-03 Thread Detlef Riekenberg
Hi Alexandre. I have a test failure on my win7 Machine, while a valid cd was in the dvd drive. volume.c:785: Test failed: IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) failed, last error = 1785 Example result: http://test.winehq.org/data/209b58c64e6181c9bf448cb4f3130d3ba705c5d2/win7_dr-w7sp

IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) test failure

2013-03-03 Thread Detlef Riekenberg
Hi Alexandre.I have a test failure on my win7 Machine, while a valid cd was in the dvd drive.volume.c:785: Test failed: IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) failed, last error = 1785Example result:http://test.winehq.org/data/209b58c64e6181c9bf448cb4f3130d3ba705c5d2/win7_dr-w7sp1-wow-p61

Re: winegcc: Add support for -Ttext-segment linker flag to set image base of a dll. (try 2)

2013-03-03 Thread Tijl Coosemans
On 03-03-2013 17:44, André Hentschel wrote: > Am 03.03.2013 16:58, schrieb Tijl Coosemans: >> --- >> README | 3 +++ >> tools/winegcc/utils.h | 3 ++- >> tools/winegcc/winegcc.c | 11 ++- >> 3 files changed, 15 insertions(+), 2 deletions(-) >> >> diff --git a/README b/

Re: winegcc: Add support for -Ttext-segment linker flag to set image base of a dll. (try 2)

2013-03-03 Thread André Hentschel
Am 03.03.2013 16:58, schrieb Tijl Coosemans: > --- > README | 3 +++ > tools/winegcc/utils.h | 3 ++- > tools/winegcc/winegcc.c | 11 ++- > 3 files changed, 15 insertions(+), 2 deletions(-) > > diff --git a/README b/README > index 783e798..75aff5a 100644 > --- a/READM