Re: annoying pkg-config problem on 64 bit Ubuntu 8.10

2009-05-21 Thread Joel Holdsworth
On Thu, 2009-05-21 at 22:18 +0200, Tijnema wrote: > Haven't checked Jaunty yet to see if it's still busted. > We may need to postprocess pkg-config's output to add the > missing 32 > in some cases. Not sure if it's worth it. > On Jaunty I get $ pkg-config

Re: annoying pkg-config problem on 64 bit Ubuntu 8.10

2009-05-21 Thread Tijnema
(now to the list) On Kubuntu 9.04 (amd64): $ pkg-config --libs dbus-1 -L//lib -ldbus-1 So, still the same. Matijn On Thu, May 21, 2009 at 4:37 PM, Dan Kegel wrote: > On Ubuntu 8.10: > > $ pkg-config --libs dbus-1 > -L//lib -ldbus-1 > > This leads to > > configure:13190: checking for dbus_con

Re: Change BITS_IBackgroundCopyJob_SetPriority to a stub so the EvE-Online patcher works.

2009-05-21 Thread Tim Wright
Sorry to everyone for spamming the patch. I was checking " http://www.winehq.org/pipermail/wine-patches/2009-May/date.html"; and wasn't seeing it show up so I assumed I had some kind of mail-sending problem at my end. It won't happen again! Regards, Tim On Wed, May 20, 2009 at 11:03 AM, Ricardo

Re: Bugzilla upgrade - opening attachments in browser

2009-05-21 Thread Max Kanat-Alexander
Hey Jeremy. Which parameter, attachment_base or allow_attachment_display? And do you mean that you unset the cookiedomain parameter, or...? (Usually cookiedomain shouldn't be set at all.) -Max Jeremy Newman wrote: The parameter has been set, as well as the cookie domain param. -New

Re: Mac OS X Joystick problem

2009-05-21 Thread Aric Stewart
Well the Mac OS X Joystick code will only work on Leopard. So you will have to build and run it on Leopard box using xcode3. If you are good there then try building the winetests for dinput and run them with your joystick plugged in. You should get some status traces about your joystick (findi

Re: Bugzilla upgrade - opening attachments in browser

2009-05-21 Thread Jeremy Newman
The parameter has been set, as well as the cookie domain param. -Newman Max Kanat-Alexander wrote: Hey Jeremy. The allow_attachment_display parameter has a detailed description that notes that you are opening a security hole if you set it without setting another parameter (which you haven'

annoying pkg-config problem on 64 bit Ubuntu 8.10

2009-05-21 Thread Dan Kegel
On Ubuntu 8.10: $ pkg-config --libs dbus-1 -L//lib -ldbus-1 This leads to configure:13190: checking for dbus_connection_close in -ldbus-1 configure:13225: gcc -m32 -o conftest -g -O2 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/includeconftest.c

Re: shell32: for FO_COPY, if the destination is an empty string, SHFileOperation should use the current directory.

2009-05-21 Thread Alexandre Julliard
Lionel Debroux writes: > I've updated the patch to add more comments and to check whether the > destination file name is empty, instead of checking flTo->feFiles > against NULL, though that should be equivalent due to > ZeroMemory(&flTo, sizeof(FILE_LIST)); > in SHFileOperationW. > > Is this

Re: DIB Engine - Mostly fixed against test suite

2009-05-21 Thread Massimo Del Fedele
Giuseppe Bilotta ha scritto: I've started testing your patches (btw, the 9th patch in your series is missing the 0009- prefix although the 'series' file claims it should have; ops that was the hurry. stgit don't put the prefix, I added it manually just for who don't want to use it also,

Mac OS X Joystick problem

2009-05-21 Thread Nathan Gray
Hi all, I was happy to see that you recently added support for joysticks in OS X. (As you may or may not recall, I started to work on that problem a while back but never found time to finish it.) In any case, I was disappointed to find that my MS Sidewinder Precision Pro (USB) still doesn't work

Re: Bugzilla upgrade - opening attachments in browser

2009-05-21 Thread Max Kanat-Alexander
Hey Jeremy. The allow_attachment_display parameter has a detailed description that notes that you are opening a security hole if you set it without setting another parameter (which you haven't set). Did you read the description of the parameter? -Max -- http://www.everythingsolved.com

Re: DIB Engine - Mostly fixed against test suite

2009-05-21 Thread Giuseppe Bilotta
On Wednesday 20 May 2009 00:13, Massimo Del Fedele wrote: > Well, it seems that the engine fixes some unrelated bugs too :-) > Bugs 15146 and 10408, as reported by a tester. > > BTW In a couple of weeks all (few) remaining failing tests should be fixed. > Then I'll try to optimize somehow the mix

Re: shell32: for FO_COPY, if the destination is an empty string, SHFileOperation should use the current directory.

2009-05-21 Thread Lionel Debroux
Alexandre Julliard wrote: lionel_debr...@yahoo.fr writes: @@ -1179,6 +1181,15 @@ static HRESULT copy_files(FILE_OPERATION *op, const FILE_LIST *flFrom, FILE_LIST const FILE_ENTRY *entryToCopy; const FILE_ENTRY *fileDest = &flTo->feFiles[0]; +/* If the destination is empty, SHFi

Re: shell32: for FO_COPY, if the destination is an empty string, SHFileOperation should use the current directory.

2009-05-21 Thread Alexandre Julliard
lionel_debr...@yahoo.fr writes: > @@ -1179,6 +1181,15 @@ static HRESULT copy_files(FILE_OPERATION *op, const > FILE_LIST *flFrom, FILE_LIST > const FILE_ENTRY *entryToCopy; > const FILE_ENTRY *fileDest = &flTo->feFiles[0]; > > +/* If the destination is empty, SHFileOperation shoul

Re: Entry point not found for GetDiskInfoA (wininet_crosstest.exe)

2009-05-21 Thread Alexandre Julliard
Detlef Riekenberg writes: > Using that executable on Windows or Wine is not possible > (Entry point not found for GetDiskInfoA) > > The wininet_test.exe on winehq has an ordinal Import of 102 in that > place. > > How can we fix that? You have to use the Wine import libs, not the Mingw ones. --