monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: MinGW patch


From: Jon Bright
Subject: [Monotone-devel] Re: MinGW patch
Date: Tue, 06 Apr 2004 17:03:35 +0200
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hi Tom,

Tom Koelman wrote:
Tom Koelman <address@hidden> writes:


Ouch! You're right, I missed that. I'll try and report back whether
I'm more succesful now.


And here it is. Compilation succesfull now. Thanks for your help.

Adding the following patch fixes the problems with C:\ paths. I have some other small pieces which help to fix some of the testsuite cases, but this is the most important for actually making monotone usable.

--- ../monotone-pulled/monotone.cc      Mon Mar 29 17:52:22 2004
+++ monotone.cc Tue Mar 30 14:16:26 2004
@@ -136,6 +136,8 @@
   bindtextdomain(PACKAGE, LOCALEDIR);
   textdomain(PACKAGE);

+  fs::path::default_name_check(fs::native);
+
   // decode all argv values into a UTF-8 array

   save_initial_path();



--
Jon Bright
Silicon Circus Ltd.
http://www.siliconcircus.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]