![]() |
|
|||||||
| Technical Issues For bug reports, problem solving, and help running Japanese software. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
First.
I want to ask "In rldev,is the file 'CPXXX_in.ml' source of CPXXX.dat?" (CP936_in.ml is source of CP936.dat)<-IS TRUE?? If it is true, I was fix the file "CP936_in.ml" In the file I replace CP936 table by CP950. But when I compile the source. I always got errors. Just like: Code:
$ omake
*** omake: reading OMakefiles
*** omake: finished reading OMakefiles (0.1 sec)
- build common avlTree.cmi
+ ocamlfind ocamlc -package "extlib,camlp4,bigarray" -warn-error Asxyz -cc cl /nologo -g -I . -c avlTree.mli
ocamlc.opt: don't know what to do with /nologo.
Usage: ocamlc <options> <files>
Options are:
-a Build a library
-annot Save information in <filename>.annot
-c Compile only (do not link)
-cc <command> Use <command> as the C compiler and linker
-cclib <opt> Pass option <opt> to the C linker
-ccopt <opt> Pass option <opt> to the C compiler and linker
-config Print configuration values and exit
-custom Link in custom mode
-dllib <lib> Use the dynamically-loaded library <lib>
-dllpath <dir> Add <dir> to the run-time search path for shared libraries
-dtypes (deprecated) same as -annot
-for-pack <ident> Ignored (for compatibility with ocamlopt)
-g Save debugging information
-i Print inferred interface
-I <dir> Add <dir> to the list of include directories
-impl <file> Compile <file> as a .ml file
-intf <file> Compile <file> as a .mli file
-intf-suffix <string> Suffix for interface files (default: .mli)
-intf_suffix <string> (deprecated) same as -intf-suffix
-labels Use commuting label mode
-linkall Link all modules, even unused ones
-make-runtime Build a runtime system with given C objects and libraries
-make_runtime (deprecated) same as -make-runtime
-modern (deprecated) same as -labels
-no-app-funct Deactivate applicative functors
-noassert Do not compile assertion checks
-noautolink Do not automatically link C libraries specified in .cma files
-nolabels Ignore non-optional labels in types
-nostdlib Do not add default directory to the list of include directories
-o <file> Set output file name to <file>
-output-obj Output a C object file instead of an executable
-pack Package the given .cmo files into one .cmo
-pp <command> Pipe sources through preprocessor <command>
-principal Check principality of type inference
-rectypes Allow arbitrary recursive types
-strict-sequence Left-hand part of a sequence must have type unit
-thread Generate code that supports the system threads library
-unsafe Do not compile bounds checking on array and string access
-use-runtime <file> Generate bytecode for the given runtime system
-use_runtime <file> (deprecated) same as -use-runtime
-v Print compiler version and location of standard library and exit
-version Print version and exit
-vnum Print version number and exit
-verbose Print calls to external commands
-vmthread Generate code that supports the threads library with VM-level
scheduling
-w <list> Enable or disable warnings according to <list>:
+<spec> enable warnings in <spec>
-<spec> disable warnings in <spec>
@<spec> enable warnings in <spec> and treat them as errors
<spec> can be:
<num> a single warning number
<num1>..<num2> a range of consecutive warning numbers
<letter> a predefined set
default setting is "+a-4-6-7-9-27..29"
-warn-error <list> Enable or disable error status for warnings according
to <list>. See option -w for the syntax of <list>.
Default setting is "-a"
-warn-help Show description of warning numbers
-where Print location of standard library and exit
-nopervasives (undocumented)
-use-prims <file> (undocumented)
-dparsetree (undocumented)
-drawlambda (undocumented)
-dlambda (undocumented)
-dinstr (undocumented)
- <file> Treat <file> as a file name (even if it starts with `-')
-help Display this list of options
--help Display this list of options
*** omake: 40/63 targets are up to date
*** omake: failed (2.0 sec, 9/9 scans, 1/5 rules, 1/81 digests)
*** omake: targets were not rebuilt because of errors:
common\avlTree.cmi
depends on: common\avlTree.mli
Or someone could help me compiler the file? If you could help me. Just reply this thread. I will give you my code! My configure message: Code:
$ ./configure
Checking for Objective Caml >= 3.09... 3.09.3
Checking for native compiler... found
Checking compiler type... Cygwin
Checking for findlib... 1.3.3
Checking for omake... Fatal error: exception Sys_error("Invalid argument")
0.9.6.8
Checking for extlib >= 1.4... 1.5.2
Checking for ulex >= 0.3... 1.1
Checking for xml-light >= 2.1... not found
Checking for xml-light... not found
Unable to use xml-light; Vaconv and RlXML will not be built. See INSTALL for details.
Checking for hevea >= 1.08... not found
The `omake dochtml' option will be disabled.
Checking for pdflatex... not found
The `omake docpdf' option will be disabled.
Writing common/config.cfg...
Writing config.inc...
Finished configuring RLdev.
-- Configuration summary --
Programs: kprl, rlc
Compiler: native code
Manuals: none
Now run `omake' and then `omake install' to build and install the package.
|
|
#2
|
|||
|
|||
|
I know it's a bit late to write that but if you're still here or want to run RLDev, you can download compiled Cygwin binaries from Haeleth's website :)
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kanon, seen.txt recompile. | NeKKo | Technical Issues | 4 | 2010-12-28 22:27 |
| About RLDev... | TsuchimiGun | Technical Issues | 3 | 2009-08-20 17:46 |
| RLdev and Clannad | velocity7 | Technical Issues | 31 | 2009-04-21 23:26 |
| Need info/help about RLdev | Juni41 | Technical Issues | 15 | 2007-03-25 07:24 |
| rldev Recompiling | ofc | Technical Issues | 2 | 2007-02-15 18:02 |