Re: Right way to cope with user error in make test?

2008-05-17 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > 1. really seems to me like the right method. including config.h in the > test and doing something like > > START_TEST(foo_and_bar) > { > #ifdef HAVE_FOO > test_foo() > #endif > test_bar() > } > > I don't see why we can't do this along with embedding

Re: Right way to cope with user error in make test?

2008-05-17 Thread Steven Edwards
On Sat, May 17, 2008 at 11:08 AM, Jeremy White <[EMAIL PROTECTED]> wrote: > Yah; I think to some extent we need to wait for Alexandre to express > an opinion on how, if at all, he'd like to address this. > > We seem to have come up with about 4 approaches: > 1. Skip the test. Rob thinks Alexandr

Can someone get a Maximizer 8 trial CD for me?

2008-05-17 Thread Dan Kegel
http://www.cabc.co.uk/maximizer8/trial_personal.htm free cd, but only for people in the EU. I'm interested because http://www.mindstab.net/wordpress/archives/292 is a recent report some this being one of the two "must have" apps for someone's dad. Thanks, Dan

Re: Configure question about Wine / HAL

2008-05-17 Thread Kris Moore
That Makefile patch fixed the issue! However, the ldd command doesn't seem to return anything for this lib: # ldd libdbus-1.so.3 libdbus-1.so.3: Will you be able to add this patch to the port? Thanks! Tijl Coosemans wrote: > On Saturday 17 May 2008 10:53:18 Jeroen Janssen wrote: >> Kris M

Re: curious failure and messages running a well-known installer

2008-05-17 Thread Hin-Tak Leung
Rob Shearman wrote: > On Fri, May 16, 2008 at 8:38 PM, Hin-Tak Leung > <[EMAIL PROTECTED]> wrote: >> I install the win32 version of ghostscript quite routinely under wine; just >> taken the old one off and put the new one in with wine rc1, the first time >> it bombed out with: >> >> err:module:ma

Re: Right way to cope with user error in make test?

2008-05-17 Thread Jeremy White
> Alexandre has said in the past that test failures for an incorrectly > or incompletely built wine tree should result in test failures and I > agree with this. Yah; I think to some extent we need to wait for Alexandre to express an opinion on how, if at all, he'd like to address this. We seem to

Re: Configure question about Wine / HAL

2008-05-17 Thread Tijl Coosemans
On Saturday 17 May 2008 10:53:18 Jeroen Janssen wrote: > Kris Moore pcbsd.com> writes: >> http://www.pcbsd.org/~kris/config.log > > It seems something is wrong with your pthread library? > > configure:12388: checking for dbus_connection_close in -ldbus-1 > configure:12423: cc -o conftest -O2 -fn

Re: Right way to cope with user error in make test?

2008-05-17 Thread Rob Shearman
On Fri, May 16, 2008 at 4:49 PM, Jeremy White <[EMAIL PROTECTED]> wrote: > I think in my case the problem is a bit different; I have the library - > what I don't have are the development headers. Thus the linking all > works, but HAVE_LIBXSLT is not defined, so the transform function > ends up as

Re: WIKI: Add forum link to wiki site

2008-05-17 Thread Dimi Paun
On Sat, 2008-05-17 at 10:26 +0200, Rico Schüller wrote: > Hi, > > this patch adds the Wine Forum link to the WineHQ Menu in the wiki. Thanks! Now I'm just on my way out to New York, I'll get back in 3 days, I'll look at it when I get back. [If I don't commit it in 3-4 days, please ping me agai

Re: curious failure and messages running a well-known installer

2008-05-17 Thread Rob Shearman
On Fri, May 16, 2008 at 8:38 PM, Hin-Tak Leung <[EMAIL PROTECTED]> wrote: > > I install the win32 version of ghostscript quite routinely under wine; just > taken the old one off and put the new one in with wine rc1, the first time it > bombed out with: > > err:module:map_image Could not map secti

Re: Search data seems to show that each new product seems to raise Wine's profile a bit

2008-05-17 Thread Scott Ritchie
Dan Kegel wrote: > It's a small effect, and it's not really surprising, > but if you look at a graph of the relative search volume for the phrases > linux wine > linux photoshop > linux warcraft > linux steam > it seems that each time a new big app starts working on Linux > enough for peopl

Re: Configure question about Wine / HAL

2008-05-17 Thread Jeroen Janssen
Kris Moore pcbsd.com> writes: > Here you go! > > http://www.pcbsd.org/~kris/config.log Hey Kris, It seems something is wrong with your pthread library? configure:12388: checking for dbus_connection_close in -ldbus-1 configure:12423: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/i

Re: Right way to cope with user error in make test?

2008-05-17 Thread Jacek Caban
Jeremy White wrote: I think in my case the problem is a bit different; I have the library - what I don't have are the development headers. Thus the linking all works, but HAVE_LIBXSLT is not defined, so the transform function ends up as a stub, and goes on to fail. And I still don't know a rig