Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2006-07-05 17:57:31 -0700 (Wed, 05 Jul 2006)
Revision: 9423
Log message:

      Use of Filename.concat instead of explicit slashes.
      
      Under win32 I get:
      
      - build support\display comment.cmoz
      + Shell.prlcomp(lib\camlp4n.exe -o comment.ppo comment.ml)
      Building spelling dictionary ..\..\lib\english_dictionary.dat...While processing
       implem:
          File "comment.ml", line 1, char 1 -- line 2130, char 1:
             Sys_error("Permission denied")
      *** omake error:
         File mk\prlcomp: line 22, characters 9-21
         command terminated with code 2: Shell.exit(2 : Int)
      
      *** omake: 2632/3384 targets are up to date
      *** omake: failed (155.0 sec, 1/573 scans, 22/1018 rules, 39/4081 digests)
      *** omake: targets were not rebuilt because of errors:
         support\display\comment.cmoz
            depends on: support\display\comment.ml
         support\display\comment.ppo
            depends on: support\display\comment.ml
      
      Permissions seem to be ok, I can do this rename form ocaml manually.
      Unix -> Sys does not help either.
      Any ideas what could be causing it?

Changes  Path
+3 -3 metaprl/filter/base/filter_spell.ml