mattiasw2 / teyjus

Automatically exported from code.google.com/p/teyjus
GNU General Public License v3.0
0 stars 0 forks source link

can't build Teyjus on OSX Mavericks #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
=============================
1.
 sudo omake all
Password:
*** omake: reading OMakefiles
*** omake: finished reading OMakefiles (0.04 sec)
- build source tjlink.opt
+ ocamlopt.opt -warn-error A -I . -I compiler -I disassembler -I simulator -I 
loader -o tjlink.opt front/parseargs.cmx front/linkerfront.cmx liblink.a
File "_none_", line 1:
Error: /usr/local/lib/ocaml/std_exit.cmx
is not a compilation unit description.
*** omake: 410/665 targets are up to date
*** omake: failed (0.17 sec, 0/84 scans, 1/117 rules, 0/796 digests)
*** omake: targets were not rebuilt because of errors:
   source/tjlink.opt

2. I just downloaded the development version of OCaml 
3. I also have the latest stable release of OMake

What is the expected output? What do you see instead?
(see above)

What version of the product are you using? On what operating system?
OS: OSX Mavericks
OCaml: The OCaml toplevel, version 4.03.0+dev2-2014-08-22
OMake version:
        OMake 0.9.8.6 (release candidate 1):
    build [Tue Oct 26 17:49:56 2010]
    on mac

Please provide any additional information below.

Original issue reported on code.google.com by jaimelip...@gmail.com on 24 Aug 2014 at 8:19

GoogleCodeExporter commented 9 years ago
Have you tried to clean up your OCaml installation?
Looks like several OCaml versions are installed.

After that try to run omake with the following options:
omake --configure -U

Original comment by fafounet@gmail.com on 30 Dec 2014 at 11:12

GoogleCodeExporter commented 9 years ago
I'm closing this issue. Please reopen if necessary.

Original comment by fafounet@gmail.com on 13 Jan 2015 at 1:29