[Omake] Building omake on Solaris

akolb at Sun.COM akolb at Sun.COM
Tue Oct 23 12:50:22 PDT 2007


Hello,

I am new to omake. I was trying to build omake 0.9.8.5 on Solaris.

I had to

#include <unistd.h>
#include <sys/ttold.h>

in src/libmojave-external/cutil/lm_termsize.c and was able to compile 
bootstrup successfully. 

After that, trying to make all I got:

$ gmake all      
gmake[1]: Entering directory `/export/akolb/build/omake/omake-0.9.8.5/boot'
gmake[1]: `Makefile.dep' is up to date.
gmake[1]: Leaving directory `/export/akolb/build/omake/omake-0.9.8.5/boot'
gmake[1]: Entering directory `/export/akolb/build/omake/omake-0.9.8.5/boot'
gmake[1]: `omake' is up to date.
gmake[1]: Leaving directory `/export/akolb/build/omake/omake-0.9.8.5/boot'
touch .config
OMAKEFLAGS= OMAKEPATH=lib ./omake-boot --dotomake .omake --force-dotomake -j2 main
*** omake: reading OMakefiles
--- Checking for gcc... (found /pkg/gnu/bin/gcc)
--- Checking for g++... (found /pkg/gnu/bin/g++)
--- Checking for ocamlfind... (FAILED - no ocamlfind found)
--- Checking for ocamlc.opt... (found /opt/csw/bin/ocamlc.opt)
--- Checking for ocamlopt.opt... (found /opt/csw/bin/ocamlopt.opt)
--- Checking whether ocamlc understands the "z" warnings... (yes)
--- Checking for ncurses... (NOT found)
--- Checking for FAM... (NOT found)
--- Checking if ocamldep understands -modules... (yes)
Updating the .config file.
--- Checking for ocamlfind... (FAILED - no ocamlfind found)
--- Checking for ocamlc.opt... (found /opt/csw/bin/ocamlc.opt)
--- Checking for ocamlopt.opt... (found /opt/csw/bin/ocamlopt.opt)
--- Checking whether ocamlc understands the "z" warnings... (yes)
--- Checking for ncurses... (NOT found)
--- Checking for FAM... (NOT found)
--- Checking for function snprintf... (found)
--- Checking for optimal filesystem case-sensitivity test... (Generic)
--- Checking if ocamldep understands -modules... (yes)
--- Checking for hevea... (FAILED - no hevea found)
--- Checking for date... (found /usr/bin/date)
*** omake: finished reading OMakefiles (2.34 sec)
*** omake: done (53.85 sec, 229/229 scans, 338/497 rules, 777/2708 digests)                                                                                                               
OMAKEFLAGS= OMAKEPATH=lib src/main/omake --dotomake .omake --force-dotomake -j2 all
Fatal error: exception Undefined_recursive_module("omake_node.ml", 435, 3)
gmake: *** [all] Error 2

Any idea of what is broken and how can I debug this?




More information about the Omake mailing list