Re: advpack: Load the LDIDs of an install section in TranslateInfString [RESEND]

2006-02-19 Thread James Hawkins
On 2/19/06, James Hawkins <[EMAIL PROTECTED]> wrote: > Hi, > > Is there anything wrong with this patch? > > Changelog: > * Load the LDIDs of an install section in TranslateInfString. > The two new tests that are failing now are because our SetupSetDirectoryId stores user LDIDs globally. My hypoth

Re: Site: Broken links

2006-02-19 Thread Tom Wickline
On 2/19/06, Vitaly Lipatov <[EMAIL PROTECTED]> wrote: > At page > http://winehq.com/site/sending_patches > too many broken links pointed to > http://winehq.com/site/forums > (it page does not exists at all) I don't understand (it page does not exists at all) the forums page exists its the "Mailing

Re: Patch: fix for bug #4436 with associated fixes for stream reference counting

2006-02-19 Thread Mike McCormack
Dr J A Gow wrote: FROM: Dr J A Gow PATCH: Provides fix for bug 4436, some reference counting fixes, and now the IStorage correctly handles the following: - Stream opening when storage was opened in transacted mode - Stream methods called after parent object has bee

re:slackware download

2006-02-19 Thread hippy hip
huh- well.. i only have 3 accounts on this computer- root, the one i usually use & guest. when i go into the one i usually use- i get this page http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=6301 ...when i log in as 'guest' the page shows up just fine. I just downloade

Re: slackware download

2006-02-19 Thread Vitaliy Margolen
Sunday, February 19, 2006, 6:53:02 PM, hippy hip wrote: > click on- > http://www.winehq.org/site/download > click on 'slackware' to download wine-0.9.8 for > slackware. > see the problem?- it's been like that for 4 days now. > Is the link wrong or is the page down? I don't see no problems there

re:slackware download

2006-02-19 Thread hippy hip
click on- http://www.winehq.org/site/download click on 'slackware' to download wine-0.9.8 for slackware. see the problem?- it's been like that for 4 days now. Is the link wrong or is the page down? I can't seem to find the slackware package for wine-0.9.8 anywhere else. Hope this is the right

Re: getwinegit.sh 0.2

2006-02-19 Thread Segin
Christian Lachner wrote: I decided to make this release a bit more complete than the other ones i did before. Bugfree (i hope ;)) and with readme. current version is 0.2. this is the readme's content: getwinegit.sh-README :: Intro getwinegit is a script which was designed to download/upda

Re: getwinegit.sh 0.2

2006-02-19 Thread Segin
Christian Lachner wrote: I decided to make this release a bit more complete than the other ones i did before. Bugfree (i hope ;)) and with readme. current version is 0.2. this is the readme's content: getwinegit.sh-README :: Intro getwinegit is a script which was designed to download/upda

Re: slackware download

2006-02-19 Thread Segin
hippy hip wrote: hiya- sorry if this is the wrong place to post this - wasn't sure where to send it- anyway- if you go to your webpage- click on 'download' -then go to slackware to get the install file for slack... you get a error page telling you the servers down. this has been going on for the

Re: Winelib

2006-02-19 Thread Segin
Joris Huizer wrote: Michael King wrote: Hi, I'm looking into porting our graphic application language to Linux usign WineLib but having some trouble just getting started. I downloaded and installed wine-0.9.8-SuSELinux92.i586.rpm for our SUSE 9.2 system and then tried to create the 'notep

Re: Anyone else seeing problems with 0.9.8 on FreeBSD-6.x ???

2006-02-19 Thread Robert Shearman
Jukka A. Ukkonen wrote: - Winefile draws garbage in the minimize, full-screen, and close buttons in the upper right corner of its windows. You need to generate and install the fonts in the fonts directory of the source tree for this to work, otherwise you will likely get a nul glyph. -- Ro

Anyone else seeing problems with 0.9.8 on FreeBSD-6.x ???

2006-02-19 Thread Jukka A. Ukkonen
Hello all, I have seen some potential regressions in Wine-0.9.8 on FreeBSD-6.x. - Winefile draws garbage in the minimize, full-screen, and close buttons in the upper right corner of its windows. - Wine (and obviously also winefile) fail to start a native windows setup.exe program. Has anyone e

Re: Winelib

2006-02-19 Thread Joris Huizer
Michael King wrote: Hi, I'm looking into porting our graphic application language to Linux usign WineLib but having some trouble just getting started. I downloaded and installed wine-0.9.8-SuSELinux92.i586.rpm for our SUSE 9.2 system and then tried to create the 'notepad' program using the in

Wine graphics backends

2006-02-19 Thread Segin
I wans wondering, have any of you ever attepted to make a Wine graphics backend? I thought about making one for either SDL or DirectFB, it would be useful, cause you could do Wine without the drugery of X11. (has anyone read the X Windows Disaster recently?) Also, using the Linux framebuffer wo

Winelib

2006-02-19 Thread Michael King
Hi, I'm looking into porting our graphic application language to Linux usign WineLib but having some trouble just getting started. I downloaded and installed wine-0.9.8-SuSELinux92.i586.rpm for our SUSE 9.2 system and then tried to create the 'notepad' program using the instructions given on ht

Re: add configure options to control support of misc packages

2006-02-19 Thread Mike Frysinger
On Sunday 19 February 2006 05:06, Mike McCormack wrote: > Mike Frysinger wrote: > >>and adding a way to hide problems that probably don't belong to Wine in > >> the first place. > > > > i dont understand what you mean here at all ... > > Perhaps give me an example of what doesn't work when you conf

Re: add configure options to control support of misc packages

2006-02-19 Thread Mike Frysinger
On Saturday 18 February 2006 22:27, Mike McCormack wrote: > It's good for people to build Wine without switching off features so > that as much of the build as possible is tested on each machine. so we're clear, it sounds like you wouldnt accept any patch for this regardless of how it was written

Re: add configure options to control support of misc packages

2006-02-19 Thread Mike Frysinger
On Sunday 19 February 2006 04:48, Mike McCormack wrote: > Mike Frysinger wrote: > > imo, the guy building the package knows more about the target features > > than anyone else, and they should have the power to control what is and > > isnt enabled ... forcing everyone to build everything they can a

Re: add configure options to control support of misc packages

2006-02-19 Thread Mike Frysinger
On Saturday 18 February 2006 08:46, Mike McCormack wrote: > Mike Frysinger wrote: > > this patch adds a bunch of --without-FOO options to configure ... some > > are very simple (like the sane/xml checks) while some others are slightly > > more involved > > What's the point of crippling Wine like th

getwinegit.sh 0.2

2006-02-19 Thread Christian Lachner
I decided to make this release a bit more complete than the other ones i did before. Bugfree (i hope ;)) and with readme. current version is 0.2. this is the readme's content: getwinegit.sh-README :: Intro getwinegit is a script which was designed to download/update, compile and install the curr

Site: Broken links

2006-02-19 Thread Vitaly Lipatov
At page http://winehq.com/site/sending_patches too many broken links pointed to http://winehq.com/site/forums (it page does not exists at all) -- Lav Vitaly Lipatov Saint-Petersburg, Etersoft www.etersoft.ru GNU! ALT Linux Team! WINE! LaTeX! LyX!

Re: add configure options to control support of misc packages

2006-02-19 Thread Mike McCormack
Mike Frysinger wrote: this may be ok for most users who download and build themselves, but this isnt useful for distro package maintainers So, what is it that doesn't work in your packages when you configure Wine the normal way? Mike

Re: GL mipmap question

2006-02-19 Thread Stefan Dösinger
Hi, > OpenGL requires mipmap levels down to 1x1 (according to the red book), but > DirectX can provide less levels, e.g. the smallest with 16x16. If I use > such a mipmaped texture from d3d in opengl, this results in a white texture > image. I've verified this with a GL-only program. Never mind tha

Re: add configure options to control support of misc packages

2006-02-19 Thread Mike McCormack
Mike Frysinger wrote: and adding a way to hide problems that probably don't belong to Wine in the first place. i dont understand what you mean here at all ... Perhaps give me an example of what doesn't work when you configure Wine the normal way, then we can talk about the solution to spe

GL mipmap question

2006-02-19 Thread Stefan Dösinger
Hi, I'm trying to get the Mipmap example of the DX7 sdk running, and I've run into a problem: OpenGL requires mipmap levels down to 1x1 (according to the red book), but DirectX can provide less levels, e.g. the smallest with 16x16. If I use such a mipmaped texture from d3d in opengl, this resul

Re: add configure options to control support of misc packages

2006-02-19 Thread Mike McCormack
Mike Frysinger wrote: so we're clear, it sounds like you wouldnt accept any patch for this regardless of how it was written ? I'm not the one who accepts or rejects patches, so it's not me you have to convince. I'm just reviewing your patch. imo, the guy building the package knows more ab