[前][次][番号順一覧][スレッド一覧]

ruby-changes:25578

From: usa <ko1@a...>
Date: Tue, 13 Nov 2012 12:32:40 +0900 (JST)
Subject: [ruby-changes:25578] usa:r37635 (trunk): * win32/README.win32: added mention about build directory. currently

usa	2012-11-13 12:32:06 +0900 (Tue, 13 Nov 2012)

  New Revision: 37635

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37635

  Log:
    * win32/README.win32: added mention about build directory.  currently
      we can not build ruby in win32 directory.  this problem is reported
      by Masahiro Kitajima <katonbo@k...>.

  Modified files:
    trunk/ChangeLog
    trunk/win32/README.win32

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37634)
+++ ChangeLog	(revision 37635)
@@ -1,3 +1,9 @@
+Tue Nov 13 12:30:26 2012  NAKAMURA Usaku  <usa@r...>
+
+	* win32/README.win32: added mention about build directory.  currently
+	  we can not build ruby in win32 directory.  this problem is reported
+	  by Masahiro Kitajima <katonbo@k...>.
+
 Tue Nov 13 11:03:47 2012  Masaki Matsushita  <glass.saga@g...>
 
 	* re.c (rb_memsearch_ss): performance improvement by using memmem(3) if
Index: win32/README.win32
===================================================================
--- win32/README.win32	(revision 37634)
+++ win32/README.win32	(revision 37635)
@@ -134,4 +134,8 @@
 (({!INCLUDE})) directives of (({NMAKE})).
 ((- you may call it a bug. -))
 
+You can build ruby in any directory including the source directory,
+except (({win32})) directory in the source directory.
+This is restriction originating in the path search method of (({NMAKE})).
+
 =end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]