[Omake] building omake

Sam Steingold sds at gnu.org
Thu Jul 2 11:10:24 PDT 2009


Aleksey,

Sam Steingold wrote:
> 
> looks like the update of our OMakeroot to 0.9.8.x is harder than I thought.
> how about you help me compile 0.9.8.5?
> as I mentioned before, I get:
> 
> $ omake
> *** omake: reading OMakefiles
> *** omake: finished reading OMakefiles (2.00 sec)
> - build src/main omake.opt
> + ocamlopt.opt -warn-error A -w Aez -I . -I ../libmojave -I ../util -I ../magic
> -I ../ast -I ../ir -I ../env -I ../exec -I ../eval -I ../shell -I ../build -I
> ../builtin -o omake.opt unix.cmxa ../libmojave/lm.cmxa ../util/util.cmxa
> ../magic/magic.cmxa ../ast/ast.cmxa ../ir/ir.cmxa ../env/env.cmxa
> ../exec/exec.cmxa ../eval/eval.cmxa ../shell/shell.cmxa ../build/build.cmxa
> ../builtin/builtin.cmxa omake_shell.cmx omake_main.cmx ../clib/clib.a -cclib
> -lfam -cclib -lncurses -cclib -lreadline
> ../exec/exec.a(omake_exec.o): In function `camlOmake_exec__28':
> (.data+0x390): undefined reference to `caml_sync'
> collect2: ld returned 1 exit status
> File "caml_startup", line 1, characters 0-1:==============     ] 01129 / 01198
> Error: Error during linking
> *** omake: 1129/1198 targets are up to date
> *** omake: failed (11.59 sec, 0/229 scans, 1/497 rules, 0/1667 digests)
> *** omake: targets were not rebuilt because of errors:
>     src/main/omake.opt
> 

same error from "make all" (ocaml 3.11.0)

*** omake: finished reading OMakefiles (5.14 sec)
- build src/main omake.opt
+ ocamlopt.opt -warn-error A -w Aez -I . -I ../libmojave -I ../util -I ../magic
-I ../ast -I ../ir -I ../env -I ../exec -I ../eval -I ../shell -I ../build -I
../builtin -o omake.opt unix.cmxa ../libmojave/lm.cmxa ../util/util.cmxa
../magic/magic.cmxa ../ast/ast.cmxa ../ir/ir.cmxa ../env/env.cmxa
../exec/exec.cmxa ../eval/eval.cmxa ../shell/shell.cmxa ../build/build.cmxa
../builtin/builtin.cmxa omake_shell.cmx omake_main.cmx ../clib/clib.a -cclib
-lfam -cclib -lncurses -cclib -lreadline
../exec/exec.a(omake_exec.o): In function `camlOmake_exec__28':
(.data+0x390): undefined reference to `caml_sync'
collect2: ld returned 1 exit status
File "caml_startup", line 1, characters 0-1:=================  ] 01154 / 01159
Error: Error during linking
*** omake: 1154/1159 targets are up to date
*** omake: failed (32.93 sec, 0/229 scans, 1/496 rules, 2/1663 digests)
*** omake: targets were not rebuilt because of errors:
    src/main/omake.opt
make: *** [all] Error 2



More information about the Omake mailing list