Re: wine.inf: Add a shdocvw.dll stub dll to the system directory

2006-03-23 Thread Hans Leidekker
On Thursday 23 March 2006 23:05, Louis. Lenders wrote: > What about adding a few more, like opengl32 Yes, if there's evidence that an app references a dll (or exe) as a file then it should be put into the FakeDllsSection. -Hans

CreateScalableFontResourceA: what does it mean?

2006-03-23 Thread Hiji
There is this program, Cakewalk Sonar XL 2 (http://appdb.winehq.org/appview.php?versionId=2615) that I always try to run on Wine. The good news is, I can get it running, not smoothly, but it does run. However, it tries to utilize one of its own fonts, and always stubs on CreateScalableFontResourc

Re: Bugzilla: Duplicates

2006-03-23 Thread Tony Lambregts
Tony Lambregts wrote: Jeremy Newman wrote: On Wed, 2006-03-22 at 21:22 +0100, Tobias Burnus wrote: Hello, Just found, that gcc has "Most frequently reported Bugs": http://gcc.gnu.org/bugzilla/duplicates.cgi And since we have also bugzilla, i tested http://bugs.winehq.org/duplicates.cgi T

[PATCH] server/mailslot.c doesn't compile on certain systems. [Added ChangeLog]

2006-03-23 Thread Segin
I have noticed that including stdint.h to server/mailslot.c fixes it for me. Those on wine-patches and not wine-devel, please CC any replies. ChangeLog: Includes stdint.h in server/mailslot.c, added comment explaining why. --- server/mailslot.c.orig 2006-03-23 22:37:32.0 -0500 +++ s

[PATCH] server/mailslot.c doesn't compile on certain systems.

2006-03-23 Thread Segin
I have noticed that including stdint.h to server/mailslot.c fixes it for me. Those on wine-patches and not wine-devel, please CC any replies. --- server/mailslot.c.orig 2006-03-23 22:37:32.0 -0500 +++ server/mailslot.c 2006-03-23 22:40:32.0 -0500 @@ -34,6 +34,8 @@ #includ

Re: rebar patch

2006-03-23 Thread Mike McCormack
qingdoa daoo wrote: Hi Can i suggest a patch to wine's rebar src The patch is made against current cvs source. [EMAIL PROTECTED] comctl32]# diff -u rebar.c.cvs rebar.c > attach.diff --- rebar.c.cvs 2006-03-24 09:53:28.0 +0800 +++ rebar.c 2006-03-24 09:38:29.0 +0800 Sure,

Re: GetExitCodeProcess always returns 1

2006-03-23 Thread Dmitry Timoshkov
Hi Igor, "Igor Sysoev" <[EMAIL PROTECTED]> wrote: Maybe Alexandre would accept patches to add a todo_wine_freebsd {} to the test suite where there's things that are hard to fix? having todo_wine_xxx for each platform 'xxx' where a test is failing sounds not very elegant. It seems that I am

Re: Race condition in keyboard code?

2006-03-23 Thread Dmitry Timoshkov
"Peter Åstrand" <[EMAIL PROTECTED]> wrote: ? I do understand why this happens: X11DRV_ToUnicodeEx uses the global, static variable AltGrMask. Is this a bug? In X11DRV_ToUnicodeEx we need to restore XKeyEvent from the previous KeyPress event. If you have a better idea how to do it without using

Re: GoogleEarth

2006-03-23 Thread Dimi Paun
On Thu, 2006-03-23 at 19:48 +0100, Francois Gouget wrote: > Is there a place where we collect changes we'd like to see/do in other > projects? It would be a good resource when the date of some 'Linux on > the desktop' summit nears... The wiki would be a good place, I guess. -- Dimi Paun <[EMAI

rebar patch

2006-03-23 Thread qingdoa daoo
Hi   Can i suggest a patch to wine's rebar src The patch is made against current cvs source. [EMAIL PROTECTED] comctl32]# diff -u rebar.c.cvs rebar.c > attach.diff --- rebar.c.cvs 2006-03-24 09:53:28.0 +0800 +++ rebar.c 2006-03-24 09:38:29.0 +0800 @@ -2820,7 +2820,7 @@ }

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Tom Spear (Dustin Booker, Dustin Navea)
Mike McCormack wrote: Tom Spear (Dustin Booker, Dustin Navea) wrote: Hmm.. I'm thinking that the test isn't doing it right then... Cause windows will let you delete a readonly file, but it prompts you first Deleting using the UI isn't the same as a program using DeleteFile(). Mike Crap, y

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Mike McCormack
Tom Spear (Dustin Booker, Dustin Navea) wrote: Hmm.. I'm thinking that the test isn't doing it right then... Cause windows will let you delete a readonly file, but it prompts you first Deleting using the UI isn't the same as a program using DeleteFile(). Mike

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Tom Spear (Dustin Booker, Dustin Navea)
Huw D M Davies wrote: On Thu, Mar 23, 2006 at 01:24:53PM -0500, Matt Finnicum wrote: I'm at a windows XP machine right now. I have no trouble deleting read-only files - I get the dialog informing me it's read-only, but then it allows me to delete it. Is it the same on 95/98? How are

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Tom Spear (Dustin Booker, Dustin Navea)
Huw D M Davies wrote: On Thu, Mar 23, 2006 at 06:04:21AM -0600, Tom Spear (Dustin Booker, Dustin Navea) wrote: Umm.. I'm not totally sure this is 100% in conformance with windows. When I try to delete a readonly file, I get a dialog telling me that it is readonly, and asking me if I really

Re: build failure on Gentoo Linux, recommended fix included.

2006-03-23 Thread Mike McCormack
Segin wrote: Suggested fix: Include stdint.h in server/mailslot.c (Patch not included due to the simplicity of code changes) Please include the patch and send this mail to wine-patches instead, otherwise you're just making more work for somebody else. Mike

Re: [opengl] check drawable and context Visual IDs in wglMakeCurrent()

2006-03-23 Thread Raphael
On Thursday 23 March 2006 20:26, Tomas Carnecky wrote: > Tomas Carnecky wrote: > > Changelog: > > - fail if the drawable and context Visual IDs don't match. > > > > why? because this will produce a BadMatch and crash the application so > > instead of the crash rather return GL_FALSE and let the ap

Re: [opengl] check drawable and context Visual IDs in wglMakeCurrent ()

2006-03-23 Thread Raphael
On Friday 24 March 2006 00:13, Tomas Carnecky wrote: > Stefan Dösinger wrote: > > Hi, > > > >> So.. in this attachment you'll find a patch that does what I've just > >> described. I can't test it on anything else than WoW, so if someone > >> would please review it and test with outher opengl/d3d ap

Re: CVS EU Server

2006-03-23 Thread Brian Vincent
On 3/23/06, Andreas Mohr <[EMAIL PROTECTED]> wrote: Uhoh, with my own little server problem I now seem to have startedsome wildfire...No, no wildfire here.  I'm still one of those heathens using CVS too.What I meant was use git to clone the existing git repository to the local rhlx01box.  Then I n

Re: [opengl] check drawable and context Visual IDs in wglMakeCurrent()

2006-03-23 Thread Tomas Carnecky
Stefan Dösinger wrote: > Hi, >> So.. in this attachment you'll find a patch that does what I've just >> described. I can't test it on anything else than WoW, so if someone >> would please review it and test with outher opengl/d3d applications it >> would be great. > No effects noticed with Half-lif

build failure on Gentoo Linux, recommended fix included.

2006-03-23 Thread Segin
Kernel 2.6.15-gentoo-r7 (2.6.15.7) glibc 2.3.6 (NTPL/NTPL only) Build error in server/mailslot.c: mailslot.c: In function 'mailslot_next_msg_size': mailslot.c:221: error: 'uint32_t' undeclared (first use in this function) mailslot.c:221: error: (Each undeclared identifier is reported only once ma

Re: What happened to the Fedora packages?

2006-03-23 Thread Andreas Bierfert
On Wed, 22 Mar 2006 11:01:23 +0100 Michel Ludwig <[EMAIL PROTECTED]> wrote: > Nice and decent Fedora Wine packages are in Fedora Extras: I am interested in the _decent_ part... always open for suggestions :) - Andreas P.S.: wine-0.9.10.i386 made it to the x86_64 tree so x86_64 users of Fedora E

Re: Another fun winelib project

2006-03-23 Thread Olaf Leidinger
Hello! The source of Civilization "Call to Power 2" was also released some years ago. Have a look at http://apolyton.net/forums/forumdisplay.php?forumid=213 > According to the appdb it does not run so maybe having the source > could better help us find out what we are missing. And it doesn't wo

Re: Regression in gdi

2006-03-23 Thread Tony Lambregts
Alexander N. Sørnes wrote: Greetings, The patch mentioned below introduced a regression in gdi, so that the part of the slidefields in Windows Media Player 9 left of the slider were drawn as single-colour rectangles instead of a normal-looking part of the slidefield. It can be unapplied clea

Re:wine.inf: Add a shdocvw.dll stub dll to the system directory

2006-03-23 Thread Louis. Lenders
What about adding a few more, like opengl32 (http://bugs.winehq.org/show_bug.cgi?id=3877) and some more (there are more of these bugs in bugzilla that can be solved that way, i could make a quick list of them if necessary) Regards Louis Module: wine Branch: refs/heads/master Commit: c3c112de23

Re: [opengl] check drawable and context Visual IDs in wglMakeCurrent()

2006-03-23 Thread Stefan Dösinger
Hi, > So.. in this attachment you'll find a patch that does what I've just > described. I can't test it on anything else than WoW, so if someone > would please review it and test with outher opengl/d3d applications it > would be great. No effects noticed with Half-life 1(GL), Warcraft III(GL and D3

Re: Bugzilla: Duplicates

2006-03-23 Thread Tony Lambregts
Jeremy Newman wrote: On Wed, 2006-03-22 at 21:22 +0100, Tobias Burnus wrote: Hello, Just found, that gcc has "Most frequently reported Bugs": http://gcc.gnu.org/bugzilla/duplicates.cgi And since we have also bugzilla, i tested http://bugs.winehq.org/duplicates.cgi The Page is present, but n

Regression 16 bit threading problem with Use explorer to handle desktop window commit

2006-03-23 Thread paul
If I start two 16 bit programs in wcmd or in the original case use wintask to start a Delphi 1 based GUI the second program does not get a new thread detach. As soon as the switch occurs back to the original task a page fault occurs. See bug for traces, more details and sample program. http://b

Re: Could not run Digital Mars C/C++ Compiler under Wine

2006-03-23 Thread Eric Pouech
Igor Sysoev wrote: When I try to run any program from Digital Mars C/C++ Compiler http://www.digitalmars.com/download/freecompiler.html under Wine 0.9.10 on FreeBSD 6.1, I always see the error: this works fine here (on Linux)... may be a freebsd issue ? -- Eric Pouech

Re: Bugzilla: Duplicates

2006-03-23 Thread Jeremy Newman
When I try to run the collectstats.pl script I get this: [EMAIL PROTECTED]:~/opt/bugzilla$ ./collectstats.pl No value for param loginmethod at Bugzilla/Config.pm line 135. BEGIN failed--compilation aborted at Bugzilla/Auth.pm line 36. Compilation failed in require at Bugzilla.pm line 27. BEGIN fai

Re: GoogleEarth

2006-03-23 Thread Segin
Lionel Ulmer wrote: On Thu, Mar 23, 2006 at 07:48:11PM +0100, Francois Gouget wrote: Is there a place where we collect changes we'd like to see/do in other projects? It would be a good resource when the date of some 'Linux on the desktop' summit nears... Some informati

Re: GoogleEarth

2006-03-23 Thread Lionel Ulmer
On Thu, Mar 23, 2006 at 07:48:11PM +0100, Francois Gouget wrote: > Is there a place where we collect changes we'd like to see/do in other > projects? It would be a good resource when the date of some 'Linux on > the desktop' summit nears... Some information is here for OpenGL: http://wiki.winehq

Re: [opengl] check drawable and context Visual IDs in wglMakeCurrent()

2006-03-23 Thread Tomas Carnecky
Tomas Carnecky wrote: > Changelog: > - fail if the drawable and context Visual IDs don't match. > > why? because this will produce a BadMatch and crash the application so > instead of the crash rather return GL_FALSE and let the application > handle it. Please don't apply this patch yet. It fixe

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Huw D M Davies
On Thu, Mar 23, 2006 at 01:59:12PM -0500, Bryan Mayland wrote: > Huw D M Davies wrote: > >How are you trying to delete them? The question is whether the > >DeleteFile() function works as tested - the way to find this is to run > >that test on Windows XP. > > >DeleteFile on an read-only file

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Bryan Mayland
Huw D M Davies wrote: How are you trying to delete them? The question is whether the DeleteFile() function works as tested - the way to find this is to run that test on Windows XP. DeleteFile on an read-only file under XP returns false. GetLastError returns 5 (Access denied)

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Huw D M Davies
On Thu, Mar 23, 2006 at 01:24:53PM -0500, Matt Finnicum wrote: > I'm at a windows XP machine right now. > > I have no trouble deleting read-only files - I get the dialog informing me > it's read-only, but then it allows me to delete it. > > Is it the same on 95/98? How are you trying to delete t

Re: GoogleEarth

2006-03-23 Thread Francois Gouget
On Thu, 23 Mar 2006, Mike Hearn wrote: On Sun, 19 Mar 2006 23:59:39 +, James Courtier-Dutton wrote: Can one run GoogleEarth under wine? It does not seem to run here under the default settings. OpenGL child windows don't work since the WM rewrite, so no, Google Earth doesn't currently run.

Re: GetExitCodeProcess always returns 1

2006-03-23 Thread Igor Sysoev
On Thu, 23 Mar 2006, Mike McCormack wrote: Igor Sysoev wrote: It seems the tests try to use my old .wine for Wine-20030508. I have renamed it and now I can run tests. Here are some failed tests (I run make -i test to ignore failures): ../../../tools/runtest -q -P wine -M kernel32.dll -T ../..

Re: Dev-C++ dogfooding

2006-03-23 Thread Frank Richter
On 23.03.2006 10:22, Francois Gouget wrote: > Could it be that it is trying to load the resource 160 of shell32.dll? > This resource is an AVI that is meant to be played when you copy files: > it shows sheets jumping from one folder to another. > > If so the tricky thing is getting an animation th

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Matt Finnicum
I'm at a windows XP machine right now. I have no trouble deleting read-only files - I get the dialog informing me it's read-only, but then it allows me to delete it.Is it the same on 95/98?--MurphOn 3/23/06, Huw D M Davies <[EMAIL PROTECTED]> wrote: On Thu, Mar 23, 2006 at 06:04:21AM -0600, Tom S

Race condition in keyboard code?

2006-03-23 Thread Peter Åstrand
Hi, I've been debugging a very strange keyboard problem this afternoon: In some cases the key combination AltGr+2 produces "2" (wrong) rather than "@" (correct), when using a Swedish layout. The problem seems to be a race condition: If a KeyEvent occurs almost directly after the "2" key is pr

Re: What happened to the Fedora packages?

2006-03-23 Thread Eddy Nigg (StartCom Ltd.)
We just compiled the latest wine rpm for our upcoming MultiMedia Editionno problems at all...We made only minor adjustments, to reflect the fact, that it's a StartCom build and not Fedora The files can be used of course by any compatible OS: http://ftp.belnet.be/linux/startcom/ML-5.0.

Re: GoogleEarth

2006-03-23 Thread Mike Hearn
On Sun, 19 Mar 2006 23:59:39 +, James Courtier-Dutton wrote: > Can one run GoogleEarth under wine? > It does not seem to run here under the default settings. OpenGL child windows don't work since the WM rewrite, so no, Google Earth doesn't currently run. To fix it requires X server work appare

Re: IDE with Winemaker

2006-03-23 Thread Mike Hearn
On Wed, 22 Mar 2006 15:58:13 -0500, Ng, Billy H CIV NAVSEA wrote: > Hi, I am a Windows Developer who is new to the Linux world. > Is there any IDE (like Visio Studio) I can use with Winemaker? I am > trying to port a Windows App to Linux Fedora. Heya, On Linux the usage of IDEs is much less comm

Keyboard fix - patch available

2006-03-23 Thread penna
Hi all, Sorry for bothering you guys . but I saw a patch for bug #2400 (a very old bug) at http://bugs.winehq.org/show_bug.cgi?id=2400 Looking at the comments at the bugzilla tracking, the patch worked flawlessly for lots of keyboard types (croatian, german and r

Re: What happened to the Fedora packages?

2006-03-23 Thread Mike Hearn
On Thu, 23 Mar 2006 13:55:41 +0100, Alexandre Julliard wrote: > The problem was actually with gcc, and it's been fixed for a while > now. Ah awesome, I'll re-enable winetest then, thanks.

Re: CVS EU Server

2006-03-23 Thread Andreas Mohr
Hi, On Thu, Mar 23, 2006 at 08:03:09AM -0700, Brian Vincent wrote: > On 3/23/06, Andreas Mohr <[EMAIL PROTECTED]> wrote: > > > > Welll... not quite: the very high FC5 download number is not the problem, > > rather the server got upgraded a couple days ago (to FC5, too), which > > broke > > cvsup (

Re: CVS EU Server

2006-03-23 Thread Brian Vincent
On 3/23/06, Andreas Mohr <[EMAIL PROTECTED]> wrote: Welll... not quite: the very high FC5 download number is not the problem,rather the server got upgraded a couple days ago (to FC5, too), which brokecvsup (SEGV). Would it be worth skipping cvsup and moving to git? -Brian  

glXCreateGLXPixmap() BadMatch

2006-03-23 Thread Tomas Carnecky
Tomas Carnecky wrote: > Tomas Carnecky wrote: >> Mike Hearn wrote: >>> Mike Hearn <[EMAIL PROTECTED]> >>> Optimize thunks by storing GL context in the thread environment block >>> >> good job. this fixed the BadMatch error in World of Warcraft and also >> increased performance, from ~20fps to ~25fp

Re: IDE with Winemaker

2006-03-23 Thread Stefan Dösinger
Hi, > Hi, I am a Windows Developer who is new to the Linux world. Is there any > IDE (like Visio Studio) I can use with Winemaker? I am trying to port a > Windows App to Linux Fedora. I managed to use wineg++ with kdevelop by overriding the compiler. It worked quite well for my needs(code a ddraw

Re: What happened to the Fedora packages?

2006-03-23 Thread Francois Gouget
On Wed, 22 Mar 2006, Neal Gompa wrote: Well, the system is a Pentium 4 2.8GHz HyperThreading with 512MB RAM, so that is not the problem! It just always fails Oh, the compilation fails? That's not the same as the computer crashing... Maybe you can send us the error message and then we ca

Re: What happened to the Fedora packages?

2006-03-23 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > It's a bug in Wine, which I harassed AJ about a long time ago but it was > never fixed I guess because he has a super-awesome machine :) > > Basically, compiling winetest causes gas to blow gigs of memory, because > it's compiling like 50mb+ of assembly. I

Re: Store GL context in the TEB

2006-03-23 Thread Tomas Carnecky
Tomas Carnecky wrote: > Mike Hearn wrote: >> Mike Hearn <[EMAIL PROTECTED]> >> Optimize thunks by storing GL context in the thread environment block >> > > good job. this fixed the BadMatch error in World of Warcraft and also > increased performance, from ~20fps to ~25fps. > Maybe that was too s

Re: file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Huw D M Davies
On Thu, Mar 23, 2006 at 06:04:21AM -0600, Tom Spear (Dustin Booker, Dustin Navea) wrote: > Umm.. I'm not totally sure this is 100% in conformance with windows. > When I try to delete a readonly file, I get a dialog telling me that it > is readonly, and asking me if I really want to delete it.

IDE with Winemaker

2006-03-23 Thread Ng, Billy H CIV NAVSEA
Title: IDE with Winemaker Hi, I am a Windows Developer who is new to the Linux world. Is there any IDE (like Visio Studio) I can use with Winemaker? I am trying to port a Windows App to Linux Fedora. Thanks, Billy.

Re: What happened to the Fedora packages?

2006-03-23 Thread Mike Hearn
On Wed, 22 Mar 2006 12:04:52 +0100, Francois Gouget wrote: > If compiling Wine crashes your computer!!! then something is wrong!!! > with your computer!!! You should really find out what!!! and fix it!!! > Otherwise you are likely to get problems running Wine!!! It's a bug in Wine, which I harass

Re: Store GL context in the TEB

2006-03-23 Thread Mike Hearn
On Tue, 21 Mar 2006 13:03:13 -0500, Wino Rojo wrote: > Where can I find more information about this, or a path to try? I'm > currently getting the BadMatch error and I would like to try this solution Just wait until it's merged then upgrade, it's the easiest way.

Re: What happened to the Fedora packages?

2006-03-23 Thread Neal Gompa
Well, the system is a Pentium 4 2.8GHz HyperThreading with 512MB RAM, so that is not the problem! It just always failsOn 3/22/06, Segin < [EMAIL PROTECTED]> wrote: Neal Gompa wrote: What happened to the Fedora packages? They have not been updated since 0.9.2 Right now it is at 0.9

Re: Bugzilla: Duplicates

2006-03-23 Thread Tobias Burnus
Hello, > Just found, that gcc has "Most frequently reported Bugs": > http://gcc.gnu.org/bugzilla/duplicates.cgi > > And since we have also bugzilla, i tested > http://bugs.winehq.org/duplicates.cgi > The Page is present, but not configured to be useful for wine. > > The code is in the cvs, but

file.c:246: Test failed: shouldn't be able to delete a readonly file

2006-03-23 Thread Tom Spear (Dustin Booker, Dustin Navea)
Umm.. I'm not totally sure this is 100% in conformance with windows. When I try to delete a readonly file, I get a dialog telling me that it is readonly, and asking me if I really want to delete it. If we are completely disallowing removal of a readonly file (by windows standard, not linux' s

Re: Dev-C++ dogfooding

2006-03-23 Thread Tom Spear (Dustin Booker, Dustin Navea)
There is a freeware program called Total Copy that you might be able to convince the author to let you have the source (or to at least let you use the animation).. He doesn't actively develop it anymore, and it would be nice to have our own copy dialog anyways.. I use total copy on my windows

Re: GetExitCodeProcess always returns 1

2006-03-23 Thread Mike McCormack
Igor Sysoev wrote: It seems the tests try to use my old .wine for Wine-20030508. I have renamed it and now I can run tests. Here are some failed tests (I run make -i test to ignore failures): ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.e xe.so change.c && t

Re: GetExitCodeProcess always returns 1

2006-03-23 Thread Igor Sysoev
On Thu, 23 Mar 2006, Mike McCormack wrote: Igor Sysoev wrote: Should Wine be already installed before run these tests ? I've tried: make test ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so alloc.c && touch alloc.ok Warning: the specified Windows direct

Re: CVS EU Server

2006-03-23 Thread Andreas Mohr
Hi, On Thu, Mar 23, 2006 at 09:46:53AM +0100, Andreas Mohr wrote: > I'll try to get cvs synched again manually (just doing it more often), > but no promises since the pipe (or shaping or whatever) is pretty much > bursting and thus it may not be overly successful... > > Thanks for the report, it'

Re: GetExitCodeProcess always returns 1

2006-03-23 Thread Mike McCormack
Igor Sysoev wrote: Should Wine be already installed before run these tests ? I've tried: make test ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so alloc.c && touch alloc.ok Warning: the specified Windows directory L"c:\\windows" is not accessible. Warnin

Re: GetExitCodeProcess always returns 1

2006-03-23 Thread Igor Sysoev
On Thu, 23 Mar 2006, Mike McCormack wrote: Igor Sysoev wrote: Well, but then I could not build Wine port under FreeBSD: as I understand the port runs something like ./configure && make depend && make && make install But I have built and installed Wine successfully. Sorry, misunderstood you.

Re: Dev-C++ dogfooding

2006-03-23 Thread Francois Gouget
On Wed, 22 Mar 2006, Segin wrote: [...] Package manager starts up, presents you with a disloag (like aother package install) but when it goes to copy files, it open a dialog box with the error "Cannot Open AVI" with buttons which are clipped off (the window is a bit too small, push the farthest

Re: CVS EU Server

2006-03-23 Thread Andreas Mohr
Hi, On Wed, Mar 22, 2006 at 09:09:17PM +0100, Sven Paschukat wrote: > Does anyone know what's wrong with the CVS server > rhlx01.fht-esslingen.de in Europe? It's out of sync for a few days now. Hmpf. Now that's why I was getting the "CVS problem" mails slightly more often than normal... There's